From ec6dc60a72fec0c9200667d9fe818700ffe7190c Mon Sep 17 00:00:00 2001 From: rurban Date: Sat, 29 Oct 2005 13:07:17 +0000 Subject: [PATCH] de and es update git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4929 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- locale/.exclude | 2 + locale/Makefile | 16 +- locale/de/LC_MESSAGES/phpwiki.mo | Bin 94896 -> 95425 bytes locale/de/LC_MESSAGES/phpwiki.php | 48 +- locale/de/pgsrc/InhaltsVerzeichnisPlugin | 16 +- locale/es/LC_MESSAGES/phpwiki.mo | Bin 12702 -> 39616 bytes locale/es/LC_MESSAGES/phpwiki.php | 636 +++++++++++- locale/fr/LC_MESSAGES/phpwiki.mo | Bin 95136 -> 94468 bytes locale/fr/LC_MESSAGES/phpwiki.php | 20 - locale/it/LC_MESSAGES/phpwiki.mo | Bin 10513 -> 10513 bytes locale/ja/LC_MESSAGES/phpwiki.mo | Bin 12638 -> 12460 bytes locale/ja/LC_MESSAGES/phpwiki.php | 8 - locale/nl/LC_MESSAGES/phpwiki.mo | Bin 7018 -> 7018 bytes locale/po/de.po | 573 ++++++----- locale/po/es.po | 1191 ++++++++++++---------- locale/po/fr.po | 571 ++++++----- locale/po/it.po | 551 +++++----- locale/po/ja.po | 559 +++++----- locale/po/nl.po | 543 +++++----- locale/po/phpwiki.pot | 536 +++++----- locale/po/sv.po | 549 +++++----- locale/po/zh.po | 566 +++++----- locale/sv/LC_MESSAGES/phpwiki.mo | Bin 5495 -> 5495 bytes locale/zh/LC_MESSAGES/phpwiki.mo | Bin 63578 -> 63160 bytes locale/zh/LC_MESSAGES/phpwiki.php | 14 - 25 files changed, 3717 insertions(+), 2682 deletions(-) diff --git a/locale/.exclude b/locale/.exclude index 4bd583e49..23851df86 100644 --- a/locale/.exclude +++ b/locale/.exclude @@ -6,6 +6,7 @@ lib/XMLRPC/ lib/ASCIIMathPHP/ lib/WikiDB/backend/cvsclient.php lib/SemanticWeb.php +lib/weather_class_inc.php lib/plugin/CreateBib.php lib/plugin/Imdb.php lib/plugin/NewUserWelcomePage.php @@ -21,3 +22,4 @@ themes/wikilens/templates/newuserwelcomepage.tmpl themes/wikilens/templates/categorypage.tmpl themes/archX/ themes/film/ +themes/blog/templates/_info.tmpl diff --git a/locale/Makefile b/locale/Makefile index 4eb57f6e0..572179e9c 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -1,4 +1,4 @@ - # $Id: Makefile,v 1.47 2005-09-12 06:12:06 rurban Exp $ + # $Id: Makefile,v 1.48 2005-10-29 13:07:14 rurban Exp $ # # locale/Makefile # @@ -9,6 +9,7 @@ POT_FILE = po/phpwiki.pot SYMLINK = cp #SYMLINK = ln -s +GETTEXT_LINT_REPORTXSL = /usr/local/share/gettext-lint/report.xsl .PHONY: all po mo clean depend ${POT_FILE} @@ -62,7 +63,7 @@ dep : # requires gettext-lint into /usr/local check: - POFileChecker po/*.po | xsltproc /usr/local/share/gettext-lint/report.xsl - | \ + POFileChecker po/*.po | xsltproc $(GETTEXT_LINT_REPORTXSL) - | \ perl -pe's//
/; s/
POFileChecker.html @@ -121,6 +122,7 @@ ${POT_FILE}: ../lib/Request.php ${POT_FILE}: ../lib/RssParser.php ${POT_FILE}: ../lib/RssWriter.php ${POT_FILE}: ../lib/RssWriter2.php +${POT_FILE}: ../lib/SpamBlocklist.php ${POT_FILE}: ../lib/Template.php ${POT_FILE}: ../lib/TextSearchQuery.php ${POT_FILE}: ../lib/Theme.php @@ -134,9 +136,11 @@ ${POT_FILE}: ../lib/WikiDB/backend/ADODB.php ${POT_FILE}: ../lib/WikiDB/backend/ADODB_mssql.php ${POT_FILE}: ../lib/WikiDB/backend/ADODB_mysql.php ${POT_FILE}: ../lib/WikiDB/backend/ADODB_oci8po.php +${POT_FILE}: ../lib/WikiDB/backend/ADODB_postgres7.php ${POT_FILE}: ../lib/WikiDB/backend/ADODB_sqlite.php ${POT_FILE}: ../lib/WikiDB/backend/PDO.php ${POT_FILE}: ../lib/WikiDB/backend/PDO_mysql.php +${POT_FILE}: ../lib/WikiDB/backend/PDO_pgsql.php ${POT_FILE}: ../lib/WikiDB/backend/PearDB.php ${POT_FILE}: ../lib/WikiDB/backend/PearDB_mysql.php ${POT_FILE}: ../lib/WikiDB/backend/PearDB_oci8.php @@ -184,6 +188,7 @@ ${POT_FILE}: ../lib/display.php ${POT_FILE}: ../lib/editpage.php ${POT_FILE}: ../lib/fortune.php ${POT_FILE}: ../lib/gif.php +${POT_FILE}: ../lib/htmlarea.php ${POT_FILE}: ../lib/imagecache.php ${POT_FILE}: ../lib/install.php ${POT_FILE}: ../lib/loadsave.php @@ -210,11 +215,13 @@ ${POT_FILE}: ../lib/plugin/DeadEndPages.php ${POT_FILE}: ../lib/plugin/Diff.php ${POT_FILE}: ../lib/plugin/EditMetaData.php ${POT_FILE}: ../lib/plugin/ExternalSearch.php +${POT_FILE}: ../lib/plugin/FileInfo.php ${POT_FILE}: ../lib/plugin/FoafViewer.php ${POT_FILE}: ../lib/plugin/FrameInclude.php ${POT_FILE}: ../lib/plugin/FullTextSearch.php ${POT_FILE}: ../lib/plugin/FuzzyPages.php ${POT_FILE}: ../lib/plugin/GoTo.php +${POT_FILE}: ../lib/plugin/GoogleMaps.php ${POT_FILE}: ../lib/plugin/GooglePlugin.php ${POT_FILE}: ../lib/plugin/GraphViz.php ${POT_FILE}: ../lib/plugin/HelloWorld.php @@ -265,6 +272,7 @@ ${POT_FILE}: ../lib/plugin/SqlResult.php ${POT_FILE}: ../lib/plugin/SyntaxHighlighter.php ${POT_FILE}: ../lib/plugin/SystemInfo.php ${POT_FILE}: ../lib/plugin/TeX2png.php +${POT_FILE}: ../lib/plugin/Template.php ${POT_FILE}: ../lib/plugin/TexToPng.php ${POT_FILE}: ../lib/plugin/TitleSearch.php ${POT_FILE}: ../lib/plugin/Transclude.php @@ -301,6 +309,7 @@ ${POT_FILE}: ../lib/prepend.php ${POT_FILE}: ../lib/removepage.php ${POT_FILE}: ../lib/spam_babycart.php ${POT_FILE}: ../lib/stdlib.php +${POT_FILE}: ../lib/tinymce.php ${POT_FILE}: ../lib/upgrade.php ${POT_FILE}: ../lib/wikilens/Buddy.php ${POT_FILE}: ../lib/wikilens/CustomPrefs.php @@ -373,7 +382,6 @@ ${POT_FILE}: ../themes/Wordpress/templates/viewsource.tmpl ${POT_FILE}: ../themes/Wordpress/themeinfo.php ${POT_FILE}: ../themes/alphatest.php ${POT_FILE}: ../themes/blog/lib/RecentChanges.php -${POT_FILE}: ../themes/blog/templates/_info.tmpl ${POT_FILE}: ../themes/blog/templates/actionbar.tmpl ${POT_FILE}: ../themes/blog/templates/blogform.tmpl ${POT_FILE}: ../themes/blog/templates/body.tmpl @@ -388,6 +396,7 @@ ${POT_FILE}: ../themes/blog/templates/sidebar.tmpl ${POT_FILE}: ../themes/blog/templates/top.tmpl ${POT_FILE}: ../themes/blog/templates/wikiblog.tmpl ${POT_FILE}: ../themes/blog/themeinfo.php +${POT_FILE}: ../themes/default/htmlarea3/popups/insert_pagelink.php ${POT_FILE}: ../themes/default/hyperapplet.php ${POT_FILE}: ../themes/default/hyperwiki.php ${POT_FILE}: ../themes/default/templates/actionbar.tmpl @@ -427,6 +436,7 @@ ${POT_FILE}: ../themes/default/templates/viewsource.tmpl ${POT_FILE}: ../themes/default/templates/wikiblog.tmpl ${POT_FILE}: ../themes/default/templates/wikiforum.tmpl ${POT_FILE}: ../themes/default/themeinfo.php +${POT_FILE}: ../themes/default/tiny_mce/tiny_mce_gzip.php ${POT_FILE}: ../themes/shamino_com/templates/actionbar.tmpl ${POT_FILE}: ../themes/shamino_com/templates/bottom.tmpl ${POT_FILE}: ../themes/shamino_com/templates/browse-footer.tmpl diff --git a/locale/de/LC_MESSAGES/phpwiki.mo b/locale/de/LC_MESSAGES/phpwiki.mo index f1b59009ec7cb9e240d3e5aa0e1a83fe63c1d629..b586d32b03038993cf568ade56ccb19b99a52839 100644 GIT binary patch delta 27091 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 D)3}^P delta 26738 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 GuKx#Kc{Py$ diff --git a/locale/de/LC_MESSAGES/phpwiki.php b/locale/de/LC_MESSAGES/phpwiki.php index 39634caab..fa051156c 100644 --- a/locale/de/LC_MESSAGES/phpwiki.php +++ b/locale/de/LC_MESSAGES/phpwiki.php @@ -80,6 +80,8 @@ $locale["%s is empty"] = "%s ist leer"; $locale["%s is empty."] = "%s ist leer."; +$locale["%s is listed at %s"] = + "%s blockiert von %s"; $locale["%s is missing"] = "%s Argument fehlt"; $locale["%s is not locked!"] = @@ -92,6 +94,8 @@ $locale["%s is only allowed in locked pages."] = "%s wird/werden nur in gesperrten Seiten erlaubt."; $locale["%s k"] = "%s k"; +$locale["%s not defined"] = + "%s nicht definiert"; $locale["%s not found"] = "%s nicht gefunden"; $locale["%s of this page"] = @@ -234,8 +238,6 @@ $locale["ADMIN"] = "ADMIN"; $locale["ANON"] = "ANON"; -$locale["AUTH_GROUP_FILE not defined"] = - "AUTH_GROUP_FILE nicht definiert"; $locale["About"] = "Über"; $locale["Access"] = @@ -266,6 +268,8 @@ $locale["AddPageLink"] = "SeitenLink einfügen"; $locale["AddPlugin"] = "Plugin einfügen"; +$locale["AddTemplate"] = + "NeueVorlage"; $locale["AddingPages"] = "SeitenErzeugen"; $locale["Adjust"] = @@ -332,6 +336,8 @@ $locale["Are you sure you want to permanently rename the selected files?"] = "Sind Sie sicher, dass Sie die ausgewählen Seiten wirklich umbenennen wollen?"; $locale["Are you sure you want to permanently search & replace text in the selected files?"] = "Sind Sie sicher, dass Sie alle Wörter in den angegebenen Seiten ersetzen wollen?"; +$locale["Argument '%s' not declared by plugin."] = + "Argument »%s« nicht im Zusatzprogramm deklariert."; $locale["Arguments"] = "Parameter"; $locale["Attempting to use the directory '%s' instead."] = @@ -460,7 +466,7 @@ $locale["Check any two boxes then %s."] = "Wählen Sie zwei Versionen aus, dann %s."; $locale["Check any two boxes to compare revisions."] = "Wählen Sie zwei Versionen zum Vergleich aus."; -$locale["Check to add this Acl"] = +$locale["Check to add this ACL"] = "Anklicken um diese ACL hinzuzufügen"; $locale["Chmod"] = "Chmod"; @@ -482,6 +488,8 @@ $locale["Click to display"] = "Klicken um anzuzeigen"; $locale["Click to display all comments"] = "Klicken um Kommentare anzuzeigen"; +$locale["Click to hide the TOC"] = + "Hier klicken um zu verstecken"; $locale["Click to hide the comments"] = "Klicken um Kommentare zu verstecken"; $locale["Click to reverse sort order"] = @@ -550,6 +558,8 @@ $locale["CreatePage"] = "NeueSeite"; $locale["CreateToc"] = "InhaltsVerzeichnis"; +$locale["CreateToc disabled for old markup"] = + "InhaltsVerzeichnis deaktiviert für altes Markup"; $locale["CreateTocPlugin"] = "InhaltsVerzeichnisPlugin"; $locale["Created by CreatePage"] = @@ -764,6 +774,8 @@ $locale["File names may only contain alphanumeric characters and dot, underscore "Dateinamen dürfen nur folgende Zeichen enthalten: alphanumerische Zeichen, Punkt, Unterstrich und Bindestrich."; $locale["File successfully uploaded."] = "Datei erfolgreich hochgeladen."; +$locale["FileInfo"] = + "DateiInfo"; $locale["Files with extension %s are not allowed."] = "Dateien mit der Endung %s sind nicht erlaubt."; $locale["FindPage"] = @@ -968,8 +980,6 @@ $locale["JabberPresence"] = "JabberAnwesend"; $locale["Keep up to %d major edits, but keep them no longer than %d days."] = "Aufbewahrung größerer Änderungen für %d, aber nicht länger als %d Tage."; -$locale["LDAP_AUTH_HOST not defined"] = - "LDAP_AUTH_HOST nicht definiert"; $locale["Language"] = "Sprache"; $locale["Last"] = @@ -1218,6 +1228,8 @@ $locale["Only files with extension HTML are allowed"] = "Nur Dateien mit der Endung HTML sind erlaubt"; $locale["Oops! Revision %s of %s seems to have been deleted!"] = "Hoppla! Es scheint, die Version %s von %s wurde gelöscht!"; +$locale["Operation undone"] = + "Aktion rückgängig gemacht"; $locale["Optimizing database"] = "Datenbank wird optimiert"; $locale["Original (1.2 or 1.0)"] = @@ -1668,8 +1680,6 @@ $locale["Sign Out"] = "Abmelden"; $locale["Sign in as:"] = "Anmelden als:"; -$locale["Sign in:"] = - "Anmelden:"; $locale["SignIn"] = "AnMelden"; $locale["SignOut"] = @@ -1740,6 +1750,8 @@ $locale["Submit location"] = "Land eingeben"; $locale["Subpage"] = "Unterseite"; +$locale["Substring \"%s\" found %s times. Replace with \"%s\"?"] = + "Substring \"%s\" %s mal gefunden. Ersetze mit \"%s\"?"; $locale["Summary"] = "Zusammenfassung"; $locale["Supplanted on:"] = @@ -1766,6 +1778,8 @@ $locale["Table Of Contents"] = "Inhaltsverzeichnis"; $locale["TeX directory not writable."] = "Keine Schreibrechte für das TeX Verzeichnis."; +$locale["Template"] = + "Benutzeroberfläche"; $locale["TermsOfUse"] = "BenutzungsBedingungen"; $locale["TextFormattingRules"] = @@ -1908,10 +1922,14 @@ $locale["UNOBTAINABLE"] = "UNERREICHBAR"; $locale["USER"] = "BENUTZER"; +$locale["Unable to bind LDAP server %s using %s %s"] = + "Konnte nicht mit LDAP Server %s verbinden mit %s %s"; $locale["Unable to connect to IMAP server "] = "IMAP Server nicht gefunden "; $locale["Unable to connect to LDAP server %s"] = "Konnte LDAP Server %s nicht finden"; +$locale["Unable to find src='%s'"] = + "Konnte src='%s' nicht lesen"; $locale["Unable to load: %s"] = "Konnte %s nicht laden"; $locale["Unable to open directory '%s' for reading"] = @@ -2131,7 +2149,7 @@ $locale["You forgot to set ENCRYPTED_PASSWD to true. Please update your config/c $locale["You have not made any changes so no new version has been saved."] = "Sie haben keine Änderungen vorgenommen, deshalb konnte keine neue Version gespeichert werden."; $locale["You may sign in using any [WikiWord|AddingPages] as a user id. (Any characters in %s etc. may be used too). The user id will be used as a link in RecentChanges to your home page."] = - "Sie können sich mit jedem gewünschten [WikiWort|SeitenErzeugen] als Benutzernamen ins Wiki eintragen. (Auch %s u. deutsche Umlaute sind zulässig). Der Benutzername wird in NeuesteÄnderungen als Link auf Ihre Homepage verwendet. Sie können Ihre Seite in die Browser Favoriten eintragen oder auch gleich als URL verwenden: ~http://www.wikiname.de/~IhrName"; + "Sie können sich mit jedem gewünschten [WikiWort|SeitenErzeugen] als Benutzernamen ins Wiki eintragen. (Auch %s u. deutsche Umlaute sind zulässig). Der Benutzername wird in NeuesteÄnderungen als Link auf Ihre Homepage verwendet."; $locale["You must be an administrator to %s."] = "Sie müssen Administratorrechte haben %s."; $locale["You must be an administrator to use this plugin."] = @@ -2198,8 +2216,6 @@ $locale["add "] = "hinzufügen "; $locale["argument '%s' not declared by plugin"] = "Argument »%s« nicht im Zusatzprogramm deklariert"; -$locale["argument '%s' not declared by plugin."] = - "Argument »%s« nicht im Zusatzprogramm deklariert."; $locale["authenticated"] = "authentifizierten"; $locale["blog"] = @@ -2248,18 +2264,16 @@ $locale["current version"] = "aktuelle Version"; $locale["days"] = "Tage"; -$locale["db type:"] = - "Dbtyp:"; $locale["default page permission"] = "Vorgabe Zugriffsrecht"; $locale["diff"] = "diff"; $locale["diff this page"] = "um von dieser Seite die Änderungen anzuzeigen"; +$locale["download a html zip dump from this wiki"] = + "um alle HTML Seiten als Zipdatei von diesem Wiki herunterzuladen"; $locale["download a zip dump from this wiki"] = "um eine gezippte Sicherung von allen Wiki Seiten herunterzuladen"; -$locale["download an html zip dump from this wiki"] = - "um alle HTML Seiten als Zipdatei von diesem Wiki herunterzuladen"; $locale["dump html pages"] = "um von diesem Wiki HTML-Dateien lokal abzuspeichern"; $locale["dump serial pages"] = @@ -2290,6 +2304,8 @@ $locale["hours"] = "Stunden"; $locale["invalid %s ignored"] = "ungültiges %s ignoriert"; +$locale["invalid argument %s"] = + "Ungültiger Parameter %s"; $locale["invidual page permission"] = "individuelles Zugriffsrecht"; $locale["latest comment by "] = @@ -2324,6 +2340,8 @@ $locale["n/a"] = "k.A."; $locale["name"] = "Name"; +$locale["new window"] = + "neues Fenster"; $locale["newer than the existing page."] = "neuer als die bestehende Seite."; $locale["no RSS items"] = @@ -2388,8 +2406,6 @@ $locale["the file '%s'"] = "die Datei %s"; $locale["the session.save_path directory '%s'"] = "das session.save_path Verzeichnis »%s«"; -$locale["timeout:"] = - "Zeitüberschreitung:"; $locale["to"] = "nach"; $locale["today"] = diff --git a/locale/de/pgsrc/InhaltsVerzeichnisPlugin b/locale/de/pgsrc/InhaltsVerzeichnisPlugin index d648b28f7..3cb5c2f4d 100644 --- a/locale/de/pgsrc/InhaltsVerzeichnisPlugin +++ b/locale/de/pgsrc/InhaltsVerzeichnisPlugin @@ -1,9 +1,9 @@ -Date: Sat, 13 Mar 2004 11:26:41 +0100 -Mime-Version: 1.0 (Produced by PhpWiki 1.3.8) -X-Rcs-Id: $Id: InhaltsVerzeichnisPlugin,v 1.1 2004-03-17 15:05:44 rurban Exp $ +Date: Sat, 29 Oct 2005 19:28:52 +0100 +Mime-Version: 1.0 (Produced by PhpWiki 1.3.11p1) +X-Rcs-Id: $Id: InhaltsVerzeichnisPlugin,v 1.2 2005-10-29 13:07:15 rurban Exp $ Content-Type: application/x-phpwiki; pagename=InhaltsVerzeichnisPlugin; - pgsrc_version="2 $Revision: 1.1 $"; + pgsrc_version="2 $Revision: 1.2 $"; flags=""; markup=2; charset=iso-8859-1 @@ -26,6 +26,8 @@ __jshide__: | Bool'sche Variable, ob das Inhaltsverzeichnis (TOC) zuerst versteckt sein soll, und erst auf Klick erscheint. Vorgabe: 0 __with_toclink__: | Bool'sche Variable, ob die Überschriften zum TOC zurück linken sollen. Vorgabe: 0 +__with_counter__: | + Bool'sche Variable, ob hierarchische Prefixes verwendet sollen. Vorgabe: nein __headers__: | Welche Überschriften? Vorgabe: !!!,!!,! 1,2,3 auch erlaubt __noheader__: | @@ -37,12 +39,8 @@ __indentstr__: | __pagename__: | TOC welcher Seite? Vorgabe: Aktueller Seitenname -!! Bekannte Probleme - -Wenn eine Überschrift einen Link oder eine WikiWort enthält, erzeugt ~CreateToc eine Warnung und diese Überschrift wird falsch verlinkt. - !! Beispiele Siehe zB. TextFormattingRules ---- -PhpWikiDokumentation +PhpWikiDokumentation WikiPlugin diff --git a/locale/es/LC_MESSAGES/phpwiki.mo b/locale/es/LC_MESSAGES/phpwiki.mo index e19ec84ab61d5c2fae67e604a835b925d19545bb..a6b5f759053dc3f0f732a17b6a5f2339a83f155f 100644 GIT binary patch literal 39616 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 literal 12702 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 Mp$^XBT$G#t215jALjV8( diff --git a/locale/es/LC_MESSAGES/phpwiki.php b/locale/es/LC_MESSAGES/phpwiki.php index 48ec270ab..1fc9af259 100644 --- a/locale/es/LC_MESSAGES/phpwiki.php +++ b/locale/es/LC_MESSAGES/phpwiki.php @@ -1,5 +1,13 @@ "] = ""; +$locale[""] = + ""; $locale[""] = ""; $locale[""] = ""; +$locale["ADMIN"] = + "ADMIN"; +$locale["ANON"] = + "ANÓN"; +$locale["Access"] = + "Acceso"; +$locale["Access for you is forbidden to %s."] = + "Tenga acceso para usted se prohíbe %s."; $locale["Add Comment"] = "Agregue El Comentario"; $locale["Add a Comment"] = "Agregue un comentario"; +$locale["Add this ACL"] = + "Agregue este ACL"; $locale["AddCategory"] = "AgregueCategoría"; +$locale["AddPageLink"] = + "AgregueElAcoplamientoDeLaPágina"; $locale["AddPlugin"] = "AgreguePlugin"; +$locale["AddTemplate"] = + "AgregueLaPlantilla"; +$locale["Administrators"] = + "Administradores"; +$locale["All %s are listed below."] = + "Todos los %s se enumeran abajo."; $locale["AllPages"] = "TodasLasPáginas"; $locale["AllUsers"] = "TodasLasUsuarios"; +$locale["Allow / Deny"] = + "Permita/Niegue"; +$locale["Already deleted"] = + "Suprimido ya"; $locale["An unnamed PhpWiki"] = "Un PhpWiki sin un nombre"; +$locale["Anonymous Users"] = + "Usuarios Anónimos"; +$locale["Argument '%s' not declared by plugin."] = + "Parámetro '%s' no declarada por plugin."; +$locale["Article"] = + "Artículo"; +$locale["Attempting to use the directory '%s' instead."] = + "El procurar utilizar el directorio '%s' en lugar de otro."; +$locale["Authenticated Users"] = + "Usuarios Authenticados"; +$locale["Author will be logged as %s."] = + "Registrarán al autor como %s."; +$locale["BOGO"] = + "BOGO"; +$locale["Back to the previous page."] = + "De nuevo a la página anterior."; +$locale["BackLinks"] = + "AcoplamientosTraseros"; +$locale["BackLinks for %s"] = + "AcoplamientosTraseros por %s"; +$locale["Bad file type: %s"] = + "Mal tipo del archivo: %s"; +$locale["Bogo Users"] = + "Usuarios Bogo"; +$locale["Bold text"] = + "Texto en negrilla"; +$locale["Browsing pages"] = + "Páginas el hojear"; $locale["Calendar"] = "Calendario"; $locale["CalendarList"] = @@ -76,30 +180,58 @@ $locale["Cancel"] = "Cancelar"; $locale["Cancel rating"] = "Cancelar"; +$locale["Cannot create directory '%s'"] = + "No puede crear el directorio '%s'"; +$locale["Cannot open AUTH_GROUP_FILE %s"] = + "No puede abrir AUTH_GROUP_FILE %s"; $locale["CategoryCategory"] = "CategoriaCategoria"; $locale["CategoryGroup"] = "GrupoCategoría"; +$locale["CategoryHomepage"] = + "CategoríaHomepage"; $locale["CategoryPage"] = "CategoríaPágina"; $locale["Change Password"] = "Change Contraseña"; +$locale["Change page attributes"] = + "Cambie las cualidades de la página"; +$locale["Check to add this ACL"] = + "Compruebe para agregar este ACL"; +$locale["Chown"] = + "Cambie a dueño"; +$locale["Click a button to get an example text"] = + "Chasque un botón para conseguir un texto del ejemplo"; +$locale["Click to de-/select all pages"] = + "Tecleo para de-/seleccionar todas las páginas"; $locale["Click to reverse sort order"] = "Tecleo para invertir orden de la clase"; $locale["Click to sort by %s"] = "Clase por %s"; $locale["Close"] = "Cierre"; +$locale["Columns: %s."] = + "Columnas: %s."; $locale["Comment"] = "Commentario"; +$locale["Comment modified on %s by %s"] = + "Comentario modificado en %s por %s"; +$locale["Comments on %s by %s."] = + "Comentarios sobre %s por %s."; $locale["Complete."] = "Acabado."; +$locale["Conflicting Edits!"] = + "¡El Estar en conflicto Corrige!"; $locale["Content"] = "Contenido"; $locale["Convert"] = "Convertido"; +$locale["Couldn't connect to %s"] = + "No podía conectar con %s"; $locale["Create a Wiki 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"] = @@ -108,16 +240,46 @@ $locale["CreateToc"] = "CreeToc"; $locale["Created by CreatePage"] = "Cree par CreeLaPágina"; +$locale["Created directory '%s' for the page dump..."] = + "Directorio creado '%s' para la descarga de la página..."; +$locale["Creator"] = + "Creador"; $locale["DB admin password:"] = "DB admin contraseña:"; $locale["DB admin user:"] = "DB admin username:"; +$locale["Default InterWiki map file not loaded."] = + "Archivo del InterMapa de Wiki del defecto no cargado."; +$locale["Default preferences will be used."] = + "Las preferencias del defecto serán utilizadas."; +$locale["Del/+"] = + "-/+"; +$locale["Delete this ACL"] = + "Suprima este ACL"; $locale["Describe %s here."] = "Describe %s aquí."; +$locale["Description"] = + "Descripción"; $locale["Diff"] = "Diferencia"; $locale["Diff: %s"] = "Diferencia de: %s"; +$locale["Differences between %s and %s of %s."] = + "Diferencias entre %s y %s de %s."; +$locale["Discussion"] = + "Discusión"; +$locale["Download the page contents"] = + "Descargue el contenido de la página"; +$locale["Dump pages as XHTML"] = + "Páginas de la descarga como XHTML"; +$locale["Dump to directory"] = + "Descarga al directorio"; +$locale["Dumping Pages"] = + "Descargar Las Páginas"; +$locale["E-Mail address '%s' is not properly formatted"] = + "La dirección ' %s' del email no se ajusta a formato correctamente"; +$locale["E-Mail address '%s' is properly formatted"] = + "La dirección ' %s' del email se ajusta a formato correctamente"; $locale["Edit"] = "Editar"; $locale["Edit %s"] = @@ -126,14 +288,36 @@ $locale["Edit old revision"] = "Corrija versión archivada"; $locale["Edit this page"] = "Corrija esta página"; +$locale["Edit this page and all subpages"] = + "Corrija esta página y todas las páginas secundaria"; $locale["Edit: %s"] = "Editar: %s"; $locale["EditText"] = "Editar"; $locale["Edited by: %s"] = "Editar: %s"; +$locale["Either %s is missing or DATABASE_TYPE != '%s'"] = + "Cualquier %s es que falta o DATABASE_TYPE != '%s'"; +$locale["Email Verification"] = + "Verificación Del Email"; +$locale["Embedded image"] = + "Imagen encajada"; +$locale["Empty Preferences or format of UserPreferences cookie not recognised."] = + "Preferencias o formato vacías de la galleta de UsuarioPreferencias no reconocido."; +$locale["Empty link to: %s"] = + "Acoplamiento vacío a: %s"; $locale["Empty pagename!"] = "¡Escriba un nombre de página!"; +$locale["Every"] = + "Cada"; +$locale["External Links"] = + "Acoplamientos Externos"; +$locale["External link (remember http:// prefix)"] = + "Acoplamiento externo (recuerde http:// prefijo)"; +$locale["External links contain blocked domains:"] = + "Los acoplamientos externos contienen dominios bloqueados:"; +$locale["FORBIDDEN"] = + "PROHIBIDO"; $locale["Fatal PhpWiki Error"] = "Error Fatal De PhpWiki"; $locale["FindPage"] = @@ -142,6 +326,8 @@ $locale["First"] = "Primera"; $locale["Full text search results for '%s'"] = "Resultados de la búsqueda en el texto completo para '%s'"; +$locale["FullDump"] = + "DescargaCompleta"; $locale["FullTextSearch"] = "BúsquedaDelTexto"; $locale["Given password ignored."] = @@ -150,10 +336,20 @@ $locale["Go"] = "Aceptar"; $locale["GoodStyle"] = "BuenEstilo"; +$locale["Grant"] = + "Concesión"; +$locale["Group %s does not exist"] = + "El grupo %s no existe"; +$locale["Group page '%s' does not exist"] = + "La página '%s' del grupo no existe"; +$locale["Group/User"] = + "Grupo/Usuario"; $locale["H"] = "Al"; $locale["HasHomePage"] = "TienePáginaPrincipal"; +$locale["Headline text"] = + "Texto del título"; $locale["Height"] = "Altura"; $locale["Hits"] = @@ -166,6 +362,18 @@ $locale["HomePageAlias"] = "PáginaPrincipalAlias"; $locale["Horizontal line"] = "Linea horizontal"; +$locale["I'm sorry, there is no such page as %s."] = + "Estoy apesadumbrado, allí no soy ninguna página tal como %s."; +$locale["I'm sorry. Version %d of %s is not in the database."] = + "Estoy apesadumbrado. La versión %d de %s no está en la base de datos."; +$locale["Ignore wiki formatting"] = + "No haga caso del formato del wiki"; +$locale["Illegal chars %s removed"] = + "Los carbones ilegales %s quitaron"; +$locale["Image map expired. Reload wiki page to recreate its html part."] = + "El mapa de imagen expiró. Recargue la página del wiki para reconstruir su pieza del HTML."; +$locale["In the time since you started editing this page, another user has saved a new version of it."] = + "En el tiempo desde que usted comenzó a corregir esta página, otro usuario ha ahorrado una nueva versión de ella."; $locale["Include of '%s' failed."] = "Inserción de '%s' falló."; $locale["Included from %s"] = @@ -178,22 +386,38 @@ $locale["Insert"] = "Relleno"; $locale["Insert Categories (double-click)"] = "Relleno Categorías (doble-tecleo)"; +$locale["Insert PageLink (double-click)"] = + "Inserte el AcoplamientoDeLaPágina (doble-tecleo)"; $locale["Insert Plugin (double-click)"] = "Relleno Plugin (doble-tecleo)"; +$locale["Insert Template (double-click)"] = + "Inserte la plantilla (doble-tecleo)"; +$locale["Insert non-formatted text here"] = + "Inserte el texto sin formatear aquí"; $locale["Insufficient permissions."] = "Permisos escasos."; $locale["InterWiki"] = "InterWiki"; +$locale["InterWikiMap"] = + "InterMapaDeWiki"; $locale["InterWikiSearch"] = "InterWikiBúsqueda"; +$locale["Invalid [] syntax ignored"] = + "[] el sintaxis inválido no hizo caso"; $locale["Invalid password or userid."] = "Contraseña o userid inválida."; $locale["Invalid password."] = "Contraseña inválido."; +$locale["Invalid username '%s' for LDAP Auth"] = + "Username inválido ' %s' para LDAP Auth"; $locale["Invalid username."] = "Username inválido."; +$locale["Italic text"] = + "Texto del itálico"; $locale["Last"] = "Final"; +$locale["Last Author"] = + "Autor Pasado"; $locale["Last Modified"] = "modificado por última vez"; $locale["Last Summary"] = @@ -202,10 +426,34 @@ $locale["Last edited %s"] = "Editada por última vez %s."; $locale["Last edited on %s"] = "Editada por última vez %s."; +$locale["LatestSnapshot"] = + "La Foto Más última"; +$locale["Level 1 headline"] = + "Título del nivel 1"; +$locale["Link to page"] = + "Acoplamiento a la página"; +$locale["List all pages which link to %s."] = + "Enumere todas las páginas que se liguen a %s."; $locale["List the most popular pages."] = "Las páginas más populares."; +$locale["List the user's ratings."] = + "Enumere los grados del usuario."; +$locale["List this page and all subpages"] = + "Enumere esta página y todas las páginas secundaria"; $locale["ListPages"] = "ListaPáginas"; +$locale["ListSubpages"] = + "ListaPáginasSecundaria"; +$locale["Load File"] = + "Archivo De la Carga"; +$locale["LoadDump"] = + "CargaDescarga"; +$locale["Loading '%s'"] = + "'%s' que carga"; +$locale["Loading InterWikiMap from external file %s."] = + "Cargamento InterMapaDeWiki del archivo externo %s."; +$locale["Loading up virgin wiki"] = + "El cargar encima de wiki virginal"; $locale["Lock"] = "Bloqueada"; $locale["Lock Page"] = @@ -213,11 +461,23 @@ $locale["Lock Page"] = $locale["Locked"] = "Bloqueada"; $locale["Locking pages"] = - "Bloquear Página"; + "Bloquear páginas"; +$locale["MIME file %s"] = + "Archivo %s del MIME"; +$locale["Members:"] = + "Miembros:"; $locale["Merge Edit"] = "Fusión Editar"; $locale["Merge and Edit: %s"] = "Fusión y Editar: %s"; +$locale["Message"] = + "Mensaje"; +$locale["Method '%s' not implemented in this GROUP_METHOD %s"] = + "Método ' %s' no puesto en ejecucio'n en este GROUP_METHOD %s"; +$locale["Minor Edit"] = + "El Menor de edad Corrige"; +$locale["Missing PagePermission:"] = + "Permiso que falta de la página:"; $locale["ModeratedPage"] = "PáginaModerada"; $locale["Modern"] = @@ -228,6 +488,8 @@ $locale["MostPopular"] = "MasPopulares"; $locale["Name"] = "Nombre de la Página"; +$locale["Never edited"] = + "Nunca corregido"; $locale["New page"] = "Página nueva"; $locale["New password"] = @@ -238,18 +500,48 @@ $locale["Next"] = "Siguiente"; $locale["Next Month"] = "El Mes Próximo"; +$locale["No LDAP in this PHP version"] = + "Ningún LDAP en esta versión de PHP"; +$locale["No changes found"] = + "Ningunos cambios encontrados"; +$locale["No changes."] = + "Ningunos cambios."; +$locale["No comments found"] = + "Ningunos comentarios encontrados"; +$locale["No or not enough GROUP_DB SQL statements defined"] = + "No o no bastantes declaraciones de GROUP_DB SQL definió"; +$locale["No or unsupported GROUP_METHOD defined"] = + "No o GROUP_METHOD sin apoyo definido"; +$locale["No uploaded file to upload?"] = + "¿Ningún archivo uploaded a upload?"; $locale["None"] = "Ninguna"; $locale["Note:"] = "Nota:"; +$locale["Old UserPage %s without stored password updated with empty password. Set a password in your UserPreferences."] = + "Viejo UserPage %s sin la contraseña almacenada puesta al día con contraseña vacía. Fije una contraseña en su UsuarioPreferencias."; $locale["OldTextFormattingRules"] = "ViejoReglasDeFormatoDeTexto"; $locale["Older page:"] = "Página más viejo:"; +$locale["Oops! Revision %s of %s seems to have been deleted!"] = + "¡Oops! ¡La revisión %s de %s se parece haber sido suprimida!"; +$locale["Operation undone"] = + "Operación deshecha"; +$locale["Optimizing database"] = + "Base de datos óptima"; $locale["OrphanedPages"] = "BuscarPágina"; +$locale["Other diffs:"] = + "Otros diffs:"; $locale["Other version"] = "Altro versión"; +$locale["Overwrite All"] = + "Sobreescriba Todos"; +$locale["Owner"] = + "Dueño"; +$locale["Owner: %s"] = + "Dueño: %s"; $locale["Page %s not found."] = "%s: Página no encontrado."; $locale["Page Content: "] = @@ -260,12 +552,24 @@ $locale["Page Name"] = "Nombre de la Página"; $locale["Page Version:"] = "Versión:"; +$locale["Page change"] = + "Cambio de la página"; $locale["Page now locked."] = "Página bloqueada."; $locale["Page now unlocked."] = "Página desbloquear."; $locale["Page removed %s"] = "Página borrar %s"; +$locale["Page rename %s to %s"] = + "La página retitula %s a %s"; +$locale["Page successfully updated."] = + "Página actualizada con éxito."; +$locale["PageChange Notification Error: Couldn't send %s to %s"] = + "Error De la Notificación Del Cambio De la Página: No podía enviar %s a %s"; +$locale["PageChange Notification of %s sent to %s"] = + "Pagine la notificación del cambio de %s enviado a %s"; +$locale["PageDump"] = + "DescargeDeLaPágina"; $locale["PageInfo"] = "InformacionDeLaPagina"; $locale["Password cannot be changed."] = @@ -276,6 +580,22 @@ $locale["Password was not changed."] = "Contraseña non actualizado."; $locale["Password:"] = "Contraseña:"; +$locale["PersonalPage login method:"] = + "Método de la conexión de PersonalPage:"; +$locale["PhpWikiAdministration"] = + "AdministraciónDePhpWiki"; +$locale["Please check it through before saving."] = + "Compruébelo por favor a través antes de ahorrar."; +$locale["Please contact your PhpWiki administrator for assistance."] = + "Entre en contacto con por favor a su administrador de PhpWiki para la ayuda."; +$locale["Please ensure that %s is writable, or redefine %s in config/config.ini."] = + "Asegúrese por favor de que %s sea escribible, o redefina %s en config/config.ini."; +$locale["Please set ENCRYPTED_PASSWD to false in config/config.ini and probably change ADMIN_PASSWD."] = + "En ENCRYPTED_PASSWD por favor fijado a falso config/config.ini y probablemente cambio ADMIN_PASSWD."; +$locale["Please set ENCRYPTED_PASSWD to true in config/config.ini."] = + "ENCRYPTED_PASSWD por favor fijado a verdad en config/config.ini."; +$locale["Please set a password in UserPreferences."] = + "Fije por favor una contraseña en UsuarioPreferencias."; $locale["Plugin %s disabled."] = "Plugin '%s' lisiado."; $locale["Plugin %s failed."] = @@ -288,6 +608,10 @@ $locale["Preview"] = "Previsualizar"; $locale["Previous"] = "Anterior"; +$locale["Previous Author"] = + "Autor Anterior"; +$locale["Previous Major Revision"] = + "Revisión Importante Anterior"; $locale["Previous Month"] = "Mes Anterior"; $locale["Previous Revision"] = @@ -298,12 +622,20 @@ $locale["Quick Search"] = "Busqueda rápida"; $locale["RandomPage"] = "PáginaAlAzar"; +$locale["Recent Edits"] = + "Reciente Corrige"; $locale["RecentChanges"] = "CambiosRecientes"; +$locale["RecentComments"] = + "ComentariosRecientes"; +$locale["RecentEdits"] = + "RecienteCorrige"; $locale["References"] = "Referencias"; $locale["Related Changes"] = "Cambios Relacionados"; +$locale["Related Links"] = + "Acoplamientos Relacionados"; $locale["RelatedChanges"] = "CambiosRelacionados"; $locale["Remove"] = @@ -317,7 +649,19 @@ $locale["Removed by: %s"] = $locale["Removed page '%s' successfully."] = "Página '%s' borrada satisfactoriamente."; $locale["Removing pages"] = - "Borrar página"; + "Borrar páginas"; +$locale["Rename"] = + "Retitule"; +$locale["Replace with"] = + "Substituya por"; +$locale["Restore Anyway"] = + "Restore de todos modos"; +$locale["Return to %s"] = + "Vuelva a %s"; +$locale["Revert"] = + "Invierta"; +$locale["Revision Not Found"] = + "Revisión No encontrada"; $locale["SandBox"] = "CajaDeArena"; $locale["Save"] = @@ -328,26 +672,66 @@ $locale["Saving this page will overwrite the current version."] = "Ahorrando esta página sobreescribirá la versión actual."; $locale["Search"] = "Buscar"; +$locale["Search & Replace"] = + "Busque Y Substituya"; $locale["See %s tips for editing."] = "%s tips para editar."; $locale["Select"] = "Selecto"; +$locale["Serialized file %s"] = + "Archivo serializado %s"; $locale["Set Password"] = "Set Contraseña"; +$locale["Set USE_DB_SESSION to false."] = + "Fije USE_DB_SESSION a falso."; +$locale["SetAcl"] = + "Fije El Acl"; +$locale["Show all changes for:"] = + "Demuestre todos los cambios para:"; +$locale["Show changes for:"] = + "Demuestre los cambios para:"; +$locale["Show minor edits for:"] = + "El menor de edad de la demostración corrige para:"; +$locale["Sign In"] = + "Muestra Adentro"; +$locale["Sign Out"] = + "Registro Hacia fuera"; +$locale["Signed Users"] = + "Usuarios Firmados"; $locale["Size"] = "Tamaño"; $locale["Size:"] = "Tamaño:"; +$locale["Skipped."] = + "Saltado."; +$locale["Skipping"] = + "El saltar"; +$locale["Some internal editing error"] = + "Un cierto error interno el corregir"; +$locale["Some of the changes could not automatically be combined. Please look for sections beginning with '%s', and ending with '%s'. You will need to edit those sections by hand before you click Save."] = + "Algunos de los cambios no podían ser combinados automáticamente. Busque por favor las secciones que comienzan con '%s', y terminando con '%s'. Usted necesitará corregir esas secciones a mano antes de que usted chasque excepto."; $locale["Someone has edited the page!"] = "¡Alguien ha modificado la página!"; $locale["Sorry for the inconvenience."] = "Disculpe la inconveniencia."; +$locale["Sorry, this page is not in the database."] = + "Apesadumbrada, esta página no está en la base de datos."; $locale["Sort by %s"] = "Clase por %s"; +$locale["Spam Prevention"] = + "Prevención Del Spam"; +$locale["SpamAssassin reports: "] = + "Informes de SpamAssassin: "; $locale["String \"%s\" not found."] = "Secuencia \"%s\" no encontrado."; +$locale["SubPages of %s:"] = + "PáginasSecundaria de %s:"; +$locale["Substring \"%s\" found %s times. Replace with \"%s\"?"] = + "Subsecuencia \"%s\" tiempos encontrados de %s. Substituya por \"%s\"?"; $locale["Summary"] = "Comentarios"; +$locale["Supported handlers are: %s"] = + "Los tratantes apoyados son: %s"; $locale["Synopsis"] = "Sinopsis"; $locale["TextFormattingRules"] = @@ -358,8 +742,46 @@ $locale["Thanks for participating!"] = "Gracias!"; $locale["The %d most popular pages of this wiki:"] = "Las %d páginas más populares de este wiki:"; +$locale["The %d most recent %s are listed below."] = + "Los %d la mayoría del %s reciente se enumeran abajo."; +$locale["The %d most recent %s during the past %s days are listed below."] = + "Los %d la mayoría del %s reciente durante los últimos días de %s se enumeran abajo."; +$locale["The %d most recent %s during the past day are listed below."] = + "Los %d la mayoría del %s reciente durante el último día se enumeran abajo."; +$locale["The %d oldest %s are listed below."] = + "Los %d el %s más viejo se enumeran abajo."; +$locale["The %d oldest %s during the past %s days are listed below."] = + "Los %d el %s más viejo durante los últimos días de %s se enumeran abajo."; +$locale["The %d oldest %s during the past day are listed below."] = + "Los %d el %s más viejo durante el último día se enumeran abajo."; +$locale["The %s files are in the %s directory. Please read the INSTALL file and move the database to a permanent location or risk losing all the pages!"] = + "Los archivos de %s están en el directorio de %s. ¡Lea por favor el archivo de la INSTALACIÓN y mueva la base de datos a una localización permanente o arriesgúela el perder de todas las páginas!"; +$locale["The DBA handler %s is unsupported!"] = + "¡El tratante %s del DBA está sin apoyo!"; +$locale["The PhpWiki access log file"] = + "El fichero de diario del acceso de PhpWiki"; +$locale["The PhpWiki programming team"] = + "El equipo de programación de PhpWiki"; +$locale["The crypt function is not available in this version of PHP."] = + "La función de la cripta no está disponible en esta versión de PHP."; +$locale["The length of the password is shorter than the system policy allows."] = + "La longitud de la contraseña es más corta que la política del sistema permite."; +$locale["The length of the stored password is shorter than the system policy allows. Sorry, you cannot login.\n You have to ask the System Administrator to reset your password."] = + "La longitud de la contraseña almacenada es más corta que la política del sistema permite. Apesadumbrado, usted no puede conexión.\n Usted tiene que pedir que el administrador de sistema reajuste su contraseña."; +$locale["The most recent %s during the past %s days are listed below."] = + "Los %s más recientes durante los últimos días de %s se enumeran abajo."; +$locale["The most recent %s during the past day are listed below."] = + "Los %s más recientes durante el último día se enumeran abajo."; +$locale["The session.save_path directory"] = + "El directorio de session.save_path"; +$locale["There is no image creation data available to id '%s'. Please reload referring page."] = + "No hay datos de la creación de la imagen disponibles para la identificación '%s '. Por favor recarga que refiere la página."; +$locale["This action requires moderator approval. Please be patient."] = + "Esta acción requiere la aprobación del asesor. Sea por favor paciente."; $locale["This is a minor change."] = "Esto es un cambio pequeño."; +$locale["This page edit seems to contain spam and was therefore not saved."] = + "Esta página corrige se parece contener el Spam y por lo tanto no fue ahorrada."; $locale["This page has been locked by the administrator and cannot be edited."] = "Esta página ha sido bloqueada por el administrador y no puede ser editada."; $locale["This page has been locked by the administrator so your changes can not be saved."] = @@ -374,18 +796,82 @@ $locale["TitleSearch"] = "BúsquedaDeTítulos"; $locale["Today"] = "Hoy"; +$locale["Too many external links."] = + "También muchos acoplamientos externos."; +$locale["Top & bottom toolbars"] = + "Toolbars superiores y inferiores"; +$locale["Type word above:"] = + "Mecanografíe la palabra arriba:"; +$locale["Typed in verification word mismatch ... are you a bot?"] = + "¿Mecanografían en la unión mal hecha de la palabra de la verificación... le un BOT?"; +$locale["UNOBTAINABLE"] = + "INALCANZABLE"; +$locale["USER"] = + "USUARIO"; +$locale["Unable to bind LDAP server %s using %s %s"] = + "Incapaz atar el servidor %s de LDAP usando %s %s"; +$locale["Unable to connect to IMAP server "] = + "Incapaz conectar con el IMAP el servidor "; +$locale["Unable to connect to LDAP server %s"] = + "Incapaz conectar con el servidor %s de LDAP"; +$locale["Unable to load: %s"] = + "Incapaz cargar: %s"; +$locale["Undefined method %s for special group %s"] = + "Método indefinido %s para el grupo especial %s"; +$locale["Undo"] = + "Deshaga"; +$locale["Undo Search & Replace"] = + "Deshaga La Búsqueda Y Substitúyala"; +$locale["Undo disabled"] = + "Deshaga lisiado"; +$locale["Unexpected EOF in zip file"] = + "EOF inesperado en archivo del zip"; +$locale["UnfoldSubpages"] = + "IncluyaPáginasSecundaria"; +$locale["UnfoldSubpagesPlugin"] = + "IncluyaPáginasSecundariaPlugin"; +$locale["Unknown special group '%s'"] = + "Grupo especial desconocido '%s'"; $locale["Unlock"] = "Desbloquear"; $locale["Unlock Page"] = "Desbloquear Página"; $locale["Unlocking pages"] = - "Desbloquear Página"; + "Desbloquear páginas"; +$locale["Unsupported ACL access type %s ignored."] = + "Tipo sin apoyo %s del acceso del ACL no hecho caso."; +$locale["Unsupported argument: %s=%s"] = + "Discusión sin apoyo: %s=%s"; +$locale["UpLoad"] = + "UpLoad"; +$locale["UpLoadPlugin"] = + "UpLoadPlugin"; +$locale["Upgrade"] = + "Mejora"; +$locale["Upload File"] = + "Archivo Del Upload"; +$locale["Upload error: file only partially recieved"] = + "Error del upload: el archivo recieved solamente parcialmente"; +$locale["Upload error: file too big"] = + "Error del upload: archivo demasiado grande"; +$locale["Upload error: no file selected"] = + "Error del upload: ningún archivo seleccionado"; +$locale["Upload error: unknown error #"] = + "Error del upload: error desconocido #"; +$locale["Uploading %s"] = + "%s uploading"; $locale["User preferences for user '%s':"] = "Preferencias por usuario '%s':"; $locale["User: %s"] = "Usuario: %s"; $locale["UserPreferences"] = "UsuarioPreferencias"; +$locale["UserRatings"] = + "GradosUsuario."; +$locale["Users will not be able to sign in."] = + "Los usuarios no podrán firmar adentro."; +$locale["Using directory '%s'"] = + "Usando el directorio '%s'"; $locale["Version"] = "Versión"; $locale["Version %d"] = @@ -393,57 +879,195 @@ $locale["Version %d"] = $locale["Version %s"] = "Versión %s"; $locale["Version %s, saved %s"] = - "versión %s de %s"; + "versión %s, %s ahorrado"; $locale["Version %s, saved on %s"] = "versión %s de %s"; $locale["Versions are identical"] = "Las versiones son idénticas"; $locale["View Source"] = "Vea la fuente"; +$locale["View Source: %s"] = + "Fuente De la Visión: %s"; $locale["View the current version"] = "Vea la versión actual"; +$locale["View this page and all subpages"] = + "Opinión esta página y todas las páginas secundaria"; $locale["W"] = "An"; +$locale["WARNING: InterWikiMap page is unlocked, so not using those links."] = + "ADVERTENCIA: Se abre la página de InterMapaDeWiki, tan no usando esos acoplamientos."; +$locale["Welcome to %s!\nYour email account is verified and\nwill be used to send page change notifications.\nSee %s"] = + "¡Recepción a %s!\nSe verifica y será utilizada su cuenta del email\npara enviar notificaciones del cambio de la página.\nVea %s"; $locale["Width"] = "Anchura"; $locale["Wiki Name"] = "Nombre de la Wiki"; +$locale["WikiDB::renamePage() not yet implemented for this backend"] = + "WikiDB::renamePage() no todavía puesto en ejecucio'n para este backend"; +$locale["Yes"] = + "Si"; +$locale["You forgot to set ENCRYPTED_PASSWD to true. Please update your config/config.ini"] = + "Usted se olvidó de fijar ENCRYPTED_PASSWD para verdad. Ponga al día por favor su config/config.ini"; +$locale["You must be an administrator to %s."] = + "Usted debe ser administrador %s."; +$locale["You must log in to %s."] = + "Usted debe abrirse una sesión %s."; +$locale["You must sign in to %s."] = + "Usted debe firmar adentro %s."; +$locale["You must specify a directory to dump to"] = + "Usted debe especificar un directorio para descargar a"; +$locale["You must wait for moderator approval."] = + "Usted debe esperar la aprobación del asesor."; +$locale["You searched for: "] = + "Usted buscó para: "; +$locale["You stored an empty password in your '%s' page."] = + "Usted almacenó una contraseña vacía en su página de '%s'."; +$locale["Your WikiDB DB backend '%s' cannot be used for DbSession."] = + "Su DB '%s' backend de WikiDB no se puede utilizar para DbSession."; +$locale["Your access permissions are only for a BogoUser."] = + "Sus permisos de acceso están solamente para un BogoUser."; +$locale["Your are probably trying to edit/create an invalid version of this page."] = + "Su están intentando corregir/crean probablemente una versión inválida de esta página."; $locale["Your careful attention to detail is much appreciated."] = "Se agradece una cuidadosa atención a los detalles."; +$locale["Your changes can not be saved as they are, since doing so would overwrite the other author's changes. So, your changes and those of the other author have been combined. The result is shown below."] = + "Sus cambios no se pueden ahorrar como son, desde hacer así que sobreescribirían los cambios del otro autor. Así pues, se han combinado sus cambios y los del otro autor. El resultado se demuestra abajo."; +$locale["Your home page has not been created yet so your preferences cannot not be saved."] = + "Su Home Page no se ha creado todavía así que sus preferencias no pueden ser ahorradas."; $locale["Your home page is locked so your preferences cannot not be saved."] = "Su Home Page ha sido bloqueada así que sus preferencias no pueden ser ahorradas."; +$locale["Your signature"] = + "Su firma"; $locale["Your version"] = "Versión actual:"; +$locale["ZIP files of database"] = + "Archivos del ZIP de la base de datos"; +$locale["[%d] See [%s]"] = + "[%d] Vea [%s]"; +$locale["access this wiki via SOAP"] = + "para tener acceso a este wiki vía SOAP"; +$locale["access this wiki via XML-RPC"] = + "para tener acceso a este wiki vía Xml-RPC"; +$locale["add "] = + "agregue "; +$locale["authenticated"] = + "authenticado"; $locale["by %s"] = "por %s"; $locale["cached pagedata:"] = "Página archivada:"; +$locale["content is identical to current version %d - no new revision created"] = + "el contenido es idéntico a la versión actual %d - ninguna nueva revisión creada"; +$locale["couldn't move %s to %s"] = + "no podía mover %s a %s"; $locale["couldn't open file '%s' for writing"] = "Error al escribir la página '%s'"; +$locale["create this page"] = + "para crear esta página"; $locale["current version"] = "versión actual"; $locale["days"] = "dias"; +$locale["diff this page"] = + "para diff esta página"; +$locale["download a html zip dump from this wiki"] = + "para descargar un HTML relampague la descarga de este wiki"; +$locale["download a zip dump from this wiki"] = + "para descargar un cierre relámpago descargue de este wiki"; +$locale["dump html pages"] = + "para las páginas del HTML de la descarga"; +$locale["dump serial pages"] = + "para las páginas del cuento por entregas de la descarga"; +$locale["edit this page"] = + "para corregir esta página"; +$locale["fixed"] = + "fijo"; +$locale["from %s"] = + "de %s"; +$locale["has edit conflicts - overwriting anyway"] = + "tiene corregir conflictos - sobreescribiendo de todos modos"; +$locale["has edit conflicts - skipped"] = + "tiene corregir los conflictos - saltados"; $locale["hours"] = "horas"; +$locale["latest comment by "] = + "el comentario más último cerca "; +$locale["load files into this wiki"] = + "para cargue los archivos en este wiki"; +$locale["lock this page"] = + "para trabar esta página"; $locale["locked"] = "bloqueada"; +$locale["minor"] = + "de menor importancia"; $locale["minutes"] = "minutas"; +$locale["missing required version argument"] = + "parámetro requerido de la versión que falta"; +$locale["mode"] = + "modo"; +$locale["n/a"] = + "n/a"; +$locale["name"] = + "Nombre"; +$locale["no page content"] = + "ningún contenido de la página"; +$locale["not authenticated"] = + "non authenticado"; +$locale["optional label | PageName"] = + "etiqueta opcional | NombreDePágina"; +$locale["optional label | http://www.example.com"] = + "etiqueta opcional | http://www.example.com"; +$locale["plain file %s"] = + "archivo llano %s"; +$locale["predecessor to the previous major change"] = + "precursor al cambio principal anterior"; $locale["previous revision"] = "versión archivada"; +$locale["remove this page"] = + "para quitar esta página"; +$locale["renamed from %s"] = + "retitulado de %s"; +$locale["revert to a previous version of this page"] = + "para invertir a una versión anterior de esta página"; +$locale["revert to version %d"] = + "invierta a la versión %d"; +$locale["revision by previous author"] = + "revisión del autor anterior"; +$locale["same version page"] = + "la misma página de la versión"; +$locale["saved as "] = + "ahorrado como "; +$locale["saved as %s"] = + "ahorrado como %s"; $locale["the file '%s'"] = "el archivo %s"; +$locale["the session.save_path directory '%s'"] = + "el directorio '%s' de session.save_path"; $locale["today"] = "hoy"; +$locale["too long"] = + "demasiado de largo"; +$locale["trailing cruft in plugin args: '%s'"] = + "absurdo que se arrastra en parámetros plugin: '%s'"; +$locale["unknown color %s ignored"] = + "el color desconocido %s no hizo caso"; $locale["unlock this page"] = - "Desbloquear Página"; + "para desbloquear página"; +$locale["upload a zip dump"] = + "para upload una descarga del cierre relámpago"; $locale["users"] = "usuarios"; +$locale["verify the current action"] = + "para verificar la acción actual"; $locale["version %d"] = "versión %d"; $locale["version %s"] = "versión %s"; +$locale["view the source of this page"] = + "para visión la fuente de esta página"; +$locale["view this page"] = + "para visión esta página"; $locale["weeks"] = "semanas"; $locale["yesterday"] = diff --git a/locale/fr/LC_MESSAGES/phpwiki.mo b/locale/fr/LC_MESSAGES/phpwiki.mo index 2978cfeb75bb9d391e2dcc863ec032b96e2a23d3..7430402a480cba6502e4191be48e215659555182 100644 GIT binary patch delta 26014 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 diff --git a/locale/fr/LC_MESSAGES/phpwiki.php b/locale/fr/LC_MESSAGES/phpwiki.php index 427e35656..e1d11dbd2 100644 --- a/locale/fr/LC_MESSAGES/phpwiki.php +++ b/locale/fr/LC_MESSAGES/phpwiki.php @@ -236,8 +236,6 @@ $locale["ADMIN"] = "ADMIN"; $locale["ANON"] = "ANONYME"; -$locale["AUTH_GROUP_FILE not defined"] = - "AUTH_GROUP_FILE non défini"; $locale["About"] = "À propos de"; $locale["Access"] = @@ -444,8 +442,6 @@ $locale["Check any two boxes then %s."] = "Cochez une boîte puis %s."; $locale["Check any two boxes to compare revisions."] = "Cochez une des boîtes pour comparer les révisions."; -$locale["Check to add this Acl"] = - "Vérifier pour ajouter cette ACL"; $locale["Chmod"] = "Chmod"; $locale["Chmod to permission:"] = @@ -944,8 +940,6 @@ $locale["JabberPresence"] = "JabberPresence"; $locale["Keep up to %d major edits, but keep them no longer than %d days."] = "Garder jusqu'à %d édition majeures, mais pas plus que %d jours."; -$locale["LDAP_AUTH_HOST not defined"] = - "LDAP_AUTH_HOST non défini"; $locale["Language"] = "Langage"; $locale["Last"] = @@ -1654,8 +1648,6 @@ $locale["Sign Out"] = "Déconnexion"; $locale["Sign in as:"] = "Se connecter en tant que :"; -$locale["Sign in:"] = - "S'enregistrer :"; $locale["SignIn"] = "Connexion"; $locale["SignOut"] = @@ -2190,8 +2182,6 @@ $locale["always skip the HomePage."] = "toujours ignorer la page d'accueil."; $locale["argument '%s' not declared by plugin"] = "argument '%s' non déclaré par le plugin"; -$locale["argument '%s' not declared by plugin."] = - "argument '%s' non déclaré par le plugin."; $locale["authenticated"] = "authentifié"; $locale["blog"] = @@ -2246,12 +2236,6 @@ $locale["current version"] = "version actuelle"; $locale["days"] = "jours"; -$locale["db backend:"] = - "db backend:"; -$locale["db type:"] = - "type de bd :"; -$locale["dba handler:"] = - "gestionnaire dba:"; $locale["default page permission"] = "Permission de page par défaut"; $locale["diff"] = @@ -2260,8 +2244,6 @@ $locale["diff this page"] = "diff de cette page"; $locale["download a zip dump from this wiki"] = "télécharger une sauvegarde compressée de ce wiki"; -$locale["download an html zip dump from this wiki"] = - "télécharger une sauvegarde HTML compressée de ce wiki"; $locale["dump html pages"] = "récupération des pages HTML"; $locale["dump serial pages"] = @@ -2386,8 +2368,6 @@ $locale["the file '%s'"] = "le fichier %s"; $locale["the session.save_path directory '%s'"] = "le répertoire 'session.save_path' '%s'"; -$locale["timeout:"] = - "temps mort :"; $locale["to"] = "à"; $locale["today"] = diff --git a/locale/it/LC_MESSAGES/phpwiki.mo b/locale/it/LC_MESSAGES/phpwiki.mo index 4c070ea959d9c2b1bd75283d80275580ebf85ce9..8c27e6e6aaddc424dcf92e5f2f5d501a5f495add 100644 GIT binary patch delta 24 fcmbOjG%;wy8!2u>16?Ca1w&&i1GCNFrKI=(X#oe3 delta 24 fcmbOjG%;wy8!2uBOI;w(TyV}s4#rKI=(X>|vf diff --git a/locale/ja/LC_MESSAGES/phpwiki.mo b/locale/ja/LC_MESSAGES/phpwiki.mo index 315f30447ae2aa79ba4e6abf4016e663d7790ebb..80d4309243c5679452254371f16303151a93386a 100644 GIT binary patch delta 4074 zcmXZe3v89;8Nl)PRC>WeIX#q8luJts6uGpOg{>fHg8^2^ssYW&9Im8Hi?V8_kiq1@ zCRvnC%MO?gwvjDmEK1x0&aD#W#AU^V2?Lge87db=!9j5owguPi|L^ybw!iPaJ@4~g zzH{hZv9~qbn;En{@UM^G(fn>J3}I0!gdxMM4dHWTA*8Vpi?BJCm*5b}ZCHYj1n2(=D6Pgp9kB)D_ zo3Ry5{81c{`_P1!qlvYl{W~zt{9ywR{DkNE<5v9~UHNNhpg+d?V`!r9#rEsyj^wet zK{yzlums()k!ZXL=#excn;RCR<61H6z=wG-^VMi(Pofh&jRtxF9oU6V(2bt`q1b*D z`3a}_(bIbZfVvNBRqNqHZ+qA#|QUp+|cHv##(o4^DU~cDRo2#HZ*AGGmk5I|1Fo zS!n--Xd+9|er;%?YtgtH(1f?36YfC!ccJ}W8O!;*!UM74P4qQ6f!2SBW_~q#1D&{F zToNdQywYJj`uQ;%UGW^8jPubIKZYi-204|m5l!&NvHT#qfJf2WpGDt_t;lr>yU+z6n#BGau!jmKcpD9P z3Z3`@`dap(M{`qcvZ4&S;##zS6Waa-^k}|}Mfe2zc0Gmm`yR4+VF#Mf?`zqAGkH69 zIDrN_gVy(<34Vf}aek;%&Sc@k7Olo`GJjx#+~rv3?0UZaKQr)i@K^$M$_#Lpghp2Um6u z9gv!mm_}DNE|zQ105f9!D!iF;2f9P+(D9pMeJ6U`cgFhPq6zjyk0J51;Z&^XMFW0- zZrwkkg;SHuHX7ZTiD;lEbmC?-(R*<)-XGh)g87u&(aYI^L-0H3Jlh7!od2%auopeU zZuIuPfv)Hz8t6Pa(M2?YD`=p9Mf0X5?L*Pej|>{8I@Zs`A(UsMi7&M5``;299*DN1 z6Rkn-#CkN)_tAuQqk&$*fe$KltB<4o`eJ+DbiR-%4@2WjM#tZUj&H%ND|mp1Vtgnz zd>v~jZ$#U7<52un^mk~0BWMDr(4)D8d6-|9>{t;}6-vV z?NoT_)}Slh68&N9xCc|zyS@Hf$*&)+mvgPdUQd0Ht4fbdUC1@2s~tS>KGot!x%Tw> z(z90auPK55YF|q)Nxh%@eCh0g-hI@s<@bDUYw1Jzmw5Ux_utZv)ZcTfGmBCebKRN0 zrq1QI4xf?=xr4*!rOxD1Wp%0dat&qkQdjmrS$42Ex3qFquBWoIxS@X9?TwWUGiKG# T+`ppgTuE+2{gzyL!@~aq#SMtF delta 4250 zcmY+`dytLi9l-JTsKsLKO^9rlBR0vpEQ??eGHoP^MnfVMCev6}qO~m1CL5R2jwzys zNnd2zW;UbUqdH_HL^8xBhE_;2F{xWLmCz-EG(s+wO(*?+z0W^2d-n6Z&+YenF7H{J zrktwEoGNO*CgR^!KHuf@a?2Ik zu0s>wgdK4g=Hk)N{sFcjesqC?1HZgp!K59Mj_uJzI-?U+paF-YJ2etr;WV`0JY@5t z#b}`4p#9gN3D={EHK6@BV*&A_-4ytV-r<*9bq-zm*XTqoNZNqat0 z6_uhpG9Y+2x>FO-MCPL7m!Lbc>PGh8fNQAW&P5GqX6w-bFQDyv(L@iU1COE;{R2Ik z#!&wSns5`kfZR?=LM7 z13n&}>(B%jp$k}nj%z>{@*+C#4zyq9uM`aMcXZ-L^bEg32ef40oS+bGFGaVo5^WzG z>hD6wJ%|RFjxKBtj>bjkP8~##_AqipnW&M1nS6=IH0otO^H(*yR4fS`TfqsDA zjfv=4KZ^FRLlgZKn#gK&zUR?68^ZG|*V{S&JrrEwA>=C{I)+Ys30*-GI$^8QWXns? zEl;B>x;0pVCU83%@D6m`-JyPB@R88|n9sidb0|1r9hz|lO=!6ta4j0B9!)HZ?!e2T zeSh#RbZd{GM|vJj5>F0M(fMb%qxRK(ZKhh6OBh+ z^{5K{{+N%hcp-MjCFst+h$ip~a+=ZWXoCOjl1aAe0u^pu6MC8Q(@B7?Xu!Vc#KX{m z_n@!e{piFK(S)nQ^H0$g&O__xqdT`a_zW87`3waEyo3hWg=YM>@cb6K(xd23oDE(^ z12^FamY%~a;!cddIjNtDyunco8h9Dnz7~7nW@OW&%t;EK-8D>O+ipqb6~WulGaMS8 zM~CNe=p}muO>7RjGYin2c{;cfU096vdk+0$_vfTN6YZv80{ie5JcbVV1|5)7mOK}r zm#`C>d2h7+-cUagO|&M|FF<~xrJ;TkI`3=2{nzU`|F_>0sVI*es33`c&ZcQfY zgr0e4G;leZ;7~O11L$iz0}YTt6J3V(`yKKVZQ)lM-@}XpzNXL%3vOd|I1F9UWNd-c z(FtqN75ySOKh*yc?f*2|e>IxuAJ99IMgJIW3D1Yn1suPP_utpx0u|oUZ;*Q!wJuKr zRiG30Ljw#(CmeyTa2)#DPC}1n7P_E?=!#>s|EAEs9X*;iuoZq#&i?y)ou|T%|3P*= z%ITgY)DvCtV6=TW8fZ+YpM)m(6ZBF}M~~vy=u!S29seq}#GPp1{b;|pGZfr`Gib)2 zhYoo?l0Y5M_FK@*2chrvSZs|m(1hlN=f&uPR)*(#^ltqH4ZJPX??%UE4pMOIPvAg2 z7dn*oOfF$Ly0UxG0W*X1(UmO^&#Tb!^`ZVKw&wXHxG}?XO5^YG;Bau zz7hF@7HvU~<_MbTCG-obMP-s`85*EJ`u2=KSNJgIVJ*5-i_nEEMvrhMn&8?>_P-s4 zKT+YCZ9#Y9HS~++U9|mNc>V$%nAask8C8;-0C~@xtP}QvZtg7WYYg6n{qf z%GLqxceP1ZrK_e){aN*_X+xrERq1(kwbd4;q#v6yYue1}xkKX1U1qkNQBytp=ktcd zlhVI!Q#rVz-=K8gK|}giZv85KrrqG|fpt5xd$RBGdwce9c3*aLc0=}R_F(jX4STW; k+2hWfeaFV^$Ln^+C;F^t%gBc8huJ@7*Js~|r&f;oA4gEtzyJUM diff --git a/locale/ja/LC_MESSAGES/phpwiki.php b/locale/ja/LC_MESSAGES/phpwiki.php index 82ff73f40..a0aff02d7 100644 --- a/locale/ja/LC_MESSAGES/phpwiki.php +++ b/locale/ja/LC_MESSAGES/phpwiki.php @@ -444,12 +444,6 @@ $locale["compare revisions"] = "¥ê¥Ó¥¸¥ç¥óÈæ³Ó"; $locale["current version"] = "¸½ºß¤Î¥Ð¡¼¥¸¥ç¥ó"; -$locale["db backend:"] = - "¥Ç¡¼¥¿¥Ù¡¼¥¹¥Ð¥Ã¥¯¥¨¥ó¥É"; -$locale["db type:"] = - "¥Ç¡¼¥¿¥Ù¡¼¥¹¥¿¥¤¥×"; -$locale["dba handler:"] = - "dba¥Ï¥ó¥É¥é¡¼"; $locale["diff"] = "º¹Ê¬"; $locale["edit area"] = @@ -470,8 +464,6 @@ $locale["previous revision"] = "Á°¤Î¥ê¥Ó¥¸¥ç¥ó"; $locale["saved as %s"] = "%s ¤òÊݸ¤·¤Þ¤·¤¿¡£"; -$locale["timeout:"] = - "¥¿¥¤¥à¥¢¥¦¥È"; $locale["today"] = "º£Æü"; $locale["too long"] = diff --git a/locale/nl/LC_MESSAGES/phpwiki.mo b/locale/nl/LC_MESSAGES/phpwiki.mo index 733da30d1a2d932a302d741b09d2f65f61d438d7..538f216cbc5c0c96192d32324e93101b8e277d99 100644 GIT binary patch delta 24 gcmaE5_R4I-c0q1K16?Ca1w&&i1GCMC1XpkZ0B^OV diff --git a/locale/po/de.po b/locale/po/de.po index 00ef1a453..8b7ad6eac 100644 --- a/locale/po/de.po +++ b/locale/po/de.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PhpWiki-1.3.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-09-27 17:30+0000\n" +"POT-Creation-Date: 2005-10-29 13:06+0000\n" "PO-Revision-Date: 2000-10-31 02:23+0200\n" "Last-Translator: Reini Urban , Carsten Klapp " ", Helmer Pardun " msgstr "<%s: unbekannte Sektion>" -#: ../lib/plugin/PageGroup.php:104 ../lib/plugin/WikiFormRich.php:162 -#: ../lib/plugin/WikiFormRich.php:178 -#, php-format -msgid "A required argument '%s' is missing." -msgstr "Erforderliches Argument »%s« fehlt." - #: ../lib/plugin/PageGroup.php:108 ../lib/plugin/PrevNext.php:66 msgid "Next" msgstr "Nächste" @@ -3233,7 +3281,7 @@ msgid "File extension for csv file has to be '.csv'" msgstr "" #: ../lib/plugin/PhotoAlbum.php:605 -#, fuzzy, php-format +#, php-format msgid "Unable to find src='%s'" msgstr "Konnte src='%s' nicht lesen" @@ -3543,8 +3591,8 @@ msgstr "Alle %s sind unten aufgelistet." #: ../lib/plugin/RecentChanges.php:388 ../lib/plugin/RecentChanges.php:464 #: ../lib/plugin/RecentEdits.php:10 ../lib/plugin/RecentEdits.php:36 #: ../lib/plugin/RelatedChanges.php:27 -#: ../themes/Portland/templates/editpage.tmpl:66 -#: ../themes/Wordpress/templates/editpage.tmpl:75 +#: ../themes/Portland/templates/editpage.tmpl:45 +#: ../themes/Wordpress/templates/editpage.tmpl:54 msgid "RecentEdits" msgstr "GeringfügigeÄnderungen" @@ -3718,60 +3766,44 @@ msgstr "Keine Syntax angegeben." msgid "invalid %s ignored" msgstr "ungültiges %s ignoriert" -#: ../lib/plugin/SystemInfo.php:52 +#: ../lib/plugin/SystemInfo.php:51 msgid "SystemInfo" msgstr "" -#: ../lib/plugin/SystemInfo.php:56 +#: ../lib/plugin/SystemInfo.php:55 msgid "Provides access to PhpWiki's lower level system information." msgstr "" -#: ../lib/plugin/SystemInfo.php:83 -msgid "db type:" -msgstr "Dbtyp:" - -#: ../lib/plugin/SystemInfo.php:88 -msgid "db backend:" -msgstr "" - -#: ../lib/plugin/SystemInfo.php:96 -msgid "dba handler:" -msgstr "" - -#: ../lib/plugin/SystemInfo.php:106 -msgid "timeout:" -msgstr "Zeitüberschreitung:" - -#: ../lib/plugin/SystemInfo.php:112 +#: ../lib/plugin/SystemInfo.php:123 msgid "no cache used" msgstr "kein Cache verwendet" -#: ../lib/plugin/SystemInfo.php:115 +#: ../lib/plugin/SystemInfo.php:126 msgid "cached pagedata:" msgstr "Seitendaten in den Cachespeicher aufgenommen:" -#: ../lib/plugin/SystemInfo.php:116 +#: ../lib/plugin/SystemInfo.php:127 msgid "cached versiondata:" msgstr "Versionendaten in den Cachespeicher aufgenommen:" -#: ../lib/plugin/SystemInfo.php:125 +#: ../lib/plugin/SystemInfo.php:136 #, php-format msgid "Keep up to %d major edits, but keep them no longer than %d days." msgstr "" "Aufbewahrung größerer Änderungen für %d, aber nicht länger als %d Tage." -#: ../lib/plugin/SystemInfo.php:128 +#: ../lib/plugin/SystemInfo.php:139 #, php-format msgid " Keep up to %d minor edits, but keep them no longer than %d days." msgstr "" "Aufbewahrung kleinerer Änderungen für %d, aber nicht länger als %d Tage." -#: ../lib/plugin/SystemInfo.php:131 +#: ../lib/plugin/SystemInfo.php:142 #, php-format msgid " Keep the latest contributions of the last %d authors up to %d days." msgstr "Aufbewahrung der neueren Beiträge der letzten %d Autoren für %d Tage." -#: ../lib/plugin/SystemInfo.php:133 +#: ../lib/plugin/SystemInfo.php:144 #, php-format msgid "" " Additionally, try to keep the latest contributions of all authors in the " @@ -3782,164 +3814,168 @@ msgstr "" "aufzubewahren (auch wenn es mehr als %d sind), keinesfalls jedoch mehr als %" "d einzelne Autoren Revisionen." -#: ../lib/plugin/SystemInfo.php:142 +#: ../lib/plugin/SystemInfo.php:153 #, php-format msgid "%d pages" msgstr "%d Seiten" -#: ../lib/plugin/SystemInfo.php:143 +#: ../lib/plugin/SystemInfo.php:154 #, php-format msgid "%d not-empty pages" msgstr "%d nicht leere Seiten" -#: ../lib/plugin/SystemInfo.php:154 ../lib/plugin/SystemInfo.php:184 +#: ../lib/plugin/SystemInfo.php:165 ../lib/plugin/SystemInfo.php:195 msgid "not yet" msgstr "noch nicht" -#: ../lib/plugin/SystemInfo.php:171 +#: ../lib/plugin/SystemInfo.php:182 #, php-format msgid "%d homepages" msgstr "%d Homepages" -#: ../lib/plugin/SystemInfo.php:219 +#: ../lib/plugin/SystemInfo.php:259 #, php-format msgid "total hits: %d" msgstr "Anzahl aller Seitenaufrufe %d" -#: ../lib/plugin/SystemInfo.php:220 +#: ../lib/plugin/SystemInfo.php:260 #, php-format msgid "max: %d" msgstr "Max: %d" -#: ../lib/plugin/SystemInfo.php:221 +#: ../lib/plugin/SystemInfo.php:261 #, php-format msgid "mean: %2.3f" msgstr "Mittel: %2.3f" -#: ../lib/plugin/SystemInfo.php:222 +#: ../lib/plugin/SystemInfo.php:262 #, php-format msgid "median: %d" msgstr "Median: %d" # Abbreviation in German for standard deviation / Standardabweichung? -#: ../lib/plugin/SystemInfo.php:223 +#: ../lib/plugin/SystemInfo.php:263 #, php-format msgid "stddev: %2.3f" msgstr "Standardabweichung: %2.3f" -#: ../lib/plugin/SystemInfo.php:235 +#: ../lib/plugin/SystemInfo.php:264 #, php-format msgid "%d pages with less than %d hits (<%d%%)." msgstr "%d Seiten die weniger als %d aufgerufen haben (<%d%%)." -#: ../lib/plugin/SystemInfo.php:237 +#: ../lib/plugin/SystemInfo.php:266 #, php-format msgid "%d page(s) with more than %d hits (>%d%%)." msgstr "%d Seite(n) die mehr als %d aufgerufen haben (>%d%%)." -#: ../lib/plugin/SystemInfo.php:279 +#: ../lib/plugin/SystemInfo.php:404 #, php-format msgid "Application size: %d Kb" msgstr "Anwendungsplatzbedarf: %d KB" -#: ../lib/plugin/SystemInfo.php:281 +#: ../lib/plugin/SystemInfo.php:406 #, php-format msgid "Pagedata size: %d Kb" msgstr "Größe der Seitendaten: %d KB" -#: ../lib/plugin/SystemInfo.php:299 +#: ../lib/plugin/SystemInfo.php:424 #, php-format msgid "Total %d plugins: " msgstr "%d Gesamte Zusatzprogramme: " -#: ../lib/plugin/SystemInfo.php:308 +#: ../lib/plugin/SystemInfo.php:433 #, php-format msgid "Total of %d languages: " msgstr "%d Sprache gesamt: " -#: ../lib/plugin/SystemInfo.php:311 +#: ../lib/plugin/SystemInfo.php:436 #, php-format msgid "Current language: '%s'" msgstr "Ihre Sprache: »%s«" -#: ../lib/plugin/SystemInfo.php:313 +#: ../lib/plugin/SystemInfo.php:438 #, php-format msgid "Default language: '%s'" msgstr "Standardsprache für dieses Wiki: »%s«" -#: ../lib/plugin/SystemInfo.php:321 +#: ../lib/plugin/SystemInfo.php:446 #, php-format msgid "Total of %d themes: " msgstr "%d Benutzeroberfläche gesamt: " -#: ../lib/plugin/SystemInfo.php:323 +#: ../lib/plugin/SystemInfo.php:448 #, php-format msgid "Current theme: '%s'" msgstr "Ihre Benutzeroberfläche: »%s«" -#: ../lib/plugin/SystemInfo.php:325 +#: ../lib/plugin/SystemInfo.php:450 #, php-format msgid "Default theme: '%s'" msgstr "Darstellung des Systems: »%s«" -#: ../lib/plugin/SystemInfo.php:338 +#: ../lib/plugin/SystemInfo.php:463 #, php-format msgid "unknown argument '%s' to SystemInfo" msgstr "" -#: ../lib/plugin/SystemInfo.php:361 +#: ../lib/plugin/SystemInfo.php:487 msgid "Application name" msgstr "Anwendungsname" -#: ../lib/plugin/SystemInfo.php:362 +#: ../lib/plugin/SystemInfo.php:488 msgid "PhpWiki engine version" msgstr "PhpWikitriebwerksversion" -#: ../lib/plugin/SystemInfo.php:363 +#: ../lib/plugin/SystemInfo.php:489 msgid "Database" msgstr "Datenbank" -#: ../lib/plugin/SystemInfo.php:364 +#: ../lib/plugin/SystemInfo.php:490 msgid "Cache statistics" msgstr "Cache Statistiken" -#: ../lib/plugin/SystemInfo.php:365 +#: ../lib/plugin/SystemInfo.php:491 msgid "Page statistics" msgstr "Seiten Statistiken" -#: ../lib/plugin/SystemInfo.php:368 +#: ../lib/plugin/SystemInfo.php:494 msgid "User statistics" msgstr "Benutzer Statistiken" -#: ../lib/plugin/SystemInfo.php:370 +#: ../lib/plugin/SystemInfo.php:496 msgid "Hit statistics" msgstr "Treffer Statistiken" -#: ../lib/plugin/SystemInfo.php:372 +#: ../lib/plugin/SystemInfo.php:497 +msgid "Harddisc usage" +msgstr "" + +#: ../lib/plugin/SystemInfo.php:498 msgid "Expiry parameters" msgstr "" -#: ../lib/plugin/SystemInfo.php:373 +#: ../lib/plugin/SystemInfo.php:499 msgid "Wikiname regexp" msgstr "Wikiname regexp" -#: ../lib/plugin/SystemInfo.php:374 +#: ../lib/plugin/SystemInfo.php:500 msgid "Allowed protocols" msgstr "" -#: ../lib/plugin/SystemInfo.php:375 +#: ../lib/plugin/SystemInfo.php:501 msgid "Inline images" msgstr "Eingebundene Bilder" -#: ../lib/plugin/SystemInfo.php:376 +#: ../lib/plugin/SystemInfo.php:502 msgid "Available plugins" msgstr "Verfügbare Einschubprogramme" -#: ../lib/plugin/SystemInfo.php:377 +#: ../lib/plugin/SystemInfo.php:503 msgid "Supported languages" msgstr "Unterstützte Sprachen" -#: ../lib/plugin/SystemInfo.php:378 +#: ../lib/plugin/SystemInfo.php:504 msgid "Supported themes" msgstr "Unterstützte Benutzeroberfläche" @@ -3968,6 +4004,14 @@ msgid "Sorry, this version of PHP cannot create PNG image files." msgstr "" "Das geht leider nicht. Diese PHP Version kann keine PNG Bilder erzeugen." +#: ../lib/plugin/Template.php:61 +msgid "Template" +msgstr "Benutzeroberfläche" + +#: ../lib/plugin/Template.php:65 +msgid "Parametrized page inclusion." +msgstr "" + #: ../lib/plugin/TexToPng.php:103 msgid "Converts TeX to an image. May be used to embed formulas in PhpWiki." msgstr "" @@ -3991,11 +4035,6 @@ msgstr "Einbetten" msgid "Include an external web page within the body of a wiki page." msgstr "Einbetten einer externen Webseite im Body dieser Wiki Seite." -#: ../lib/plugin/Transclude.php:76 -#, php-format -msgid "%s parameter missing" -msgstr "%s Argument fehlt" - #: ../lib/plugin/Transclude.php:88 msgid "Transcluded page" msgstr "Eingebettete Seite" @@ -4176,8 +4215,8 @@ msgstr "Die Upload-Logdatei konnte nicht ge #: ../themes/Crao/templates/navbar.tmpl:23 #: ../themes/MonoBook/templates/navbar.tmpl:49 #: ../themes/blog/templates/navbar.tmpl:17 -#: ../themes/default/templates/head.tmpl:91 #: ../themes/default/templates/head.tmpl:92 +#: ../themes/default/templates/head.tmpl:93 #: ../themes/default/templates/homepage.tmpl:11 #: ../themes/default/templates/navbar.tmpl:40 #: ../themes/shamino_com/templates/top.tmpl:28 @@ -4283,7 +4322,7 @@ msgid "" "from graphviz." msgstr "" -#: ../lib/plugin/VisualWiki.php:487 +#: ../lib/plugin/VisualWiki.php:493 msgid "Legend" msgstr "Legende" @@ -5170,8 +5209,8 @@ msgstr "FremdSuchePlugin" #: ../themes/MonoBook/templates/navbar.tmpl:25 #: ../themes/Portland/templates/navbar.tmpl:8 #: ../themes/Sidebar/templates/navbar.tmpl:24 -#: ../themes/default/templates/head.tmpl:41 #: ../themes/default/templates/head.tmpl:42 +#: ../themes/default/templates/head.tmpl:43 #: ../themes/default/templates/navbar.tmpl:20 #: ../themes/shamino_com/templates/top.tmpl:21 #: ../themes/smaller/templates/navbar.tmpl:8 @@ -5391,8 +5430,8 @@ msgstr "WikiPlugin" #: ../lib/plugin/_WikiTranslation.php:123 #: ../themes/Crao/templates/head.tmpl:73 ../themes/Crao/templates/head.tmpl:74 -#: ../themes/default/templates/head.tmpl:78 #: ../themes/default/templates/head.tmpl:79 +#: ../themes/default/templates/head.tmpl:80 #: ../themes/wikilens/templates/head.tmpl:71 #: ../themes/wikilens/templates/head.tmpl:72 msgid "WikiWikiWeb" @@ -5851,7 +5890,7 @@ msgstr "Alte Version Bearbeiten" #: ../themes/Wordpress/templates/actionbar.tmpl:10 #: ../themes/blog/templates/actionbar.tmpl:7 #: ../themes/default/templates/actionbar.tmpl:17 -#: ../themes/default/templates/head.tmpl:52 +#: ../themes/default/templates/head.tmpl:53 #: ../themes/shamino_com/templates/info.tmpl:165 #: ../themes/smaller/templates/actionbar.tmpl:20 #: ../themes/smaller/templates/info.tmpl:5 @@ -5928,8 +5967,8 @@ msgid "View the current version" msgstr "Die aktuelle Version ansehen" #: ../themes/Crao/templates/editpage.tmpl:4 -#: ../themes/Portland/templates/editpage.tmpl:80 -#: ../themes/Wordpress/templates/editpage.tmpl:80 +#: ../themes/Portland/templates/editpage.tmpl:57 +#: ../themes/Wordpress/templates/editpage.tmpl:59 #: ../themes/default/templates/editpage.tmpl:4 msgid "Preview only! Changes not saved." msgstr "" @@ -5948,15 +5987,15 @@ msgid "edit area" msgstr "Texteingabe Fenster" #: ../themes/Crao/templates/editpage.tmpl:18 -#: ../themes/Portland/templates/editpage.tmpl:46 -#: ../themes/Wordpress/templates/editpage.tmpl:44 +#: ../themes/Portland/templates/editpage.tmpl:25 +#: ../themes/Wordpress/templates/editpage.tmpl:23 #: ../themes/default/templates/editpage.tmpl:20 msgid "Warning: You are editing an old revision." msgstr "Achtung: Sie bearbeiten eine alte Version." #: ../themes/Crao/templates/editpage.tmpl:19 -#: ../themes/Portland/templates/editpage.tmpl:47 -#: ../themes/Wordpress/templates/editpage.tmpl:45 +#: ../themes/Portland/templates/editpage.tmpl:26 +#: ../themes/Wordpress/templates/editpage.tmpl:24 #: ../themes/default/templates/editpage.tmpl:21 msgid "Saving this page will overwrite the current version." msgstr "" @@ -5964,22 +6003,22 @@ msgstr "" "überschrieben." #: ../themes/Crao/templates/editpage.tmpl:38 -#: ../themes/Portland/templates/editpage.tmpl:69 -#: ../themes/Wordpress/templates/editpage.tmpl:60 +#: ../themes/Portland/templates/editpage.tmpl:48 +#: ../themes/Wordpress/templates/editpage.tmpl:39 #: ../themes/default/templates/editpage.tmpl:40 msgid "H" msgstr "H." #: ../themes/Crao/templates/editpage.tmpl:39 -#: ../themes/Portland/templates/editpage.tmpl:71 -#: ../themes/Wordpress/templates/editpage.tmpl:61 +#: ../themes/Portland/templates/editpage.tmpl:49 +#: ../themes/Wordpress/templates/editpage.tmpl:40 #: ../themes/default/templates/editpage.tmpl:41 msgid "W" msgstr "Br." #: ../themes/Crao/templates/editpage.tmpl:40 -#: ../themes/Portland/templates/editpage.tmpl:73 -#: ../themes/Wordpress/templates/editpage.tmpl:62 +#: ../themes/Portland/templates/editpage.tmpl:50 +#: ../themes/Wordpress/templates/editpage.tmpl:41 #: ../themes/default/templates/editpage.tmpl:42 msgid "Adjust" msgstr "Justieren" @@ -5994,18 +6033,18 @@ msgid "This is a minor change." msgstr "Kleinere Änderung." #: ../themes/Crao/templates/editpage.tmpl:53 -#: ../themes/Portland/templates/editpage.tmpl:75 -#: ../themes/Wordpress/templates/editpage.tmpl:65 +#: ../themes/Portland/templates/editpage.tmpl:52 +#: ../themes/Wordpress/templates/editpage.tmpl:44 #: ../themes/default/templates/editpage.tmpl:60 msgid "Use old markup" msgstr "Alte Formatierungssyntax verwenden" #: ../themes/Crao/templates/editpage.tmpl:88 #: ../themes/Crao/templates/editpage.tmpl:93 -#: ../themes/Portland/templates/editpage.tmpl:103 -#: ../themes/Portland/templates/editpage.tmpl:108 -#: ../themes/Wordpress/templates/editpage.tmpl:103 -#: ../themes/Wordpress/templates/editpage.tmpl:108 +#: ../themes/Portland/templates/editpage.tmpl:80 +#: ../themes/Portland/templates/editpage.tmpl:85 +#: ../themes/Wordpress/templates/editpage.tmpl:82 +#: ../themes/Wordpress/templates/editpage.tmpl:87 #: ../themes/default/templates/editpage.tmpl:113 #: ../themes/default/templates/editpage.tmpl:118 #, php-format @@ -6014,44 +6053,44 @@ msgstr "Siehe %s Tips f #: ../themes/Crao/templates/editpage.tmpl:88 #: ../themes/Crao/templates/editpage.tmpl:93 -#: ../themes/Portland/templates/editpage.tmpl:103 -#: ../themes/Portland/templates/editpage.tmpl:108 -#: ../themes/Wordpress/templates/editpage.tmpl:103 -#: ../themes/Wordpress/templates/editpage.tmpl:108 +#: ../themes/Portland/templates/editpage.tmpl:80 +#: ../themes/Portland/templates/editpage.tmpl:85 +#: ../themes/Wordpress/templates/editpage.tmpl:82 +#: ../themes/Wordpress/templates/editpage.tmpl:87 #: ../themes/default/templates/editpage.tmpl:113 #: ../themes/default/templates/editpage.tmpl:118 msgid "GoodStyle" msgstr "GuterStil" #: ../themes/Crao/templates/editpage.tmpl:89 -#: ../themes/Portland/templates/editpage.tmpl:104 -#: ../themes/Wordpress/templates/editpage.tmpl:104 +#: ../themes/Portland/templates/editpage.tmpl:81 +#: ../themes/Wordpress/templates/editpage.tmpl:83 #: ../themes/default/templates/editpage.tmpl:114 msgid "OldTextFormattingRules" msgstr "AlteTextFormatierungsRegeln" #: ../themes/Crao/templates/editpage.tmpl:89 #: ../themes/Crao/templates/editpage.tmpl:94 -#: ../themes/Portland/templates/editpage.tmpl:104 -#: ../themes/Portland/templates/editpage.tmpl:109 -#: ../themes/Wordpress/templates/editpage.tmpl:104 -#: ../themes/Wordpress/templates/editpage.tmpl:109 +#: ../themes/Portland/templates/editpage.tmpl:81 +#: ../themes/Portland/templates/editpage.tmpl:86 +#: ../themes/Wordpress/templates/editpage.tmpl:83 +#: ../themes/Wordpress/templates/editpage.tmpl:88 #: ../themes/default/templates/editpage.tmpl:114 #: ../themes/default/templates/editpage.tmpl:119 msgid "Synopsis" msgstr "Übersicht" #: ../themes/Crao/templates/editpage.tmpl:94 -#: ../themes/Portland/templates/editpage.tmpl:109 -#: ../themes/Wordpress/templates/editpage.tmpl:109 +#: ../themes/Portland/templates/editpage.tmpl:86 +#: ../themes/Wordpress/templates/editpage.tmpl:88 #: ../themes/default/templates/editpage.tmpl:119 msgid "TextFormattingRules" msgstr "TextFormatierungsRegeln" #: ../themes/Crao/templates/head.tmpl:31 ../themes/Crao/templates/head.tmpl:32 #: ../themes/Crao/templates/htmldump.tmpl:22 -#: ../themes/default/templates/head.tmpl:36 #: ../themes/default/templates/head.tmpl:37 +#: ../themes/default/templates/head.tmpl:38 #: ../themes/default/templates/htmldump.tmpl:22 #: ../themes/wikilens/templates/head.tmpl:30 #: ../themes/wikilens/templates/head.tmpl:31 @@ -6059,8 +6098,8 @@ msgid "HowToUseWiki" msgstr "WieManWikiBenutzt" #: ../themes/Crao/templates/head.tmpl:70 ../themes/Crao/templates/head.tmpl:71 -#: ../themes/default/templates/head.tmpl:75 #: ../themes/default/templates/head.tmpl:76 +#: ../themes/default/templates/head.tmpl:77 #: ../themes/wikilens/templates/head.tmpl:68 #: ../themes/wikilens/templates/head.tmpl:69 msgid "SandBox" @@ -6102,11 +6141,6 @@ msgstr "Sie sind angemeldet als %s" msgid "Enter your UserId to sign in" msgstr "Tragen Sie bitte für die Anmeldung im Wiki Ihren Benutzernamen ein" -#: ../themes/Crao/templates/signin.tmpl:54 -#: ../themes/smaller/templates/signin.tmpl:54 -msgid "Sign in:" -msgstr "Anmelden:" - #: ../themes/Crao/templates/wikiblog.tmpl:19 #: ../themes/blog/templates/wikiblog.tmpl:20 #: ../themes/default/templates/comment.tmpl:18 @@ -6280,14 +6314,14 @@ msgid "Page Type:" msgstr "Seitentyp:" #: ../themes/MonoBook/templates/info.tmpl:170 -#: ../themes/blog/templates/_info.tmpl:5 ../themes/blog/templates/info.tmpl:5 +#: ../themes/blog/templates/info.tmpl:5 #: ../themes/shamino_com/templates/info.tmpl:170 #: ../themes/smaller/templates/info.tmpl:9 msgid "Diff previous Revision" msgstr "Diff zu voriger Version" #: ../themes/MonoBook/templates/info.tmpl:171 -#: ../themes/blog/templates/_info.tmpl:6 ../themes/blog/templates/info.tmpl:6 +#: ../themes/blog/templates/info.tmpl:6 #: ../themes/shamino_com/templates/info.tmpl:171 #: ../themes/smaller/templates/info.tmpl:10 msgid "Diff previous Author" @@ -6365,14 +6399,14 @@ msgstr "%s von dieser Seite" msgid "Page Execution took %s seconds" msgstr "Ausführung dieser Seite dauerte %s Sekunden" -#: ../themes/Portland/templates/editpage.tmpl:65 -#: ../themes/Wordpress/templates/editpage.tmpl:74 +#: ../themes/Portland/templates/editpage.tmpl:44 +#: ../themes/Wordpress/templates/editpage.tmpl:53 #, php-format msgid "" "I'm just doing minor edits. Please divert the usual logging to %s instead." msgstr "Ich mache nur kleinere Änderungen. Protokolliere stattdessen in %s." -#: ../themes/Portland/templates/editpage.tmpl:69 +#: ../themes/Portland/templates/editpage.tmpl:48 #: ../themes/default/templates/userprefs.tmpl:195 msgid "Edit Area Size" msgstr "Texteingabe Fenstergröße" @@ -6526,8 +6560,7 @@ msgstr "" "Sie können sich mit jedem gewünschten [WikiWort|SeitenErzeugen] als " "Benutzernamen ins Wiki eintragen. (Auch %s u. deutsche Umlaute sind " "zulässig). Der Benutzername wird in NeuesteÄnderungen als Link auf Ihre " -"Homepage verwendet. Sie können Ihre Seite in die Browser Favoriten eintragen " -"oder auch gleich als URL verwenden: ~http://www.wikiname.de/~IhrName" +"Homepage verwendet." #: ../themes/default/templates/login.tmpl:60 msgid "" @@ -6904,6 +6937,21 @@ msgstr "Gepostet: %s" msgid "TermsOfUse" msgstr "BenutzungsBedingungen" +#~ msgid "Sign in:" +#~ msgstr "Anmelden:" + +#~ msgid "AUTH_GROUP_FILE not defined" +#~ msgstr "AUTH_GROUP_FILE nicht definiert" + +#~ msgid "LDAP_AUTH_HOST not defined" +#~ msgstr "LDAP_AUTH_HOST nicht definiert" + +#~ msgid "db type:" +#~ msgstr "Dbtyp:" + +#~ msgid "timeout:" +#~ msgstr "Zeitüberschreitung:" + #~ msgid "Category" #~ msgstr "Kategorie" @@ -7018,9 +7066,6 @@ msgstr "BenutzungsBedingungen" #~ msgid "No opinion" #~ msgstr "Keine Bewertung" -#~ msgid "Unable to bind LDAP server %s" -#~ msgstr "Konnte nicht LDAP Server %s verbinden" - #~ msgid "Unable to connect to LDAP server " #~ msgstr "LDAP Server nicht gefunden" diff --git a/locale/po/es.po b/locale/po/es.po index b646515d9..65b06b743 100644 --- a/locale/po/es.po +++ b/locale/po/es.po @@ -3,15 +3,15 @@ # Copyright (C) Copyright 1999, 2000, 2001, 2002 ThePhpWikiProgrammingTeam. # Copyright (C) 2000 Sandino Araico Sánchez . # Sandino Araico Sánchez , 2000. -# # Ultima modificación por Pablo Roca (proca@clavo.net) # version 1.3.4-pre +# Reini google translated the rest. 1.3.11p1 # msgid "" msgstr "" "Project-Id-Version: PhpWiki-1.3.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-09-27 17:30+0000\n" +"POT-Creation-Date: 2005-10-29 13:06+0000\n" "PO-Revision-Date: 2000-02-01 00:50-0500\n" "Last-Translator: Pablo Roca \n" "Language-Team: \n" @@ -24,36 +24,36 @@ msgstr "" #: ../lib/DbSession.php:50 #, php-format msgid "Your WikiDB DB backend '%s' cannot be used for DbSession." -msgstr "" +msgstr "Su DB '%s' backend de WikiDB no se puede utilizar para DbSession." #: ../lib/DbSession.php:51 #, php-format msgid "Set USE_DB_SESSION to false." -msgstr "" +msgstr "Fije USE_DB_SESSION a falso." #: ../lib/DbaDatabase.php:18 #, php-format msgid "The DBA handler %s is unsupported!" -msgstr "" +msgstr "¡El tratante %s del DBA está sin apoyo!" #: ../lib/DbaDatabase.php:19 #, php-format msgid "Supported handlers are: %s" -msgstr "" +msgstr "Los tratantes apoyados son: %s" #: ../lib/EditToolbar.php:42 msgid "Undo" -msgstr "" +msgstr "Deshaga" # lib/msql.php:237 lib/msql.php:312 #: ../lib/EditToolbar.php:48 msgid "Undo disabled" -msgstr "" +msgstr "Deshaga lisiado" -#: ../lib/EditToolbar.php:57 ../lib/EditToolbar.php:230 -#: ../lib/EditToolbar.php:231 ../lib/plugin/WikiAdminSearchReplace.php:187 +#: ../lib/EditToolbar.php:57 ../lib/EditToolbar.php:253 +#: ../lib/EditToolbar.php:254 ../lib/plugin/WikiAdminSearchReplace.php:187 msgid "Search & Replace" -msgstr "" +msgstr "Busque Y Substituya" # lib/stdlib.php:207 lib/stdlib.php:215 #: ../lib/EditToolbar.php:59 ../lib/plugin/InterWikiSearch.php:91 @@ -72,7 +72,7 @@ msgstr "Buscar" #: ../lib/EditToolbar.php:61 msgid "Replace with" -msgstr "" +msgstr "Substituya por" #: ../lib/EditToolbar.php:63 ../lib/upgrade.php:375 ../lib/upgrade.php:384 #: ../lib/upgrade.php:393 ../lib/upgrade.php:412 ../lib/upgrade.php:440 @@ -83,16 +83,16 @@ msgstr "" msgid "OK" msgstr "" -#: ../lib/EditToolbar.php:65 ../lib/EditToolbar.php:285 -#: ../lib/EditToolbar.php:331 ../lib/EditToolbar.php:355 -#: ../lib/EditToolbar.php:388 +#: ../lib/EditToolbar.php:65 ../lib/EditToolbar.php:308 +#: ../lib/EditToolbar.php:354 ../lib/EditToolbar.php:378 +#: ../lib/EditToolbar.php:411 msgid "Close" msgstr "Cierre" #: ../lib/EditToolbar.php:80 #, php-format -msgid "Substring \"%s\" found %s times. Replace with with \"%s\"?" -msgstr "" +msgid "Substring \"%s\" found %s times. Replace with \"%s\"?" +msgstr "Subsecuencia \"%s\" tiempos encontrados de %s. Substituya por \"%s\"?" #: ../lib/EditToolbar.php:82 #, php-format @@ -101,126 +101,125 @@ msgstr "Secuencia \"%s\" no encontrado." #: ../lib/EditToolbar.php:105 msgid "Operation undone" -msgstr "" +msgstr "Operación deshecha" -#: ../lib/EditToolbar.php:144 ../lib/EditToolbar.php:145 +#: ../lib/EditToolbar.php:167 ../lib/EditToolbar.php:168 msgid "Bold text" -msgstr "" +msgstr "Texto en negrilla" -#: ../lib/EditToolbar.php:149 ../lib/EditToolbar.php:150 +#: ../lib/EditToolbar.php:172 ../lib/EditToolbar.php:173 msgid "Italic text" -msgstr "" +msgstr "Texto del itálico" -#: ../lib/EditToolbar.php:154 +#: ../lib/EditToolbar.php:177 msgid "optional label | PageName" -msgstr "" +msgstr "etiqueta opcional | NombreDePágina" -#: ../lib/EditToolbar.php:155 +#: ../lib/EditToolbar.php:178 msgid "Link to page" -msgstr "" +msgstr "Acoplamiento a la página" -#: ../lib/EditToolbar.php:159 +#: ../lib/EditToolbar.php:182 msgid "optional label | http://www.example.com" -msgstr "" +msgstr "etiqueta opcional | http://www.example.com" -#: ../lib/EditToolbar.php:160 +#: ../lib/EditToolbar.php:183 msgid "External link (remember http:// prefix)" -msgstr "" +msgstr "Acoplamiento externo (recuerde http:// prefijo)" -#: ../lib/EditToolbar.php:164 +#: ../lib/EditToolbar.php:187 msgid "Headline text" -msgstr "" +msgstr "Texto del título" -#: ../lib/EditToolbar.php:165 +#: ../lib/EditToolbar.php:188 msgid "Level 1 headline" -msgstr "" +msgstr "Título del nivel 1" -#: ../lib/EditToolbar.php:169 +#: ../lib/EditToolbar.php:192 msgid "Example.jpg" msgstr "" -#: ../lib/EditToolbar.php:170 +#: ../lib/EditToolbar.php:193 msgid "Embedded image" -msgstr "" +msgstr "Imagen encajada" -#: ../lib/EditToolbar.php:174 +#: ../lib/EditToolbar.php:197 msgid "Insert non-formatted text here" -msgstr "" +msgstr "Inserte el texto sin formatear aquí" -#: ../lib/EditToolbar.php:175 +#: ../lib/EditToolbar.php:198 msgid "Ignore wiki formatting" -msgstr "" +msgstr "No haga caso del formato del wiki" # lib/pageinfo.php:70 -#: ../lib/EditToolbar.php:180 +#: ../lib/EditToolbar.php:203 msgid "Your signature" -msgstr "" +msgstr "Su firma" -#: ../lib/EditToolbar.php:185 +#: ../lib/EditToolbar.php:208 msgid "Horizontal line" msgstr "Linea horizontal" -#: ../lib/EditToolbar.php:187 ../lib/EditToolbar.php:189 -#: ../lib/editpage.php:562 +#: ../lib/EditToolbar.php:210 ../lib/EditToolbar.php:212 +#: ../lib/editpage.php:592 msgid "Save" msgstr "Guardar" -#: ../lib/EditToolbar.php:191 ../lib/EditToolbar.php:193 -#: ../lib/editpage.php:558 +#: ../lib/EditToolbar.php:214 ../lib/EditToolbar.php:216 +#: ../lib/editpage.php:588 msgid "Preview" msgstr "Previsualizar" -#: ../lib/EditToolbar.php:209 +#: ../lib/EditToolbar.php:232 msgid "Click a button to get an example text" -msgstr "" +msgstr "Chasque un botón para conseguir un texto del ejemplo" -#: ../lib/EditToolbar.php:222 ../lib/EditToolbar.php:223 +#: ../lib/EditToolbar.php:245 ../lib/EditToolbar.php:246 msgid "Undo Search & Replace" -msgstr "" +msgstr "Deshaga La Búsqueda Y Substitúyala" # lib/diff.php:997 -#: ../lib/EditToolbar.php:279 ../lib/EditToolbar.php:280 +#: ../lib/EditToolbar.php:302 ../lib/EditToolbar.php:303 msgid "AddCategory" msgstr "AgregueCategoría" -#: ../lib/EditToolbar.php:282 +#: ../lib/EditToolbar.php:305 msgid "Insert Categories (double-click)" msgstr "Relleno Categorías (doble-tecleo)" -#: ../lib/EditToolbar.php:284 ../lib/EditToolbar.php:330 -#: ../lib/EditToolbar.php:354 ../lib/EditToolbar.php:387 +#: ../lib/EditToolbar.php:307 ../lib/EditToolbar.php:353 +#: ../lib/EditToolbar.php:377 ../lib/EditToolbar.php:410 msgid "Insert" msgstr "Relleno" -#: ../lib/EditToolbar.php:325 ../lib/EditToolbar.php:326 +#: ../lib/EditToolbar.php:348 ../lib/EditToolbar.php:349 msgid "AddPlugin" msgstr "AgreguePlugin" -#: ../lib/EditToolbar.php:328 +#: ../lib/EditToolbar.php:351 msgid "Insert Plugin (double-click)" msgstr "Relleno Plugin (doble-tecleo)" -#: ../lib/EditToolbar.php:349 ../lib/EditToolbar.php:350 +#: ../lib/EditToolbar.php:372 ../lib/EditToolbar.php:373 msgid "AddPageLink" -msgstr "" +msgstr "AgregueElAcoplamientoDeLaPágina" -#: ../lib/EditToolbar.php:352 +#: ../lib/EditToolbar.php:375 msgid "Insert PageLink (double-click)" -msgstr "" +msgstr "Inserte el AcoplamientoDeLaPágina (doble-tecleo)" -#: ../lib/EditToolbar.php:382 ../lib/EditToolbar.php:383 +#: ../lib/EditToolbar.php:405 ../lib/EditToolbar.php:406 msgid "AddTemplate" -msgstr "" +msgstr "AgregueLaPlantilla" -#: ../lib/EditToolbar.php:385 -#, fuzzy +#: ../lib/EditToolbar.php:408 msgid "Insert Template (double-click)" -msgstr "Relleno Categorías (doble-tecleo)" +msgstr "Inserte la plantilla (doble-tecleo)" #: ../lib/ErrorManager.php:210 #, php-format msgid "%s: error while handling error:" -msgstr "" +msgstr "%s: error mientras que maneja error:" #: ../lib/FileFinder.php:191 ../lib/loadsave.php:926 #, php-format @@ -244,12 +243,12 @@ msgstr "P #: ../lib/InlineParser.php:336 msgid "Invalid [] syntax ignored" -msgstr "" +msgstr "[] el sintaxis inválido no hizo caso" #: ../lib/InlineParser.php:641 #, php-format msgid "unknown color %s ignored" -msgstr "" +msgstr "el color desconocido %s no hizo caso" #: ../lib/PageList.php:104 #, php-format @@ -267,17 +266,17 @@ msgstr "Clase por %s" #: ../lib/PageList.php:298 msgid "Click to de-/select all pages" -msgstr "" +msgstr "Tecleo para de-/seleccionar todas las páginas" #: ../lib/PageList.php:366 ../lib/plugin/UnfoldSubpages.php:132 #, php-format msgid " ... first %d bytes" -msgstr "" +msgstr " ... primeros octetos de %d" #: ../lib/PageList.php:372 #, php-format msgid " ... around %s" -msgstr "" +msgstr " ... alrededor de %s" #: ../lib/PageList.php:402 ../lib/plugin/AppendText.php:57 #: ../lib/upgrade.php:796 @@ -292,7 +291,7 @@ msgstr "Nombre de la P #: ../lib/PageList.php:555 ../lib/plugin/FullTextSearch.php:107 msgid "" -msgstr "" +msgstr "" #: ../lib/PageList.php:934 ../lib/plugin/WikiAdminSearchReplace.php:171 msgid "Content" @@ -313,7 +312,7 @@ msgid "Hits" msgstr "Número de hits" #: ../lib/PageList.php:958 ../themes/Crao/templates/editpage.tmpl:37 -#: ../themes/Wordpress/templates/editpage.tmpl:59 +#: ../themes/Wordpress/templates/editpage.tmpl:38 #: ../themes/default/templates/editpage.tmpl:39 msgid "Size" msgstr "Tamaño" @@ -333,15 +332,15 @@ msgstr "Versi #: ../themes/default/templates/info.tmpl:65 #: ../themes/shamino_com/templates/info.tmpl:71 msgid "Last Author" -msgstr "" +msgstr "Autor Pasado" #: ../lib/PageList.php:968 ../lib/WikiGroup.php:36 msgid "Owner" -msgstr "" +msgstr "Dueño" #: ../lib/PageList.php:970 ../lib/WikiGroup.php:37 msgid "Creator" -msgstr "" +msgstr "Creador" #: ../lib/PageList.php:976 ../themes/Crao/templates/editpage.tmpl:67 #: ../themes/MonoBook/templates/info.tmpl:132 @@ -357,11 +356,11 @@ msgstr "bloqueada" #: ../lib/PageList.php:980 msgid "Minor Edit" -msgstr "" +msgstr "El Menor de edad Corrige" #: ../lib/PageList.php:980 msgid "minor" -msgstr "" +msgstr "de menor importancia" #: ../lib/PageList.php:982 msgid "Markup" @@ -370,31 +369,31 @@ msgstr "" #: ../lib/PageList.php:1239 ../lib/plugin/WantedPagesOld.php:178 #, php-format msgid "Columns: %s." -msgstr "" +msgstr "Columnas: %s." #: ../lib/PagePerm.php:292 msgid "List this page and all subpages" -msgstr "" +msgstr "Enumere esta página y todas las páginas secundaria" #: ../lib/PagePerm.php:293 msgid "View this page and all subpages" -msgstr "" +msgstr "Opinión esta página y todas las páginas secundaria" #: ../lib/PagePerm.php:294 msgid "Edit this page and all subpages" -msgstr "" +msgstr "Corrija esta página y todas las páginas secundaria" #: ../lib/PagePerm.php:295 msgid "Create a new (sub)page" -msgstr "" +msgstr "Cree una página (secundaria) nueva" #: ../lib/PagePerm.php:296 msgid "Download the page contents" -msgstr "" +msgstr "Descargue el contenido de la página" #: ../lib/PagePerm.php:297 msgid "Change page attributes" -msgstr "" +msgstr "Cambie las cualidades de la página" #: ../lib/PagePerm.php:298 msgid "Remove this page" @@ -403,48 +402,48 @@ msgstr "Quite esta p #: ../lib/PagePerm.php:347 #, php-format msgid "Unsupported ACL access type %s ignored." -msgstr "" +msgstr "Tipo sin apoyo %s del acceso del ACL no hecho caso." #: ../lib/PagePerm.php:558 msgid "Access" -msgstr "" +msgstr "Acceso" #: ../lib/PagePerm.php:560 msgid "Group/User" -msgstr "" +msgstr "Grupo/Usuario" #: ../lib/PagePerm.php:561 msgid "Grant" -msgstr "" +msgstr "Concesión" #: ../lib/PagePerm.php:562 msgid "Del/+" -msgstr "" +msgstr "-/+" #: ../lib/PagePerm.php:563 ../lib/plugin/PluginManager.php:90 #: ../lib/plugin/WikiAdminSetAcl.php:230 msgid "Description" -msgstr "" +msgstr "Descripción" #: ../lib/PagePerm.php:584 msgid "Add this ACL" -msgstr "" +msgstr "Agregue este ACL" #: ../lib/PagePerm.php:608 msgid "Allow / Deny" -msgstr "" +msgstr "Permita/Niegue" #: ../lib/PagePerm.php:620 msgid "Delete this ACL" -msgstr "" +msgstr "Suprima este ACL" #: ../lib/PagePerm.php:646 msgid "add " -msgstr "" +msgstr "agregue " #: ../lib/PagePerm.php:650 -msgid "Check to add this Acl" -msgstr "" +msgid "Check to add this ACL" +msgstr "Compruebe para agregar este ACL" #: ../lib/PageType.php:134 ../lib/loadsave.php:733 #: ../lib/plugin/InterWikiSearch.php:55 ../lib/plugin/WantedPages.php:54 @@ -456,11 +455,13 @@ msgstr "" #: ../themes/shamino_com/templates/info.tmpl:149 #: ../themes/shamino_com/templates/info.tmpl:150 msgid "InterWikiMap" -msgstr "" +msgstr "InterMapaDeWiki" #: ../lib/PageType.php:140 msgid "WARNING: InterWikiMap page is unlocked, so not using those links." msgstr "" +"ADVERTENCIA: Se abre la página de InterMapaDeWiki, tan no usando esos " +"acoplamientos." #: ../lib/PageType.php:231 ../lib/PageType.php:234 ../lib/stdlib.php:660 #: ../themes/MonoBook/templates/actionbar.tmpl:15 @@ -471,12 +472,12 @@ msgstr "" #: ../themes/default/templates/navbar.tmpl:11 #: ../themes/default/templates/navbar.tmpl:13 msgid "Discussion" -msgstr "" +msgstr "Discusión" #: ../lib/PageType.php:274 ../lib/loadsave.php:938 #, php-format msgid "Loading InterWikiMap from external file %s." -msgstr "" +msgstr "Cargamento InterMapaDeWiki del archivo externo %s." #: ../lib/PageType.php:372 msgid "Moniker" @@ -497,7 +498,7 @@ msgstr "" #: ../themes/Portland/templates/navbar.tmpl:28 #: ../themes/Wordpress/templates/actionbar.tmpl:21 #: ../themes/blog/templates/actionbar.tmpl:20 -#: ../themes/default/templates/head.tmpl:68 +#: ../themes/default/templates/head.tmpl:69 #: ../themes/default/templates/navbar.tmpl:19 #: ../themes/shamino_com/templates/top.tmpl:20 #: ../themes/smaller/templates/navbar.tmpl:7 @@ -508,33 +509,35 @@ msgstr "CambiosRecientes" #: ../lib/Request.php:692 ../lib/Request.php:695 msgid "Upload error: file too big" -msgstr "" +msgstr "Error del upload: archivo demasiado grande" #: ../lib/Request.php:698 msgid "Upload error: file only partially recieved" -msgstr "" +msgstr "Error del upload: el archivo recieved solamente parcialmente" #: ../lib/Request.php:701 msgid "Upload error: no file selected" -msgstr "" +msgstr "Error del upload: ningún archivo seleccionado" #: ../lib/Request.php:704 msgid "Upload error: unknown error #" -msgstr "" +msgstr "Error del upload: error desconocido #" #: ../lib/Request.php:811 ../lib/main.php:1157 ../lib/main.php:1170 #, php-format msgid "%s is not writable." -msgstr "" +msgstr "%s no es escribible." #: ../lib/Request.php:811 msgid "The PhpWiki access log file" -msgstr "" +msgstr "El fichero de diario del acceso de PhpWiki" #: ../lib/Request.php:813 ../lib/main.php:1160 #, php-format msgid "Please ensure that %s is writable, or redefine %s in config/config.ini." msgstr "" +"Asegúrese por favor de que %s sea escribible, o redefina %s en config/config." +"ini." #: ../lib/Request.php:814 #, php-format @@ -546,24 +549,24 @@ msgstr "el archivo %s" msgid "%4d %s\n" msgstr "%4d %s\n" -#: ../lib/TextSearchQuery.php:79 +#: ../lib/TextSearchQuery.php:79 ../lib/plugin/FileInfo.php:97 #, php-format msgid "Unsupported argument: %s=%s" -msgstr "" +msgstr "Discusión sin apoyo: %s=%s" #: ../lib/Theme.php:392 msgid "Never edited" -msgstr "" +msgstr "Nunca corregido" #: ../lib/Theme.php:399 #, php-format msgid "%s at %s" -msgstr "" +msgstr "%s en %s" #: ../lib/Theme.php:403 #, php-format msgid "Version %s, saved %s" -msgstr "versión %s de %s" +msgstr "versión %s, %s ahorrado" #: ../lib/Theme.php:405 #, php-format @@ -591,7 +594,7 @@ msgstr "ayer" #: ../lib/Theme.php:460 ../lib/Theme.php:462 #, php-format msgid "Owner: %s" -msgstr "" +msgstr "Dueño: %s" #: ../lib/Theme.php:474 ../lib/Theme.php:476 ../lib/diff.php:262 #: ../lib/plugin/Diff.php:75 @@ -602,7 +605,7 @@ msgstr "por %s" #: ../lib/Theme.php:568 #, php-format msgid "Empty link to: %s" -msgstr "" +msgstr "Acoplamiento vacío a: %s" #: ../lib/Theme.php:583 ../themes/MacOSX/themeinfo.php:71 #, php-format @@ -617,7 +620,7 @@ msgstr "" #: ../lib/Theme.php:627 #, php-format msgid "'%s': Bad page name" -msgstr "" +msgstr "'%s': Mal nombre de la página" #: ../lib/Theme.php:937 ../themes/Crao/templates/actionbar.tmpl:5 #: ../themes/MonoBook/templates/actionbar.tmpl:11 @@ -649,13 +652,15 @@ msgstr "Diferencia" #: ../themes/smaller/templates/signin.tmpl:16 #: ../themes/smaller/templates/signin.tmpl:27 msgid "Sign Out" -msgstr "" +msgstr "Registro Hacia fuera" #: ../lib/Theme.php:940 ../lib/WikiUser.php:221 ../lib/WikiUserNew.php:473 +#: ../themes/Crao/templates/signin.tmpl:54 #: ../themes/Crao/templates/signin.tmpl:59 #: ../themes/default/templates/login.tmpl:76 +#: ../themes/smaller/templates/signin.tmpl:54 msgid "Sign In" -msgstr "" +msgstr "Muestra Adentro" #: ../lib/Theme.php:941 ../themes/MacOSX/themeinfo.php:135 msgid "Lock Page" @@ -702,93 +707,94 @@ msgstr "Plugin %s: indefinido" #: ../lib/Theme.php:1392 msgid "Related Links" -msgstr "" +msgstr "Acoplamientos Relacionados" #: ../lib/Theme.php:1412 msgid "External Links" -msgstr "" +msgstr "Acoplamientos Externos" -#: ../lib/WikiDB.php:230 +#: ../lib/WikiDB.php:233 #, php-format msgid "Removed by: %s" msgstr "Borrar par: %s" -#: ../lib/WikiDB.php:232 +#: ../lib/WikiDB.php:235 #, php-format msgid "Page removed %s" msgstr "Página borrar %s" -#: ../lib/WikiDB.php:237 ../lib/WikiDB.php:1042 ../lib/WikiDB.php:1067 +#: ../lib/WikiDB.php:241 ../lib/WikiDB.php:1047 ../lib/WikiDB.php:1072 #: ../lib/loadsave.php:99 #, php-format msgid "PageChange Notification of %s sent to %s" -msgstr "" +msgstr "Pagine la notificación del cambio de %s enviado a %s" -#: ../lib/WikiDB.php:240 ../lib/WikiDB.php:1045 ../lib/WikiDB.php:1070 +#: ../lib/WikiDB.php:244 ../lib/WikiDB.php:1050 ../lib/WikiDB.php:1075 #: ../lib/loadsave.php:102 #, php-format msgid "PageChange Notification Error: Couldn't send %s to %s" msgstr "" +"Error De la Notificación Del Cambio De la Página: No podía enviar %s a %s" # lib/msql.php:237 lib/msql.php:312 -#: ../lib/WikiDB.php:468 +#: ../lib/WikiDB.php:472 #, php-format msgid "renamed from %s" -msgstr "" +msgstr "retitulado de %s" -#: ../lib/WikiDB.php:476 +#: ../lib/WikiDB.php:480 msgid "WikiDB::renamePage() not yet implemented for this backend" -msgstr "" +msgstr "WikiDB::renamePage() no todavía puesto en ejecucio'n para este backend" -#: ../lib/WikiDB.php:840 +#: ../lib/WikiDB.php:844 #, php-format msgid "%s: Date of new revision is %s" -msgstr "" +msgstr "%s: La fecha de la nueva revisión es %s" -#: ../lib/WikiDB.php:901 ../lib/main.php:96 +#: ../lib/WikiDB.php:905 ../lib/main.php:96 msgid "Optimizing database" -msgstr "" +msgstr "Base de datos óptima" # lib/pageinfo.php:21 -#: ../lib/WikiDB.php:1005 +#: ../lib/WikiDB.php:1010 msgid "Page change" -msgstr "" +msgstr "Cambio de la página" -#: ../lib/WikiDB.php:1033 ../lib/loadsave.php:787 +#: ../lib/WikiDB.php:1038 ../lib/loadsave.php:787 #: ../lib/plugin/RecentChanges.php:107 msgid "New page" msgstr "Página nueva" -#: ../lib/WikiDB.php:1035 ../lib/WikiDB.php:1058 ../lib/loadsave.php:93 +#: ../lib/WikiDB.php:1041 ../lib/WikiDB.php:1064 ../lib/loadsave.php:93 #, php-format msgid "Edited by: %s" msgstr "Editar: %s" -#: ../lib/WikiDB.php:1060 +#: ../lib/WikiDB.php:1066 #, php-format msgid "Page rename %s to %s" -msgstr "" +msgstr "La página retitula %s a %s" -#: ../lib/WikiDB.php:1618 ../lib/WikiDB.php:1622 +#: ../lib/WikiDB.php:1626 ../lib/WikiDB.php:1630 #: ../themes/default/templates/homepage.tmpl:7 #, php-format msgid "Describe %s here." msgstr "Describe %s aquí." -#: ../lib/WikiDB.php:1657 +#: ../lib/WikiDB.php:1665 #, php-format msgid "Oops! Revision %s of %s seems to have been deleted!" -msgstr "" +msgstr "¡Oops! ¡La revisión %s de %s se parece haber sido suprimida!" #: ../lib/WikiDB/backend/dba.php:22 ../lib/WikiDB/backend/dba.php:24 #, php-format msgid "%s: Can't open dba database" -msgstr "" +msgstr "%s: No puede abrir la base de datos del DBA" #: ../lib/WikiDB/backend/file.php:111 #, php-format msgid "'%s': corrupt file" -msgstr "" +msgstr "'%s': archivo corrupto" #: ../lib/WikiDB/dba.php:16 ../lib/WikiDB/file.php:47 #, php-format @@ -796,22 +802,25 @@ msgid "" "The %s files are in the %s directory. Please read the INSTALL file and move " "the database to a permanent location or risk losing all the pages!" msgstr "" +"Los archivos de %s están en el directorio de %s. ¡Lea por favor el archivo " +"de la INSTALACIÓN y mueva la base de datos a una localización permanente o " +"arriesgúela el perder de todas las páginas!" #: ../lib/WikiGroup.php:26 ../lib/WikiGroup.php:131 msgid "No or unsupported GROUP_METHOD defined" -msgstr "" +msgstr "No o GROUP_METHOD sin apoyo definido" #: ../lib/WikiGroup.php:29 msgid "Every" -msgstr "" +msgstr "Cada" #: ../lib/WikiGroup.php:30 msgid "Anonymous Users" -msgstr "" +msgstr "Usuarios Anónimos" #: ../lib/WikiGroup.php:31 msgid "Bogo Users" -msgstr "" +msgstr "Usuarios Bogo" #: ../lib/WikiGroup.php:32 msgid "HasHomePage" @@ -819,71 +828,73 @@ msgstr "TieneP #: ../lib/WikiGroup.php:33 msgid "Signed Users" -msgstr "" +msgstr "Usuarios Firmados" #: ../lib/WikiGroup.php:34 msgid "Authenticated Users" -msgstr "" +msgstr "Usuarios Authenticados" #: ../lib/WikiGroup.php:35 msgid "Administrators" -msgstr "" +msgstr "Administradores" #: ../lib/WikiGroup.php:185 ../lib/WikiGroup.php:232 ../lib/WikiGroup.php:314 #: ../lib/WikiGroup.php:373 ../lib/WikiGroup.php:389 #, php-format msgid "Method '%s' not implemented in this GROUP_METHOD %s" -msgstr "" +msgstr "Método ' %s' no puesto en ejecucio'n en este GROUP_METHOD %s" #: ../lib/WikiGroup.php:217 #, php-format msgid "Undefined method %s for special group %s" -msgstr "" +msgstr "Método indefinido %s para el grupo especial %s" #: ../lib/WikiGroup.php:358 #, php-format msgid "Unknown special group '%s'" -msgstr "" +msgstr "Grupo especial desconocido '%s'" #: ../lib/WikiGroup.php:517 #, php-format msgid "Group page '%s' does not exist" -msgstr "" +msgstr "La página '%s' del grupo no existe" #: ../lib/WikiGroup.php:576 #, php-format msgid "Group %s does not exist" -msgstr "" +msgstr "El grupo %s no existe" #: ../lib/WikiGroup.php:616 msgid "No or not enough GROUP_DB SQL statements defined" -msgstr "" +msgstr "No o no bastantes declaraciones de GROUP_DB SQL definió" -#: ../lib/WikiGroup.php:838 -msgid "AUTH_GROUP_FILE not defined" -msgstr "" +#: ../lib/WikiGroup.php:838 ../lib/loadsave.php:921 +#, php-format +msgid "%s: not defined" +msgstr "%s: no definido" -#: ../lib/WikiGroup.php:842 +#: ../lib/WikiGroup.php:843 #, php-format msgid "Cannot open AUTH_GROUP_FILE %s" -msgstr "" +msgstr "No puede abrir AUTH_GROUP_FILE %s" -#: ../lib/WikiGroup.php:950 -msgid "LDAP_AUTH_HOST not defined" -msgstr "" +#: ../lib/WikiGroup.php:951 +#, fuzzy, php-format +msgid "%s not defined" +msgstr "%s: no definido" -#: ../lib/WikiGroup.php:959 +#: ../lib/WikiGroup.php:961 msgid "No LDAP in this PHP version" -msgstr "" +msgstr "Ningún LDAP en esta versión de PHP" -#: ../lib/WikiGroup.php:1048 +#: ../lib/WikiGroup.php:1050 #, php-format msgid "Unable to connect to LDAP server %s" -msgstr "" +msgstr "Incapaz conectar con el servidor %s de LDAP" #: ../lib/WikiPlugin.php:88 msgid "n/a" -msgstr "" +msgstr "n/a" #: ../lib/WikiPlugin.php:121 ../lib/loadsave.php:82 ../lib/loadsave.php:408 #: ../lib/loadsave.php:844 ../lib/loadsave.php:850 ../lib/loadsave.php:858 @@ -896,8 +907,8 @@ msgstr "" #: ../themes/Sidebar/templates/navbar.tmpl:38 #: ../themes/Wordpress/templates/actionbar.tmpl:25 #: ../themes/blog/templates/navbar.tmpl:14 -#: ../themes/default/templates/head.tmpl:85 #: ../themes/default/templates/head.tmpl:86 +#: ../themes/default/templates/head.tmpl:87 #: ../themes/default/templates/navbar.tmpl:55 #: ../themes/shamino_com/templates/actionbar.tmpl:18 #: ../themes/smaller/templates/navbar.tmpl:19 @@ -905,17 +916,17 @@ msgstr "" #: ../themes/wikilens/templates/head.tmpl:79 #: ../themes/wikilens/templates/navbar.tmpl:43 msgid "PhpWikiAdministration" -msgstr "" +msgstr "AdministraciónDePhpWiki" #: ../lib/WikiPlugin.php:125 #, php-format -msgid "argument '%s' not declared by plugin." -msgstr "" +msgid "Argument '%s' not declared by plugin." +msgstr "Parámetro '%s' no declarada por plugin." #: ../lib/WikiPlugin.php:235 #, php-format msgid "trailing cruft in plugin args: '%s'" -msgstr "" +msgstr "absurdo que se arrastra en parámetros plugin: '%s'" # lib/msql.php:237 lib/msql.php:312 #: ../lib/WikiPlugin.php:378 @@ -938,12 +949,12 @@ msgstr "Inserci #: ../lib/WikiPlugin.php:522 #, php-format msgid "%s: no such class" -msgstr "" +msgstr "%s: ninguna tal clase" #: ../lib/WikiPlugin.php:528 #, php-format msgid "%s: not a subclass of WikiPlugin." -msgstr "" +msgstr "%s: no una subclase de WikiPlugin." #: ../lib/WikiPluginCached.php:691 #, php-format @@ -951,18 +962,22 @@ msgid "" "There is no image creation data available to id '%s'. Please reload " "referring page." msgstr "" +"No hay datos de la creación de la imagen disponibles para la identificación " +"'%s '. Por favor recarga que refiere la página." #: ../lib/WikiPluginCached.php:845 msgid "Image map expired. Reload wiki page to recreate its html part." msgstr "" +"El mapa de imagen expiró. Recargue la página del wiki para reconstruir su " +"pieza del HTML." #: ../lib/WikiUser.php:188 ../lib/WikiUser.php:268 -#: ../lib/WikiUser/AdoDb.php:29 ../lib/WikiUser/AdoDb.php:167 +#: ../lib/WikiUser/AdoDb.php:29 ../lib/WikiUser/AdoDb.php:186 #: ../lib/WikiUser/Db.php:43 ../lib/WikiUser/File.php:58 -#: ../lib/WikiUser/IMAP.php:17 ../lib/WikiUser/LDAP.php:57 +#: ../lib/WikiUser/IMAP.php:17 ../lib/WikiUser/LDAP.php:58 #: ../lib/WikiUser/POP3.php:17 ../lib/WikiUser/PdoDb.php:28 #: ../lib/WikiUser/PdoDb.php:103 ../lib/WikiUser/PearDb.php:27 -#: ../lib/WikiUser/PearDb.php:101 ../lib/WikiUserNew.php:559 +#: ../lib/WikiUser/PearDb.php:118 ../lib/WikiUserNew.php:559 msgid "Invalid username." msgstr "Username inválido." @@ -979,12 +994,16 @@ msgid "" "You forgot to set ENCRYPTED_PASSWD to true. Please update your config/config." "ini" msgstr "" +"Usted se olvidó de fijar ENCRYPTED_PASSWD para verdad. Ponga al día por " +"favor su config/config.ini" #: ../lib/WikiUser.php:371 msgid "" "Your home page has not been created yet so your preferences cannot not be " "saved." msgstr "" +"Su Home Page no se ha creado todavía así que sus preferencias no pueden ser " +"ahorradas." #: ../lib/WikiUser.php:388 msgid "Your home page is locked so your preferences cannot not be saved." @@ -995,11 +1014,13 @@ msgstr "" #: ../lib/WikiUser.php:389 msgid "Please contact your PhpWiki administrator for assistance." msgstr "" +"Entre en contacto con por favor a su administrador de PhpWiki para la ayuda." +# old-style. new style (1.3.x) is CategoryHomePages # lib/diff.php:997 #: ../lib/WikiUser.php:443 ../themes/default/templates/homepage.tmpl:37 msgid "CategoryHomepage" -msgstr "" +msgstr "CategoríaHomepage" #: ../lib/WikiUser.php:465 ../lib/WikiUser.php:475 #: ../themes/Crao/templates/navbar.tmpl:23 @@ -1014,55 +1035,61 @@ msgid "" "Old UserPage %s without stored password updated with empty password. Set a " "password in your UserPreferences." msgstr "" +"Viejo UserPage %s sin la contraseña almacenada puesta al día con contraseña " +"vacía. Fije una contraseña en su UsuarioPreferencias." -#: ../lib/WikiUser/AdoDb.php:126 ../lib/WikiUser/PdoDb.php:134 -#: ../lib/WikiUser/PearDb.php:121 +#: ../lib/WikiUser/AdoDb.php:145 ../lib/WikiUser/PdoDb.php:134 +#: ../lib/WikiUser/PearDb.php:138 #, php-format msgid "%s is missing" -msgstr "" +msgstr "%s falta" -#: ../lib/WikiUser/AdoDb.php:182 ../lib/WikiUser/AdoDb.php:236 +#: ../lib/WikiUser/AdoDb.php:201 ../lib/WikiUser/AdoDb.php:255 #: ../lib/WikiUser/PdoDb.php:190 ../lib/WikiUser/PdoDb.php:255 -#: ../lib/WikiUser/PearDb.php:164 ../lib/WikiUser/PearDb.php:208 +#: ../lib/WikiUser/PearDb.php:181 ../lib/WikiUser/PearDb.php:225 #, php-format msgid "Either %s is missing or DATABASE_TYPE != '%s'" -msgstr "" +msgstr "Cualquier %s es que falta o DATABASE_TYPE != '%s'" #: ../lib/WikiUser/IMAP.php:33 msgid "Unable to connect to IMAP server " -msgstr "" +msgstr "Incapaz conectar con el IMAP el servidor " + +#: ../lib/WikiUser/LDAP.php:35 +#, php-format +msgid "Unable to bind LDAP server %s using %s %s" +msgstr "Incapaz atar el servidor %s de LDAP usando %s %s" -#: ../lib/WikiUser/LDAP.php:64 ../lib/WikiUser/LDAP.php:107 +#: ../lib/WikiUser/LDAP.php:65 ../lib/WikiUser/LDAP.php:108 #, php-format msgid "Invalid username '%s' for LDAP Auth" -msgstr "" +msgstr "Username inválido ' %s' para LDAP Auth" # lib/msql.php:29 lib/mysql.php:36 #: ../lib/WikiUser/POP3.php:59 -#, fuzzy, php-format +#, php-format msgid "Couldn't connect to %s" -msgstr "" -"No se puede establecer conexión con la base de datos %s, me doy por vencido." +msgstr "No podía conectar con %s" #: ../lib/WikiUser/PersonalPage.php:39 ../lib/WikiUser/PersonalPage.php:48 #, php-format msgid "PersonalPage login method:" -msgstr "" +msgstr "Método de la conexión de PersonalPage:" #: ../lib/WikiUser/PersonalPage.php:40 ../lib/WikiUser/PersonalPage.php:49 #, php-format msgid "You stored an empty password in your '%s' page." -msgstr "" +msgstr "Usted almacenó una contraseña vacía en su página de '%s'." #: ../lib/WikiUser/PersonalPage.php:41 #, php-format msgid "Your access permissions are only for a BogoUser." -msgstr "" +msgstr "Sus permisos de acceso están solamente para un BogoUser." #: ../lib/WikiUser/PersonalPage.php:42 ../lib/WikiUser/PersonalPage.php:51 #, php-format msgid "Please set a password in UserPreferences." -msgstr "" +msgstr "Fije por favor una contraseña en UsuarioPreferencias." #: ../lib/WikiUser/PersonalPage.php:50 #, php-format @@ -1076,14 +1103,18 @@ msgstr "Contrase #: ../lib/WikiUserNew.php:628 msgid "Empty Preferences or format of UserPreferences cookie not recognised." msgstr "" +"Preferencias o formato vacías de la galleta de UsuarioPreferencias no " +"reconocido." #: ../lib/WikiUserNew.php:632 msgid "Default preferences will be used." -msgstr "" +msgstr "Las preferencias del defecto serán utilizadas." #: ../lib/WikiUserNew.php:1168 msgid "The length of the password is shorter than the system policy allows." msgstr "" +"La longitud de la contraseña es más corta que la política del sistema " +"permite." #: ../lib/WikiUserNew.php:1194 msgid "" @@ -1091,24 +1122,30 @@ msgid "" "Sorry, you cannot login.\n" " You have to ask the System Administrator to reset your password." msgstr "" +"La longitud de la contraseña almacenada es más corta que la política del " +"sistema permite. Apesadumbrado, usted no puede conexión.\n" +" Usted tiene que pedir que el administrador de sistema reajuste su " +"contraseña." #: ../lib/WikiUserNew.php:1209 msgid "The crypt function is not available in this version of PHP." -msgstr "" +msgstr "La función de la cripta no está disponible en esta versión de PHP." #: ../lib/WikiUserNew.php:1210 msgid "" "Please set ENCRYPTED_PASSWD to false in config/config.ini and probably " "change ADMIN_PASSWD." msgstr "" +"En ENCRYPTED_PASSWD por favor fijado a falso config/config.ini y " +"probablemente cambio ADMIN_PASSWD." #: ../lib/WikiUserNew.php:1223 msgid "Please set ENCRYPTED_PASSWD to true in config/config.ini." -msgstr "" +msgstr "ENCRYPTED_PASSWD por favor fijado a verdad en config/config.ini." #: ../lib/WikiUserNew.php:1635 msgid "Email Verification" -msgstr "" +msgstr "Verificación Del Email" #: ../lib/WikiUserNew.php:1636 #, php-format @@ -1118,16 +1155,20 @@ msgid "" "will be used to send page change notifications.\n" "See %s" msgstr "" +"¡Recepción a %s!\n" +"Se verifica y será utilizada su cuenta del email\n" +"para enviar notificaciones del cambio de la página.\n" +"Vea %s" #: ../lib/WikiUserNew.php:1689 #, php-format msgid "E-Mail address '%s' is not properly formatted" -msgstr "" +msgstr "La dirección ' %s' del email no se ajusta a formato correctamente" #: ../lib/WikiUserNew.php:1693 #, php-format msgid "E-Mail address '%s' is properly formatted" -msgstr "" +msgstr "La dirección ' %s' del email se ajusta a formato correctamente" #: ../lib/XmlElement.php:456 ../lib/stdlib.php:1334 #, php-format @@ -1152,7 +1193,7 @@ msgstr "Ninguna" #: ../lib/plugin/PageHistory.php:312 ../lib/plugin/PageInfo.php:59 #, php-format msgid "I'm sorry, there is no such page as %s." -msgstr "" +msgstr "Estoy apesadumbrado, allí no soy ninguna página tal como %s." #: ../lib/diff.php:292 ../lib/diff.php:394 #, php-format @@ -1172,7 +1213,7 @@ msgstr "versi #: ../lib/diff.php:320 ../lib/plugin/Diff.php:123 msgid "revision by previous author" -msgstr "" +msgstr "revisión del autor anterior" #: ../lib/diff.php:326 ../lib/plugin/Diff.php:129 msgid "previous revision" @@ -1180,20 +1221,20 @@ msgstr "versi #: ../lib/diff.php:336 ../lib/plugin/Diff.php:139 msgid "predecessor to the previous major change" -msgstr "" +msgstr "precursor al cambio principal anterior" #: ../lib/diff.php:347 ../lib/plugin/Diff.php:149 #, php-format msgid "Differences between %s and %s of %s." -msgstr "" +msgstr "Diferencias entre %s y %s de %s." #: ../lib/diff.php:350 ../lib/plugin/Diff.php:152 msgid "Other diffs:" -msgstr "" +msgstr "Otros diffs:" #: ../lib/diff.php:351 ../lib/plugin/Diff.php:153 msgid "Previous Major Revision" -msgstr "" +msgstr "Revisión Importante Anterior" #: ../lib/diff.php:352 ../lib/plugin/Diff.php:154 msgid "Previous Revision" @@ -1201,7 +1242,7 @@ msgstr "Versi #: ../lib/diff.php:353 ../lib/plugin/Diff.php:155 msgid "Previous Author" -msgstr "" +msgstr "Autor Anterior" #: ../lib/diff.php:370 ../lib/plugin/Diff.php:172 msgid "Newer page:" @@ -1225,7 +1266,7 @@ msgstr "Las versiones son id #: ../themes/Sidebar/templates/frame-header.tmpl:16 #: ../themes/Sidebar/templates/top.tmpl:10 #: ../themes/Wordpress/templates/body.tmpl:13 -#: ../themes/default/templates/head.tmpl:52 +#: ../themes/default/templates/head.tmpl:53 #: ../themes/default/templates/top.tmpl:11 #: ../themes/shamino_com/templates/top.tmpl:8 #: ../themes/wikilens/templates/head.tmpl:45 @@ -1242,104 +1283,119 @@ msgstr "%s: %s" #: ../themes/smaller/templates/navbar.tmpl:16 #: ../themes/wikilens/templates/navbar.tmpl:25 msgid "BackLinks" -msgstr "" +msgstr "AcoplamientosTraseros" #: ../lib/display.php:117 ../lib/display.php:124 #, php-format msgid "BackLinks for %s" -msgstr "" +msgstr "AcoplamientosTraseros por %s" # lib/msql.php:237 lib/msql.php:312 #: ../lib/display.php:132 #, php-format msgid "(Redirected from %s)" -msgstr "" +msgstr "(vuelto a dirigir de %s)" #: ../lib/display.php:172 msgid "You searched for: " -msgstr "" +msgstr "Usted buscó para: " -#: ../lib/editpage.php:95 ../lib/editpage.php:107 +#: ../lib/editpage.php:100 ../lib/editpage.php:112 msgid "Typed in verification word mismatch ... are you a bot?" msgstr "" +"¿Mecanografían en la unión mal hecha de la palabra de la verificación... le " +"un BOT?" # lib/pageinfo.php:70 -#: ../lib/editpage.php:128 ../lib/editpage.php:451 +#: ../lib/editpage.php:134 ../lib/editpage.php:480 msgid "Your version" msgstr "Versión actual:" -#: ../lib/editpage.php:128 ../lib/editpage.php:452 +#: ../lib/editpage.php:134 ../lib/editpage.php:481 msgid "Other version" msgstr "Altro versión" -#: ../lib/editpage.php:138 +#: ../lib/editpage.php:144 msgid "Some internal editing error" -msgstr "" +msgstr "Un cierto error interno el corregir" -#: ../lib/editpage.php:139 +#: ../lib/editpage.php:145 msgid "" "Your are probably trying to edit/create an invalid version of this page." msgstr "" +"Su están intentando corregir/crean probablemente una versión inválida de " +"esta página." -#: ../lib/editpage.php:140 +#: ../lib/editpage.php:146 msgid "&version=-1 might help." -msgstr "" +msgstr "&version=-1 pudo ayudar." -#: ../lib/editpage.php:157 +#: ../lib/editpage.php:163 #, php-format msgid "Edit: %s" msgstr "Editar: %s" -#: ../lib/editpage.php:191 +#: ../lib/editpage.php:197 #, php-format msgid "View Source: %s" -msgstr "" +msgstr "Fuente De la Visión: %s" -#: ../lib/editpage.php:205 +#: ../lib/editpage.php:211 msgid "Page now locked." msgstr "Página bloqueada." -#: ../lib/editpage.php:205 +#: ../lib/editpage.php:211 msgid "Page now unlocked." msgstr "Página desbloquear." -#: ../lib/editpage.php:306 +#: ../lib/editpage.php:313 #, php-format msgid "Saved: %s" msgstr "Guardar: %s" -#: ../lib/editpage.php:368 +#: ../lib/editpage.php:376 msgid "Too many external links." -msgstr "" +msgstr "También muchos acoplamientos externos." -#: ../lib/editpage.php:382 +#: ../lib/editpage.php:390 msgid "SpamAssassin reports: " -msgstr "" +msgstr "Informes de SpamAssassin: " + +#: ../lib/editpage.php:407 +msgid "External links contain blocked domains:" +msgstr "Los acoplamientos externos contienen dominios bloqueados:" + +#: ../lib/editpage.php:408 +#, php-format +msgid "%s is listed at %s" +msgstr "%s se enumera en %s" -#: ../lib/editpage.php:400 +#: ../lib/editpage.php:429 msgid "Spam Prevention" -msgstr "" +msgstr "Prevención Del Spam" -#: ../lib/editpage.php:401 +#: ../lib/editpage.php:430 msgid "This page edit seems to contain spam and was therefore not saved." msgstr "" +"Esta página corrige se parece contener el Spam y por lo tanto no fue " +"ahorrada." -#: ../lib/editpage.php:403 ../lib/editpage.php:437 +#: ../lib/editpage.php:432 ../lib/editpage.php:466 msgid "Sorry for the inconvenience." msgstr "Disculpe la inconveniencia." -#: ../lib/editpage.php:434 ../themes/MacOSX/themeinfo.php:137 +#: ../lib/editpage.php:463 ../themes/MacOSX/themeinfo.php:137 msgid "Page Locked" msgstr "Página Bloqueada" -#: ../lib/editpage.php:435 +#: ../lib/editpage.php:464 msgid "" "This page has been locked by the administrator so your changes can not be " "saved." msgstr "" "Esta página ha sido bloqueada por el administrador y no puede ser editada." -#: ../lib/editpage.php:436 +#: ../lib/editpage.php:465 msgid "" "(Copy your changes to the clipboard. You can try editing a different page or " "save your text in a text editor.)" @@ -1347,81 +1403,89 @@ msgstr "" "Copie sus cambios al portapapeles o a otro sitio temporal (p.ej. editor de " "textos)." -#: ../lib/editpage.php:450 ../lib/editpage.php:751 +#: ../lib/editpage.php:479 ../lib/editpage.php:784 #, php-format msgid "" "Some of the changes could not automatically be combined. Please look for " "sections beginning with '%s', and ending with '%s'. You will need to edit " "those sections by hand before you click Save." msgstr "" +"Algunos de los cambios no podían ser combinados automáticamente. Busque por " +"favor las secciones que comienzan con '%s', y terminando con '%s'. Usted " +"necesitará corregir esas secciones a mano antes de que usted chasque excepto." -#: ../lib/editpage.php:454 ../lib/editpage.php:754 +#: ../lib/editpage.php:483 ../lib/editpage.php:787 msgid "Please check it through before saving." -msgstr "" +msgstr "Compruébelo por favor a través antes de ahorrar." -#: ../lib/editpage.php:465 +#: ../lib/editpage.php:494 msgid "Conflicting Edits!" -msgstr "" +msgstr "¡El Estar en conflicto Corrige!" -#: ../lib/editpage.php:466 +#: ../lib/editpage.php:495 msgid "" "In the time since you started editing this page, another user has saved a " "new version of it." msgstr "" +"En el tiempo desde que usted comenzó a corregir esta página, otro usuario ha " +"ahorrado una nueva versión de ella." -#: ../lib/editpage.php:467 +#: ../lib/editpage.php:496 msgid "" "Your changes can not be saved as they are, since doing so would overwrite " "the other author's changes. So, your changes and those of the other author " "have been combined. The result is shown below." msgstr "" +"Sus cambios no se pueden ahorrar como son, desde hacer así que " +"sobreescribirían los cambios del otro autor. Así pues, se han combinado sus " +"cambios y los del otro autor. El resultado se demuestra abajo." -#: ../lib/editpage.php:527 +#: ../lib/editpage.php:557 msgid "Type word above:" -msgstr "" +msgstr "Mecanografíe la palabra arriba:" -#: ../lib/editpage.php:550 +#: ../lib/editpage.php:580 msgid "Convert" msgstr "Convertido" -#: ../lib/editpage.php:583 ../themes/Portland/templates/editpage.tmpl:62 -#: ../themes/Wordpress/templates/editpage.tmpl:71 +#: ../lib/editpage.php:615 ../themes/Portland/templates/editpage.tmpl:41 +#: ../themes/Wordpress/templates/editpage.tmpl:50 #, php-format msgid "Author will be logged as %s." -msgstr "" +msgstr "Registrarán al autor como %s." -#: ../lib/editpage.php:726 +#: ../lib/editpage.php:759 #, php-format msgid "Merge and Edit: %s" msgstr "Fusión y Editar: %s" #: ../lib/loadsave.php:70 msgid "ZIP files of database" -msgstr "" +msgstr "Archivos del ZIP de la base de datos" #: ../lib/loadsave.php:71 msgid "Dump to directory" -msgstr "" +msgstr "Descarga al directorio" #: ../lib/loadsave.php:72 msgid "Upload File" -msgstr "" +msgstr "Archivo Del Upload" #: ../lib/loadsave.php:73 ../lib/plugin/WikiForm.php:70 msgid "Load File" -msgstr "" +msgstr "Archivo De la Carga" #: ../lib/loadsave.php:74 msgid "Upgrade" -msgstr "" +msgstr "Mejora" #: ../lib/loadsave.php:76 msgid "Dump pages as XHTML" -msgstr "" +msgstr "Páginas de la descarga como XHTML" #: ../lib/loadsave.php:95 ../lib/loadsave.php:96 msgid "LoadDump" -msgstr "" +msgstr "CargaDescarga" #: ../lib/loadsave.php:110 msgid "Complete." @@ -1430,47 +1494,47 @@ msgstr "Acabado." #: ../lib/loadsave.php:111 #, php-format msgid "Return to %s" -msgstr "" +msgstr "Vuelva a %s" #: ../lib/loadsave.php:197 msgid "FullDump" -msgstr "" +msgstr "DescargaCompleta" #: ../lib/loadsave.php:201 msgid "LatestSnapshot" -msgstr "" +msgstr "La Foto Más última" #: ../lib/loadsave.php:273 ../lib/loadsave.php:381 msgid "You must specify a directory to dump to" -msgstr "" +msgstr "Usted debe especificar un directorio para descargar a" #: ../lib/loadsave.php:278 ../lib/loadsave.php:386 #, php-format msgid "Cannot create directory '%s'" -msgstr "" +msgstr "No puede crear el directorio '%s'" #: ../lib/loadsave.php:280 ../lib/loadsave.php:388 #, php-format msgid "Created directory '%s' for the page dump..." -msgstr "" +msgstr "Directorio creado '%s' para la descarga de la página..." #: ../lib/loadsave.php:283 ../lib/loadsave.php:391 #, php-format msgid "Using directory '%s'" -msgstr "" +msgstr "Usando el directorio '%s'" #: ../lib/loadsave.php:286 ../lib/loadsave.php:394 msgid "Dumping Pages" -msgstr "" +msgstr "Descargar Las Páginas" #: ../lib/loadsave.php:318 ../lib/loadsave.php:451 ../lib/stdlib.php:835 msgid "Skipped." -msgstr "" +msgstr "Saltado." #: ../lib/loadsave.php:326 #, php-format msgid "saved as %s" -msgstr "" +msgstr "ahorrado como %s" #: ../lib/loadsave.php:336 ../lib/loadsave.php:469 #: ../lib/plugin/text2png.php:183 @@ -1485,7 +1549,7 @@ msgstr "%s octetos" #: ../lib/loadsave.php:476 msgid "saved as " -msgstr "" +msgstr "ahorrado como " # lib/editpage.php:19 #: ../lib/loadsave.php:514 ../lib/loadsave.php:533 ../lib/loadsave.php:550 @@ -1511,44 +1575,46 @@ msgstr " #: ../lib/loadsave.php:779 #, php-format msgid "from %s" -msgstr "" +msgstr "de %s" #: ../lib/loadsave.php:795 msgid "has edit conflicts - overwriting anyway" -msgstr "" +msgstr "tiene corregir conflictos - sobreescribiendo de todos modos" #: ../lib/loadsave.php:798 ../lib/loadsave.php:1251 ../lib/loadsave.php:1254 msgid "The PhpWiki programming team" -msgstr "" +msgstr "El equipo de programación de PhpWiki" #: ../lib/loadsave.php:803 msgid "has edit conflicts - skipped" -msgstr "" +msgstr "tiene corregir los conflictos - saltados" #: ../lib/loadsave.php:814 #, php-format msgid "content is identical to current version %d - no new revision created" msgstr "" +"el contenido es idéntico a la versión actual %d - ninguna nueva revisión " +"creada" #: ../lib/loadsave.php:828 #, php-format msgid "- saved to database as version %d" -msgstr "" +msgstr "- ahorrado a la base de datos como versión %d" #: ../lib/loadsave.php:834 ../lib/loadsave.php:1047 #, php-format msgid "MIME file %s" -msgstr "" +msgstr "Archivo %s del MIME" #: ../lib/loadsave.php:835 ../lib/loadsave.php:1052 #, php-format msgid "Serialized file %s" -msgstr "" +msgstr "Archivo serializado %s" #: ../lib/loadsave.php:836 ../lib/loadsave.php:1066 #, php-format msgid "plain file %s" -msgstr "" +msgstr "archivo llano %s" #: ../lib/loadsave.php:843 msgid "Merge Edit" @@ -1556,15 +1622,15 @@ msgstr "Fusi #: ../lib/loadsave.php:849 msgid "Restore Anyway" -msgstr "" +msgstr "Restore de todos modos" #: ../lib/loadsave.php:857 msgid "Overwrite All" -msgstr "" +msgstr "Sobreescriba Todos" #: ../lib/loadsave.php:864 msgid " Sorry, cannot merge." -msgstr "" +msgstr " Apesadumbrado, no puede combinarse." # lib/msql.php:237 lib/msql.php:312 #: ../lib/loadsave.php:884 ../lib/loadsave.php:893 ../lib/loadsave.php:909 @@ -1573,213 +1639,209 @@ msgstr "" #: ../themes/default/templates/actionbar.tmpl:26 #: ../themes/smaller/templates/actionbar.tmpl:29 msgid "Revert" -msgstr "" +msgstr "Invierta" #: ../lib/loadsave.php:885 msgid "missing required version argument" -msgstr "" +msgstr "parámetro requerido de la versión que falta" #: ../lib/loadsave.php:892 msgid "no page content" -msgstr "" +msgstr "ningún contenido de la página" #: ../lib/loadsave.php:898 msgid "same version page" -msgstr "" +msgstr "la misma página de la versión" #: ../lib/loadsave.php:904 #, php-format msgid "revert to version %d" -msgstr "" +msgstr "invierta a la versión %d" #: ../lib/loadsave.php:907 #, php-format msgid "- version %d saved to database as version %d" -msgstr "" - -#: ../lib/loadsave.php:921 -#, php-format -msgid "%s: not defined" -msgstr "%s: fichero no encontrado" +msgstr "- versión %d ahorrada a la base de datos como versión %d" #: ../lib/loadsave.php:931 msgid "Default InterWiki map file not loaded." -msgstr "" +msgstr "Archivo del InterMapa de Wiki del defecto no cargado." #: ../lib/loadsave.php:1081 ../lib/loadsave.php:1094 msgid "Skipping" -msgstr "" +msgstr "El saltar" #: ../lib/loadsave.php:1195 #, php-format msgid "Unable to load: %s" -msgstr "" +msgstr "Incapaz cargar: %s" #: ../lib/loadsave.php:1202 #, php-format msgid "Bad file type: %s" -msgstr "" +msgstr "Mal tipo del archivo: %s" #: ../lib/loadsave.php:1219 #, php-format msgid "Loading '%s'" -msgstr "" +msgstr "'%s' que carga" #: ../lib/loadsave.php:1257 msgid "Loading up virgin wiki" -msgstr "" +msgstr "El cargar encima de wiki virginal" #: ../lib/loadsave.php:1303 msgid "No uploaded file to upload?" -msgstr "" +msgstr "¿Ningún archivo uploaded a upload?" #: ../lib/loadsave.php:1307 #, php-format msgid "Uploading %s" -msgstr "" +msgstr "%s uploading" #: ../lib/main.php:413 msgid "FORBIDDEN" -msgstr "" +msgstr "PROHIBIDO" #: ../lib/main.php:414 ../lib/main.php:424 msgid "ANON" -msgstr "" +msgstr "ANÓN" #: ../lib/main.php:415 msgid "BOGO" -msgstr "" +msgstr "BOGO" #: ../lib/main.php:416 msgid "USER" -msgstr "" +msgstr "USUARIO" #: ../lib/main.php:417 msgid "ADMIN" -msgstr "" +msgstr "ADMIN" #: ../lib/main.php:418 msgid "UNOBTAINABLE" -msgstr "" +msgstr "INALCANZABLE" #: ../lib/main.php:446 ../lib/main.php:465 #, php-format msgid "%s is disallowed on this wiki." -msgstr "" +msgstr "%s se rechaza en este wiki." #: ../lib/main.php:454 msgid "authenticated" -msgstr "" +msgstr "authenticado" #: ../lib/main.php:454 msgid "not authenticated" -msgstr "" +msgstr "non authenticado" #: ../lib/main.php:455 #, php-format msgid "%s %s %s is disallowed on this wiki for %s user '%s' (level: %s)." msgstr "" +"%s %s %s se rechaza en este wiki para el usuario '%s' de %s (llano: %s)." #: ../lib/main.php:456 msgid "Missing PagePermission:" -msgstr "" +msgstr "Permiso que falta de la página:" #: ../lib/main.php:473 #, php-format msgid "You must sign in to %s." -msgstr "" +msgstr "Usted debe firmar adentro %s." #: ../lib/main.php:475 #, php-format msgid "You must log in to %s." -msgstr "" +msgstr "Usted debe abrirse una sesión %s." #: ../lib/main.php:477 #, php-format msgid "Access for you is forbidden to %s." -msgstr "" +msgstr "Tenga acceso para usted se prohíbe %s." #: ../lib/main.php:479 ../lib/plugin/PluginManager.php:65 #, php-format msgid "You must be an administrator to %s." -msgstr "" +msgstr "Usted debe ser administrador %s." #: ../lib/main.php:491 msgid "view this page" -msgstr "" +msgstr "para visión esta página" #: ../lib/main.php:492 msgid "diff this page" -msgstr "" +msgstr "para diff esta página" #: ../lib/main.php:493 msgid "dump html pages" -msgstr "" +msgstr "para las páginas del HTML de la descarga" #: ../lib/main.php:494 msgid "dump serial pages" -msgstr "" +msgstr "para las páginas del cuento por entregas de la descarga" #: ../lib/main.php:495 msgid "edit this page" -msgstr "" +msgstr "para corregir esta página" #: ../lib/main.php:496 msgid "revert to a previous version of this page" -msgstr "" +msgstr "para invertir a una versión anterior de esta página" #: ../lib/main.php:497 msgid "create this page" -msgstr "" +msgstr "para crear esta página" #: ../lib/main.php:498 msgid "load files into this wiki" -msgstr "" +msgstr "para cargue los archivos en este wiki" #: ../lib/main.php:499 msgid "lock this page" -msgstr "" +msgstr "para trabar esta página" #: ../lib/main.php:500 msgid "remove this page" -msgstr "" +msgstr "para quitar esta página" #: ../lib/main.php:501 msgid "unlock this page" -msgstr "Desbloquear Página" +msgstr "para desbloquear página" #: ../lib/main.php:502 msgid "upload a zip dump" -msgstr "" +msgstr "para upload una descarga del cierre relámpago" # lib/pageinfo.php:70 #: ../lib/main.php:503 msgid "verify the current action" -msgstr "" +msgstr "para verificar la acción actual" #: ../lib/main.php:504 msgid "view the source of this page" -msgstr "" +msgstr "para visión la fuente de esta página" #: ../lib/main.php:505 msgid "access this wiki via XML-RPC" -msgstr "" +msgstr "para tener acceso a este wiki vía Xml-RPC" #: ../lib/main.php:506 msgid "access this wiki via SOAP" -msgstr "" +msgstr "para tener acceso a este wiki vía SOAP" #: ../lib/main.php:507 msgid "download a zip dump from this wiki" -msgstr "" +msgstr "para descargar un cierre relámpago descargue de este wiki" #: ../lib/main.php:508 -msgid "download an html zip dump from this wiki" -msgstr "" +msgid "download a html zip dump from this wiki" +msgstr "para descargar un HTML relampague la descarga de este wiki" #: ../lib/main.php:532 msgid "Browsing pages" -msgstr "" +msgstr "Páginas el hojear" #: ../lib/main.php:533 msgid "Diffing pages" @@ -1811,15 +1873,15 @@ msgstr "" #: ../lib/main.php:540 msgid "Locking pages" -msgstr "Bloquear Página" +msgstr "Bloquear páginas" #: ../lib/main.php:541 msgid "Removing pages" -msgstr "Borrar página" +msgstr "Borrar páginas" #: ../lib/main.php:542 msgid "Unlocking pages" -msgstr "Desbloquear Página" +msgstr "Desbloquear páginas" #: ../lib/main.php:543 msgid "Uploading zip dumps" @@ -1853,15 +1915,16 @@ msgstr "" #: ../lib/main.php:683 #, php-format msgid "%s: action forwarded to a moderator." -msgstr "" +msgstr "%s: acción remitida a un asesor." #: ../lib/main.php:686 msgid "This action requires moderator approval. Please be patient." msgstr "" +"Esta acción requiere la aprobación del asesor. Sea por favor paciente." #: ../lib/main.php:691 msgid "You must wait for moderator approval." -msgstr "" +msgstr "Usted debe esperar la aprobación del asesor." #: ../lib/main.php:696 ../lib/main.php:1049 ../lib/plugin/ModeratedPage.php:41 #: ../lib/plugin/ModeratedPage.php:137 ../lib/plugin/ModeratedPage.php:205 @@ -1874,7 +1937,7 @@ msgstr "P #: ../lib/main.php:712 #, php-format msgid "%s: Bad action" -msgstr "" +msgstr "%s: Mala acción" #: ../lib/main.php:729 msgid "Fatal PhpWiki Error" @@ -1882,15 +1945,15 @@ msgstr "Error Fatal De PhpWiki" #: ../lib/main.php:978 ../lib/plugin/WikiAdminChown.php:183 msgid "Chown" -msgstr "" +msgstr "Cambie a dueño" #: ../lib/main.php:982 ../lib/plugin/WikiAdminSetAcl.php:183 msgid "SetAcl" -msgstr "" +msgstr "Fije El Acl" #: ../lib/main.php:986 ../lib/plugin/WikiAdminRename.php:208 msgid "Rename" -msgstr "" +msgstr "Retitule" #: ../lib/main.php:990 ../lib/main.php:995 ../lib/plugin/PageDump.php:36 #: ../themes/Crao/templates/actionbar.tmpl:28 @@ -1902,7 +1965,7 @@ msgstr "" #: ../themes/smaller/templates/actionbar.tmpl:39 #: ../themes/smaller/templates/info.tmpl:11 msgid "PageDump" -msgstr "" +msgstr "DescargeDeLaPágina" # lib/fullsearch.php:48 #: ../lib/main.php:1009 ../lib/plugin/FullTextSearch.php:39 @@ -1912,21 +1975,21 @@ msgstr "B #: ../lib/main.php:1158 msgid "The session.save_path directory" -msgstr "" +msgstr "El directorio de session.save_path" #: ../lib/main.php:1161 #, php-format msgid "the session.save_path directory '%s'" -msgstr "" +msgstr "el directorio '%s' de session.save_path" #: ../lib/main.php:1165 #, php-format msgid "Attempting to use the directory '%s' instead." -msgstr "" +msgstr "El procurar utilizar el directorio '%s' en lugar de otro." #: ../lib/main.php:1172 msgid "Users will not be able to sign in." -msgstr "" +msgstr "Los usuarios no podrán firmar adentro." #: ../lib/plugin/AddComment.php:39 msgid "AddComment" @@ -1951,8 +2014,8 @@ msgstr "" msgid "Click to display all comments" msgstr "" -#: ../lib/plugin/AddComment.php:111 ../lib/plugin/CreateToc.php:260 -#: ../lib/plugin/CreateToc.php:265 +#: ../lib/plugin/AddComment.php:111 ../lib/plugin/CreateToc.php:370 +#: ../lib/plugin/CreateToc.php:375 msgid "Click to display" msgstr "" @@ -2081,7 +2144,7 @@ msgstr "minutas" msgid "hours" msgstr "horas" -#: ../lib/plugin/AnalyseAccessLogSql.php:204 ../lib/plugin/VisualWiki.php:493 +#: ../lib/plugin/AnalyseAccessLogSql.php:204 ../lib/plugin/VisualWiki.php:499 msgid "days" msgstr "dias" @@ -2115,9 +2178,8 @@ msgid "" msgstr "" #: ../lib/plugin/AnalyseAccessLogSql.php:342 -#, fuzzy msgid "mode" -msgstr "Moderno" +msgstr "modo" #: ../lib/plugin/AnalyseAccessLogSql.php:344 #, fuzzy @@ -2147,9 +2209,8 @@ msgid "AppendText to %s" msgstr "" #: ../lib/plugin/AppendText.php:115 -#, fuzzy msgid "Page successfully updated." -msgstr "Contraseña actualizado." +msgstr "Página actualizada con éxito." #: ../lib/plugin/AppendText.php:132 #, php-format @@ -2166,7 +2227,7 @@ msgstr "" #: ../lib/plugin/AuthorHistory.php:70 #: ../themes/MonoBook/templates/info.tmpl:168 -#: ../themes/blog/templates/_info.tmpl:3 ../themes/blog/templates/info.tmpl:3 +#: ../themes/blog/templates/info.tmpl:3 #: ../themes/shamino_com/templates/info.tmpl:167 #: ../themes/smaller/templates/info.tmpl:7 msgid "AuthorHistory" @@ -2195,8 +2256,8 @@ msgstr "" #: ../themes/Crao/templates/blogform.tmpl:12 #: ../themes/Crao/templates/editpage.tmpl:48 #: ../themes/MonoBook/templates/info.tmpl:78 -#: ../themes/Portland/templates/editpage.tmpl:60 -#: ../themes/Wordpress/templates/editpage.tmpl:69 +#: ../themes/Portland/templates/editpage.tmpl:39 +#: ../themes/Wordpress/templates/editpage.tmpl:48 #: ../themes/blog/templates/blogform.tmpl:15 #: ../themes/default/templates/blogform.tmpl:15 #: ../themes/default/templates/editpage.tmpl:47 @@ -2232,12 +2293,12 @@ msgstr "" #: ../lib/plugin/BackLinks.php:35 #, php-format msgid "List all pages which link to %s." -msgstr "" +msgstr "Enumere todas las páginas que se liguen a %s." #: ../lib/plugin/BackLinks.php:70 ../lib/plugin/ListPages.php:122 #: ../lib/plugin/ListPages.php:125 ../lib/plugin/ListSubpages.php:89 msgid "#" -msgstr "" +msgstr "#" #: ../lib/plugin/BackLinks.php:96 #, php-format @@ -2269,7 +2330,7 @@ msgstr "" msgid "%s pages link to %s:" msgstr "" -#: ../lib/plugin/BlogArchives.php:24 ../lib/plugin/BlogArchives.php:159 +#: ../lib/plugin/BlogArchives.php:24 ../lib/plugin/BlogArchives.php:134 #: ../themes/blog/templates/actionbar.tmpl:17 msgid "Archives" msgstr "" @@ -2278,17 +2339,17 @@ msgstr "" msgid "List blog months links for the current or ADMIN user" msgstr "" -#: ../lib/plugin/BlogArchives.php:113 ../lib/plugin/BlogJournal.php:110 +#: ../lib/plugin/BlogArchives.php:88 ../lib/plugin/BlogJournal.php:85 #, php-format msgid "Blog Entries for %s:" msgstr "" -#: ../lib/plugin/BlogArchives.php:121 +#: ../lib/plugin/BlogArchives.php:96 #: ../themes/blog/templates/actionbar.tmpl:17 msgid "BlogArchives" msgstr "" -#: ../lib/plugin/BlogArchives.php:147 +#: ../lib/plugin/BlogArchives.php:122 msgid "Blog Archives:" msgstr "" @@ -2300,11 +2361,11 @@ msgstr "" msgid "Include latest blog entries for the current or ADMIN user" msgstr "" -#: ../lib/plugin/BlogJournal.php:106 ../lib/plugin/WikiBlog.php:75 +#: ../lib/plugin/BlogJournal.php:81 ../lib/plugin/WikiBlog.php:75 msgid "WikiBlog" msgstr "" -#: ../lib/plugin/BlogJournal.php:108 +#: ../lib/plugin/BlogJournal.php:83 msgid "No Blog Entries" msgstr "" @@ -2315,7 +2376,7 @@ msgstr "" #: ../themes/Sidebar/templates/body.tmpl:26 ../themes/Sidebar/themeinfo.php:44 #: ../themes/Wordpress/templates/actionbar.tmpl:31 #: ../themes/blog/templates/sidebar.tmpl:18 -#: ../themes/default/templates/head.tmpl:95 +#: ../themes/default/templates/head.tmpl:96 #: ../themes/default/templates/homepage.tmpl:15 #: ../themes/default/templates/navbar.tmpl:45 #: ../themes/wikilens/templates/head.tmpl:89 @@ -2331,12 +2392,12 @@ msgstr "Mes Anterior" msgid "Next Month" msgstr "El Mes Próximo" -#: ../lib/plugin/Calendar.php:168 ../lib/plugin/CalendarList.php:139 +#: ../lib/plugin/Calendar.php:168 ../lib/plugin/CalendarList.php:135 #, php-format msgid "Edit %s" msgstr "Editar %s" -#: ../lib/plugin/CalendarList.php:55 ../lib/plugin/CalendarList.php:59 +#: ../lib/plugin/CalendarList.php:51 ../lib/plugin/CalendarList.php:55 msgid "CalendarList" msgstr "CalendarioLista" @@ -2384,20 +2445,20 @@ msgstr "CreeToc" msgid "Automatically link headers at the top" msgstr "" -#: ../lib/plugin/CreateToc.php:193 ../lib/plugin/IncludePage.php:77 -#: ../lib/plugin/RateIt.php:208 +#: ../lib/plugin/CreateToc.php:300 ../lib/plugin/IncludePage.php:77 +#: ../lib/plugin/RateIt.php:208 ../lib/plugin/Template.php:102 msgid "no page specified" msgstr "" -#: ../lib/plugin/CreateToc.php:204 +#: ../lib/plugin/CreateToc.php:311 msgid "CreateToc disabled for old markup" msgstr "" -#: ../lib/plugin/CreateToc.php:257 +#: ../lib/plugin/CreateToc.php:367 msgid "Click to hide the TOC" msgstr "" -#: ../lib/plugin/CreateToc.php:267 ../lib/plugin/CreateToc.php:270 +#: ../lib/plugin/CreateToc.php:377 ../lib/plugin/CreateToc.php:380 msgid "Table Of Contents" msgstr "" @@ -2450,6 +2511,23 @@ msgstr "" msgid "Redirects to an external web site based on form input" msgstr "" +# lib/pageinfo.php:26 lib/pageinfo.php:75 +#: ../lib/plugin/FileInfo.php:39 +#, fuzzy +msgid "FileInfo" +msgstr "Informacion" + +#: ../lib/plugin/FileInfo.php:43 +msgid "Display file information like version,size,date,... of uploaded files." +msgstr "" + +#: ../lib/plugin/FileInfo.php:63 ../lib/plugin/FileInfo.php:65 +#: ../lib/plugin/PageGroup.php:104 ../lib/plugin/WikiFormRich.php:162 +#: ../lib/plugin/WikiFormRich.php:178 +#, php-format +msgid "A required argument '%s' is missing." +msgstr "" + #: ../lib/plugin/FoafViewer.php:52 msgid "FoafViewer" msgstr "" @@ -2497,6 +2575,7 @@ msgid "" msgstr "" #: ../lib/plugin/FrameInclude.php:93 ../lib/plugin/IncludePage.php:84 +#: ../lib/plugin/Template.php:108 #, php-format msgid "recursive inclusion of page %s" msgstr "" @@ -2576,6 +2655,30 @@ msgstr "" msgid "Go" msgstr "Aceptar" +#: ../lib/plugin/GoogleMaps.php:63 +msgid "GoogleMaps" +msgstr "" + +#: ../lib/plugin/GoogleMaps.php:67 +msgid "" +"Displays a marker with further infos (when clicking) on given coordinates" +msgstr "" + +#: ../lib/plugin/GoogleMaps.php:96 ../lib/plugin/GoogleMaps.php:99 +#: ../lib/plugin/Transclude.php:76 +#, php-format +msgid "%s parameter missing" +msgstr "" + +#: ../lib/plugin/GoogleMaps.php:108 +#, php-format +msgid "invalid argument %s" +msgstr "" + +#: ../lib/plugin/GoogleMaps.php:128 +msgid "new window" +msgstr "" + #: ../lib/plugin/GooglePlugin.php:43 msgid "GooglePlugin" msgstr "" @@ -2597,17 +2700,17 @@ msgstr "" msgid "GraphViz image or imagemap creation of directed graphs" msgstr "" -#: ../lib/plugin/GraphViz.php:264 ../lib/plugin/GraphViz.php:334 +#: ../lib/plugin/GraphViz.php:265 ../lib/plugin/GraphViz.php:335 msgid "No dot graph given" msgstr "" # lib/msql.php:29 lib/mysql.php:36 -#: ../lib/plugin/GraphViz.php:275 ../lib/plugin/SyntaxHighlighter.php:173 +#: ../lib/plugin/GraphViz.php:276 ../lib/plugin/SyntaxHighlighter.php:173 #, php-format msgid "Couldn't start commandline '%s'" msgstr "" -#: ../lib/plugin/GraphViz.php:278 ../lib/plugin/Ploticus.php:239 +#: ../lib/plugin/GraphViz.php:279 ../lib/plugin/Ploticus.php:239 #, php-format msgid "%s error: outputfile '%s' not created" msgstr "" @@ -2646,6 +2749,7 @@ msgid "Include text from another wiki page." msgstr "" #: ../lib/plugin/IncludePage.php:92 ../lib/plugin/PageGroup.php:131 +#: ../lib/plugin/Template.php:116 #, php-format msgid "%s(%d): no such revision" msgstr "" @@ -2777,7 +2881,7 @@ msgstr "" #: ../lib/plugin/ListSubpages.php:34 msgid "ListSubpages" -msgstr "" +msgstr "ListaPáginasSecundaria" #: ../lib/plugin/ListSubpages.php:38 msgid "Lists the names of all SubPages of the current page." @@ -2790,7 +2894,7 @@ msgstr "" #: ../lib/plugin/ListSubpages.php:84 #, php-format msgid "SubPages of %s:" -msgstr "" +msgstr "PáginasSecundaria de %s:" #: ../lib/plugin/ListSubpages.php:99 ../lib/plugin/UnfoldSubpages.php:101 #: ../lib/plugin/UnfoldSubpages.php:116 @@ -3012,12 +3116,6 @@ msgstr "" msgid "<%s: no such section>" msgstr "" -#: ../lib/plugin/PageGroup.php:104 ../lib/plugin/WikiFormRich.php:162 -#: ../lib/plugin/WikiFormRich.php:178 -#, php-format -msgid "A required argument '%s' is missing." -msgstr "" - #: ../lib/plugin/PageGroup.php:108 ../lib/plugin/PrevNext.php:66 msgid "Next" msgstr "Siguiente" @@ -3407,65 +3505,69 @@ msgstr "" #, php-format msgid "The %d most recent %s during the past day are listed below." msgstr "" +"Los %d la mayoría del %s reciente durante el último día se enumeran abajo." #: ../lib/plugin/RecentChanges.php:230 #, php-format msgid "The %d most recent %s during the past %s days are listed below." msgstr "" +"Los %d la mayoría del %s reciente durante los últimos días de %s se enumeran " +"abajo." #: ../lib/plugin/RecentChanges.php:233 #, php-format msgid "The %d most recent %s are listed below." -msgstr "" +msgstr "Los %d la mayoría del %s reciente se enumeran abajo." #: ../lib/plugin/RecentChanges.php:239 #, php-format msgid "The %d oldest %s during the past day are listed below." -msgstr "" +msgstr "Los %d el %s más viejo durante el último día se enumeran abajo." #: ../lib/plugin/RecentChanges.php:242 #, php-format msgid "The %d oldest %s during the past %s days are listed below." msgstr "" +"Los %d el %s más viejo durante los últimos días de %s se enumeran abajo." #: ../lib/plugin/RecentChanges.php:245 #, php-format msgid "The %d oldest %s are listed below." -msgstr "" +msgstr "Los %d el %s más viejo se enumeran abajo." #: ../lib/plugin/RecentChanges.php:252 #, php-format msgid "The most recent %s during the past day are listed below." -msgstr "" +msgstr "Los %s más recientes durante el último día se enumeran abajo." #: ../lib/plugin/RecentChanges.php:255 #, php-format msgid "The most recent %s during the past %s days are listed below." -msgstr "" +msgstr "Los %s más recientes durante los últimos días de %s se enumeran abajo." #: ../lib/plugin/RecentChanges.php:258 #, php-format msgid "All %s are listed below." -msgstr "" +msgstr "Todos los %s se enumeran abajo." #: ../lib/plugin/RecentChanges.php:270 ../lib/plugin/RecentChanges.php:285 #: ../lib/plugin/RecentChanges.php:388 ../lib/plugin/RecentChanges.php:464 #: ../lib/plugin/RecentEdits.php:10 ../lib/plugin/RecentEdits.php:36 #: ../lib/plugin/RelatedChanges.php:27 -#: ../themes/Portland/templates/editpage.tmpl:66 -#: ../themes/Wordpress/templates/editpage.tmpl:75 +#: ../themes/Portland/templates/editpage.tmpl:45 +#: ../themes/Wordpress/templates/editpage.tmpl:54 msgid "RecentEdits" -msgstr "" +msgstr "RecienteCorrige" # lib/pageinfo.php:21 #: ../lib/plugin/RecentChanges.php:278 ../lib/plugin/RecentComments.php:65 msgid "No comments found" -msgstr "" +msgstr "Ningunos comentarios encontrados" # lib/pageinfo.php:21 #: ../lib/plugin/RecentChanges.php:280 msgid "No changes found" -msgstr "" +msgstr "Ningunos cambios encontrados" # lib/fullsearch.php:48 #: ../lib/plugin/RecentChanges.php:589 @@ -3475,17 +3577,17 @@ msgstr "Una b # lib/pageinfo.php:21 #: ../lib/plugin/RecentChanges.php:890 msgid "Show minor edits for:" -msgstr "" +msgstr "El menor de edad de la demostración corrige para:" # lib/pageinfo.php:21 #: ../lib/plugin/RecentChanges.php:892 msgid "Show all changes for:" -msgstr "" +msgstr "Demuestre todos los cambios para:" # lib/pageinfo.php:21 #: ../lib/plugin/RecentChanges.php:894 msgid "Show changes for:" -msgstr "" +msgstr "Demuestre los cambios para:" #: ../lib/plugin/RecentChanges.php:914 msgid "1 day" @@ -3499,15 +3601,15 @@ msgstr "%s dias" #: ../lib/plugin/RecentComments.php:17 #: ../themes/MonoBook/templates/navbar.tmpl:14 msgid "RecentComments" -msgstr "" +msgstr "ComentariosRecientes" #: ../lib/plugin/RecentComments.php:91 msgid "latest comment by " -msgstr "" +msgstr "el comentario más último cerca " #: ../lib/plugin/RecentEdits.php:36 msgid "Recent Edits" -msgstr "" +msgstr "Reciente Corrige" #: ../lib/plugin/RecentReferrers.php:14 msgid "RecentReferrers" @@ -3630,59 +3732,43 @@ msgstr "" msgid "invalid %s ignored" msgstr "" -#: ../lib/plugin/SystemInfo.php:52 +#: ../lib/plugin/SystemInfo.php:51 msgid "SystemInfo" msgstr "" -#: ../lib/plugin/SystemInfo.php:56 +#: ../lib/plugin/SystemInfo.php:55 msgid "Provides access to PhpWiki's lower level system information." msgstr "" -#: ../lib/plugin/SystemInfo.php:83 -msgid "db type:" -msgstr "" - -#: ../lib/plugin/SystemInfo.php:88 -msgid "db backend:" -msgstr "" - -#: ../lib/plugin/SystemInfo.php:96 -msgid "dba handler:" -msgstr "" - -#: ../lib/plugin/SystemInfo.php:106 -msgid "timeout:" -msgstr "" - -#: ../lib/plugin/SystemInfo.php:112 +#: ../lib/plugin/SystemInfo.php:123 msgid "no cache used" msgstr "" # lib/diff.php:1015 -#: ../lib/plugin/SystemInfo.php:115 +#: ../lib/plugin/SystemInfo.php:126 msgid "cached pagedata:" msgstr "Página archivada:" -#: ../lib/plugin/SystemInfo.php:116 +#: ../lib/plugin/SystemInfo.php:127 msgid "cached versiondata:" msgstr "" -#: ../lib/plugin/SystemInfo.php:125 +#: ../lib/plugin/SystemInfo.php:136 #, php-format msgid "Keep up to %d major edits, but keep them no longer than %d days." msgstr "" -#: ../lib/plugin/SystemInfo.php:128 +#: ../lib/plugin/SystemInfo.php:139 #, php-format msgid " Keep up to %d minor edits, but keep them no longer than %d days." msgstr "" -#: ../lib/plugin/SystemInfo.php:131 +#: ../lib/plugin/SystemInfo.php:142 #, php-format msgid " Keep the latest contributions of the last %d authors up to %d days." msgstr "" -#: ../lib/plugin/SystemInfo.php:133 +#: ../lib/plugin/SystemInfo.php:144 #, php-format msgid "" " Additionally, try to keep the latest contributions of all authors in the " @@ -3690,163 +3776,167 @@ msgid "" "more than %d unique author revisions." msgstr "" -#: ../lib/plugin/SystemInfo.php:142 +#: ../lib/plugin/SystemInfo.php:153 #, php-format msgid "%d pages" msgstr "%d páginas" -#: ../lib/plugin/SystemInfo.php:143 +#: ../lib/plugin/SystemInfo.php:154 #, php-format msgid "%d not-empty pages" msgstr "%d not-empty páginas" -#: ../lib/plugin/SystemInfo.php:154 ../lib/plugin/SystemInfo.php:184 +#: ../lib/plugin/SystemInfo.php:165 ../lib/plugin/SystemInfo.php:195 msgid "not yet" msgstr "" -#: ../lib/plugin/SystemInfo.php:171 +#: ../lib/plugin/SystemInfo.php:182 #, php-format msgid "%d homepages" msgstr "" -#: ../lib/plugin/SystemInfo.php:219 +#: ../lib/plugin/SystemInfo.php:259 #, php-format msgid "total hits: %d" msgstr "" -#: ../lib/plugin/SystemInfo.php:220 +#: ../lib/plugin/SystemInfo.php:260 #, php-format msgid "max: %d" msgstr "" -#: ../lib/plugin/SystemInfo.php:221 +#: ../lib/plugin/SystemInfo.php:261 #, php-format msgid "mean: %2.3f" msgstr "" -#: ../lib/plugin/SystemInfo.php:222 +#: ../lib/plugin/SystemInfo.php:262 #, php-format msgid "median: %d" msgstr "" -#: ../lib/plugin/SystemInfo.php:223 +#: ../lib/plugin/SystemInfo.php:263 #, php-format msgid "stddev: %2.3f" msgstr "" -#: ../lib/plugin/SystemInfo.php:235 +#: ../lib/plugin/SystemInfo.php:264 #, php-format msgid "%d pages with less than %d hits (<%d%%)." msgstr "" -#: ../lib/plugin/SystemInfo.php:237 +#: ../lib/plugin/SystemInfo.php:266 #, php-format msgid "%d page(s) with more than %d hits (>%d%%)." msgstr "" -#: ../lib/plugin/SystemInfo.php:279 +#: ../lib/plugin/SystemInfo.php:404 #, php-format msgid "Application size: %d Kb" msgstr "" -#: ../lib/plugin/SystemInfo.php:281 +#: ../lib/plugin/SystemInfo.php:406 #, php-format msgid "Pagedata size: %d Kb" msgstr "" -#: ../lib/plugin/SystemInfo.php:299 +#: ../lib/plugin/SystemInfo.php:424 #, php-format msgid "Total %d plugins: " msgstr "" -#: ../lib/plugin/SystemInfo.php:308 +#: ../lib/plugin/SystemInfo.php:433 #, php-format msgid "Total of %d languages: " msgstr "" -#: ../lib/plugin/SystemInfo.php:311 +#: ../lib/plugin/SystemInfo.php:436 #, php-format msgid "Current language: '%s'" msgstr "" -#: ../lib/plugin/SystemInfo.php:313 +#: ../lib/plugin/SystemInfo.php:438 #, php-format msgid "Default language: '%s'" msgstr "" -#: ../lib/plugin/SystemInfo.php:321 +#: ../lib/plugin/SystemInfo.php:446 #, php-format msgid "Total of %d themes: " msgstr "" -#: ../lib/plugin/SystemInfo.php:323 +#: ../lib/plugin/SystemInfo.php:448 #, php-format msgid "Current theme: '%s'" msgstr "" -#: ../lib/plugin/SystemInfo.php:325 +#: ../lib/plugin/SystemInfo.php:450 #, php-format msgid "Default theme: '%s'" msgstr "" -#: ../lib/plugin/SystemInfo.php:338 +#: ../lib/plugin/SystemInfo.php:463 #, php-format msgid "unknown argument '%s' to SystemInfo" msgstr "" -#: ../lib/plugin/SystemInfo.php:361 +#: ../lib/plugin/SystemInfo.php:487 msgid "Application name" msgstr "" -#: ../lib/plugin/SystemInfo.php:362 +#: ../lib/plugin/SystemInfo.php:488 msgid "PhpWiki engine version" msgstr "" -#: ../lib/plugin/SystemInfo.php:363 +#: ../lib/plugin/SystemInfo.php:489 msgid "Database" msgstr "" -#: ../lib/plugin/SystemInfo.php:364 +#: ../lib/plugin/SystemInfo.php:490 msgid "Cache statistics" msgstr "" -#: ../lib/plugin/SystemInfo.php:365 +#: ../lib/plugin/SystemInfo.php:491 msgid "Page statistics" msgstr "" -#: ../lib/plugin/SystemInfo.php:368 +#: ../lib/plugin/SystemInfo.php:494 msgid "User statistics" msgstr "" -#: ../lib/plugin/SystemInfo.php:370 +#: ../lib/plugin/SystemInfo.php:496 msgid "Hit statistics" msgstr "" -#: ../lib/plugin/SystemInfo.php:372 +#: ../lib/plugin/SystemInfo.php:497 +msgid "Harddisc usage" +msgstr "" + +#: ../lib/plugin/SystemInfo.php:498 msgid "Expiry parameters" msgstr "" -#: ../lib/plugin/SystemInfo.php:373 +#: ../lib/plugin/SystemInfo.php:499 msgid "Wikiname regexp" msgstr "" -#: ../lib/plugin/SystemInfo.php:374 +#: ../lib/plugin/SystemInfo.php:500 msgid "Allowed protocols" msgstr "" -#: ../lib/plugin/SystemInfo.php:375 +#: ../lib/plugin/SystemInfo.php:501 msgid "Inline images" msgstr "" -#: ../lib/plugin/SystemInfo.php:376 +#: ../lib/plugin/SystemInfo.php:502 msgid "Available plugins" msgstr "" -#: ../lib/plugin/SystemInfo.php:377 +#: ../lib/plugin/SystemInfo.php:503 msgid "Supported languages" msgstr "" -#: ../lib/plugin/SystemInfo.php:378 +#: ../lib/plugin/SystemInfo.php:504 msgid "Supported themes" msgstr "" @@ -3874,6 +3964,14 @@ msgstr "" msgid "Sorry, this version of PHP cannot create PNG image files." msgstr "" +#: ../lib/plugin/Template.php:61 +msgid "Template" +msgstr "" + +#: ../lib/plugin/Template.php:65 +msgid "Parametrized page inclusion." +msgstr "" + #: ../lib/plugin/TexToPng.php:103 msgid "Converts TeX to an image. May be used to embed formulas in PhpWiki." msgstr "" @@ -3895,11 +3993,6 @@ msgstr "" msgid "Include an external web page within the body of a wiki page." msgstr "" -#: ../lib/plugin/Transclude.php:76 -#, php-format -msgid "%s parameter missing" -msgstr "" - # lib/msql.php:237 lib/msql.php:312 #: ../lib/plugin/Transclude.php:88 msgid "Transcluded page" @@ -3998,7 +4091,7 @@ msgstr "Cancelar" #: ../lib/plugin/UnfoldSubpages.php:36 msgid "UnfoldSubpages" -msgstr "" +msgstr "IncluyaPáginasSecundaria" #: ../lib/plugin/UnfoldSubpages.php:40 msgid "Includes the content of all SubPages of the current page." @@ -4016,9 +4109,9 @@ msgid "Included from %s:" msgstr "Inserción de '%s':" #: ../lib/plugin/UnfoldSubpages.php:160 -#, fuzzy, php-format +#, php-format msgid "%s has no subpages defined." -msgstr "%s: fichero no encontrado" +msgstr "%s: no hace ninguna página secundaria definir." #: ../lib/plugin/UpLoad.php:46 msgid "Upload files to the local InterWiki Upload:" @@ -4079,8 +4172,8 @@ msgstr "" #: ../themes/Crao/templates/navbar.tmpl:23 #: ../themes/MonoBook/templates/navbar.tmpl:49 #: ../themes/blog/templates/navbar.tmpl:17 -#: ../themes/default/templates/head.tmpl:91 #: ../themes/default/templates/head.tmpl:92 +#: ../themes/default/templates/head.tmpl:93 #: ../themes/default/templates/homepage.tmpl:11 #: ../themes/default/templates/navbar.tmpl:40 #: ../themes/shamino_com/templates/top.tmpl:28 @@ -4099,8 +4192,9 @@ msgstr "" #: ../lib/plugin/UserPreferences.php:104 #: ../themes/default/templates/wikiforum.tmpl:22 msgid "Message" -msgstr "" +msgstr "Mensaje" +# UsuarioPreferencias #: ../lib/plugin/UserPreferences.php:105 msgid "Your UserPreferences have been successfully deleted." msgstr "" @@ -4115,7 +4209,7 @@ msgstr "" #: ../lib/plugin/WikiAdminSearchReplace.php:180 #: ../lib/plugin/WikiAdminSetAcl.php:176 msgid "Yes" -msgstr "" +msgstr "Si" #: ../lib/plugin/UserPreferences.php:121 msgid "Wrong password. Try again." @@ -4136,7 +4230,7 @@ msgstr "La contrase # lib/pageinfo.php:21 #: ../lib/plugin/UserPreferences.php:149 msgid "No changes." -msgstr "" +msgstr "Ningunos cambios." #: ../lib/plugin/UserPreferences.php:153 #, php-format @@ -4145,12 +4239,11 @@ msgstr "" #: ../lib/plugin/UserRatings.php:47 msgid "UserRatings" -msgstr "" +msgstr "GradosUsuario." #: ../lib/plugin/UserRatings.php:51 -#, fuzzy msgid "List the user's ratings." -msgstr "Las páginas más populares." +msgstr "Enumere los grados del usuario." #: ../lib/plugin/UserRatings.php:89 #, php-format @@ -4186,7 +4279,7 @@ msgid "" "from graphviz." msgstr "" -#: ../lib/plugin/VisualWiki.php:487 +#: ../lib/plugin/VisualWiki.php:493 msgid "Legend" msgstr "" @@ -4862,9 +4955,8 @@ msgid "Provide generic WikiForm input buttons" msgstr "" #: ../lib/plugin/WikiFormRich.php:180 -#, fuzzy msgid "name" -msgstr "Nombre de la Página" +msgstr "Nombre" #: ../lib/plugin/WikiForum.php:52 msgid "WikiForum" @@ -5058,8 +5150,8 @@ msgstr "" #: ../themes/MonoBook/templates/navbar.tmpl:25 #: ../themes/Portland/templates/navbar.tmpl:8 #: ../themes/Sidebar/templates/navbar.tmpl:24 -#: ../themes/default/templates/head.tmpl:41 #: ../themes/default/templates/head.tmpl:42 +#: ../themes/default/templates/head.tmpl:43 #: ../themes/default/templates/navbar.tmpl:20 #: ../themes/shamino_com/templates/top.tmpl:21 #: ../themes/smaller/templates/navbar.tmpl:8 @@ -5247,15 +5339,15 @@ msgstr "" #: ../lib/plugin/_WikiTranslation.php:117 msgid "UnfoldSubpagesPlugin" -msgstr "" +msgstr "IncluyaPáginasSecundariaPlugin" #: ../lib/plugin/_WikiTranslation.php:118 msgid "UpLoad" -msgstr "" +msgstr "UpLoad" #: ../lib/plugin/_WikiTranslation.php:119 msgid "UpLoadPlugin" -msgstr "" +msgstr "UpLoadPlugin" #: ../lib/plugin/_WikiTranslation.php:120 msgid "WabiSabi" @@ -5271,8 +5363,8 @@ msgstr "" #: ../lib/plugin/_WikiTranslation.php:123 #: ../themes/Crao/templates/head.tmpl:73 ../themes/Crao/templates/head.tmpl:74 -#: ../themes/default/templates/head.tmpl:78 #: ../themes/default/templates/head.tmpl:79 +#: ../themes/default/templates/head.tmpl:80 #: ../themes/wikilens/templates/head.tmpl:71 #: ../themes/wikilens/templates/head.tmpl:72 msgid "WikiWikiWeb" @@ -5296,7 +5388,7 @@ msgstr "" #: ../lib/plugin/_WikiTranslation.php:319 #, php-format msgid "%s is empty" -msgstr "" +msgstr "%s es vacío" #: ../lib/plugin/_WikiTranslation.php:438 #, php-format @@ -5325,16 +5417,16 @@ msgstr "" #: ../lib/removepage.php:18 msgid "Already deleted" -msgstr "" +msgstr "Suprimido ya" #: ../lib/removepage.php:19 msgid "Sorry, this page is not in the database." -msgstr "" +msgstr "Apesadumbrada, esta página no está en la base de datos." #: ../lib/removepage.php:26 #, fuzzy, php-format msgid "You are about to remove '%s'!" -msgstr "¡Va a borrar '%s' permanentemente!" +msgstr "¡Usted está a punto de quitar '%s'!" # lib/editpage.php:23 #: ../lib/removepage.php:48 @@ -5351,7 +5443,7 @@ msgstr "" #: ../lib/removepage.php:58 msgid "Back to the previous page." -msgstr "" +msgstr "De nuevo a la página anterior." #: ../lib/stdlib.php:354 ../lib/stdlib.php:383 msgid "BAD URL -- remove all of <, >, \"" @@ -5389,12 +5481,12 @@ msgstr "" #: ../lib/stdlib.php:781 msgid "too long" -msgstr "" +msgstr "demasiado de largo" #: ../lib/stdlib.php:787 #, php-format msgid "Illegal chars %s removed" -msgstr "" +msgstr "Los carbones ilegales %s quitaron" #: ../lib/stdlib.php:833 msgid "The CreateTocPlugin is not yet old markup compatible! " @@ -5408,13 +5500,13 @@ msgstr "" #: ../lib/stdlib.php:1095 msgid "Revision Not Found" -msgstr "" +msgstr "Revisión No encontrada" # lib/pageinfo.php:36 #: ../lib/stdlib.php:1096 #, php-format msgid "I'm sorry. Version %d of %s is not in the database." -msgstr "" +msgstr "Estoy apesadumbrado. La versión %d de %s no está en la base de datos." #: ../lib/stdlib.php:1099 msgid "Bad Version" @@ -5539,9 +5631,8 @@ msgstr "" #: ../lib/upgrade.php:432 ../lib/upgrade.php:437 ../lib/upgrade.php:469 #: ../lib/upgrade.php:478 -#, fuzzy msgid "fixed" -msgstr "modificado" +msgstr "fijo" #: ../lib/upgrade.php:446 msgid "check for mysql LOCK TABLE privilege" @@ -5623,12 +5714,12 @@ msgstr "" #: ../lib/upgrade.php:805 #, php-format msgid "couldn't move %s to %s" -msgstr "" +msgstr "no podía mover %s a %s" #: ../lib/upgrade.php:812 #, php-format msgid "%s is not writable" -msgstr "" +msgstr "%s no es escribible" #: ../lib/upgrade.php:818 msgid "check for necessary config updates" @@ -5687,7 +5778,7 @@ msgstr "" #: ../lib/wikilens/Utils.php:59 msgid "Members:" -msgstr "" +msgstr "Miembros:" #: ../lib/ziplib.php:211 msgid "Can't inflate data: zlib support not enabled in this PHP" @@ -5700,12 +5791,12 @@ msgstr "" #: ../lib/ziplib.php:404 msgid "Unexpected EOF in zip file" -msgstr "" +msgstr "EOF inesperado en archivo del zip" #: ../lib/ziplib.php:703 #, php-format msgid "[%d] See [%s]" -msgstr "" +msgstr "[%d] Vea [%s]" #: ../lib/ziplib.php:710 msgid "References" @@ -5729,7 +5820,7 @@ msgstr "" #: ../themes/Wordpress/templates/actionbar.tmpl:10 #: ../themes/blog/templates/actionbar.tmpl:7 #: ../themes/default/templates/actionbar.tmpl:17 -#: ../themes/default/templates/head.tmpl:52 +#: ../themes/default/templates/head.tmpl:53 #: ../themes/shamino_com/templates/info.tmpl:165 #: ../themes/smaller/templates/actionbar.tmpl:20 #: ../themes/smaller/templates/info.tmpl:5 @@ -5805,8 +5896,8 @@ msgid "View the current version" msgstr "Vea la versión actual" #: ../themes/Crao/templates/editpage.tmpl:4 -#: ../themes/Portland/templates/editpage.tmpl:80 -#: ../themes/Wordpress/templates/editpage.tmpl:80 +#: ../themes/Portland/templates/editpage.tmpl:57 +#: ../themes/Wordpress/templates/editpage.tmpl:59 #: ../themes/default/templates/editpage.tmpl:4 msgid "Preview only! Changes not saved." msgstr "" @@ -5824,37 +5915,37 @@ msgid "edit area" msgstr "" #: ../themes/Crao/templates/editpage.tmpl:18 -#: ../themes/Portland/templates/editpage.tmpl:46 -#: ../themes/Wordpress/templates/editpage.tmpl:44 +#: ../themes/Portland/templates/editpage.tmpl:25 +#: ../themes/Wordpress/templates/editpage.tmpl:23 #: ../themes/default/templates/editpage.tmpl:20 msgid "Warning: You are editing an old revision." msgstr "" # lib/pageinfo.php:70 #: ../themes/Crao/templates/editpage.tmpl:19 -#: ../themes/Portland/templates/editpage.tmpl:47 -#: ../themes/Wordpress/templates/editpage.tmpl:45 +#: ../themes/Portland/templates/editpage.tmpl:26 +#: ../themes/Wordpress/templates/editpage.tmpl:24 #: ../themes/default/templates/editpage.tmpl:21 msgid "Saving this page will overwrite the current version." msgstr "Ahorrando esta página sobreescribirá la versión actual." #: ../themes/Crao/templates/editpage.tmpl:38 -#: ../themes/Portland/templates/editpage.tmpl:69 -#: ../themes/Wordpress/templates/editpage.tmpl:60 +#: ../themes/Portland/templates/editpage.tmpl:48 +#: ../themes/Wordpress/templates/editpage.tmpl:39 #: ../themes/default/templates/editpage.tmpl:40 msgid "H" msgstr "Al" #: ../themes/Crao/templates/editpage.tmpl:39 -#: ../themes/Portland/templates/editpage.tmpl:71 -#: ../themes/Wordpress/templates/editpage.tmpl:61 +#: ../themes/Portland/templates/editpage.tmpl:49 +#: ../themes/Wordpress/templates/editpage.tmpl:40 #: ../themes/default/templates/editpage.tmpl:41 msgid "W" msgstr "An" #: ../themes/Crao/templates/editpage.tmpl:40 -#: ../themes/Portland/templates/editpage.tmpl:73 -#: ../themes/Wordpress/templates/editpage.tmpl:62 +#: ../themes/Portland/templates/editpage.tmpl:50 +#: ../themes/Wordpress/templates/editpage.tmpl:41 #: ../themes/default/templates/editpage.tmpl:42 msgid "Adjust" msgstr "" @@ -5869,18 +5960,18 @@ msgid "This is a minor change." msgstr "Esto es un cambio pequeño." #: ../themes/Crao/templates/editpage.tmpl:53 -#: ../themes/Portland/templates/editpage.tmpl:75 -#: ../themes/Wordpress/templates/editpage.tmpl:65 +#: ../themes/Portland/templates/editpage.tmpl:52 +#: ../themes/Wordpress/templates/editpage.tmpl:44 #: ../themes/default/templates/editpage.tmpl:60 msgid "Use old markup" msgstr "" #: ../themes/Crao/templates/editpage.tmpl:88 #: ../themes/Crao/templates/editpage.tmpl:93 -#: ../themes/Portland/templates/editpage.tmpl:103 -#: ../themes/Portland/templates/editpage.tmpl:108 -#: ../themes/Wordpress/templates/editpage.tmpl:103 -#: ../themes/Wordpress/templates/editpage.tmpl:108 +#: ../themes/Portland/templates/editpage.tmpl:80 +#: ../themes/Portland/templates/editpage.tmpl:85 +#: ../themes/Wordpress/templates/editpage.tmpl:82 +#: ../themes/Wordpress/templates/editpage.tmpl:87 #: ../themes/default/templates/editpage.tmpl:113 #: ../themes/default/templates/editpage.tmpl:118 #, php-format @@ -5889,44 +5980,44 @@ msgstr "%s tips para editar." #: ../themes/Crao/templates/editpage.tmpl:88 #: ../themes/Crao/templates/editpage.tmpl:93 -#: ../themes/Portland/templates/editpage.tmpl:103 -#: ../themes/Portland/templates/editpage.tmpl:108 -#: ../themes/Wordpress/templates/editpage.tmpl:103 -#: ../themes/Wordpress/templates/editpage.tmpl:108 +#: ../themes/Portland/templates/editpage.tmpl:80 +#: ../themes/Portland/templates/editpage.tmpl:85 +#: ../themes/Wordpress/templates/editpage.tmpl:82 +#: ../themes/Wordpress/templates/editpage.tmpl:87 #: ../themes/default/templates/editpage.tmpl:113 #: ../themes/default/templates/editpage.tmpl:118 msgid "GoodStyle" msgstr "BuenEstilo" #: ../themes/Crao/templates/editpage.tmpl:89 -#: ../themes/Portland/templates/editpage.tmpl:104 -#: ../themes/Wordpress/templates/editpage.tmpl:104 +#: ../themes/Portland/templates/editpage.tmpl:81 +#: ../themes/Wordpress/templates/editpage.tmpl:83 #: ../themes/default/templates/editpage.tmpl:114 msgid "OldTextFormattingRules" msgstr "ViejoReglasDeFormatoDeTexto" #: ../themes/Crao/templates/editpage.tmpl:89 #: ../themes/Crao/templates/editpage.tmpl:94 -#: ../themes/Portland/templates/editpage.tmpl:104 -#: ../themes/Portland/templates/editpage.tmpl:109 -#: ../themes/Wordpress/templates/editpage.tmpl:104 -#: ../themes/Wordpress/templates/editpage.tmpl:109 +#: ../themes/Portland/templates/editpage.tmpl:81 +#: ../themes/Portland/templates/editpage.tmpl:86 +#: ../themes/Wordpress/templates/editpage.tmpl:83 +#: ../themes/Wordpress/templates/editpage.tmpl:88 #: ../themes/default/templates/editpage.tmpl:114 #: ../themes/default/templates/editpage.tmpl:119 msgid "Synopsis" msgstr "Sinopsis" #: ../themes/Crao/templates/editpage.tmpl:94 -#: ../themes/Portland/templates/editpage.tmpl:109 -#: ../themes/Wordpress/templates/editpage.tmpl:109 +#: ../themes/Portland/templates/editpage.tmpl:86 +#: ../themes/Wordpress/templates/editpage.tmpl:88 #: ../themes/default/templates/editpage.tmpl:119 msgid "TextFormattingRules" msgstr "ReglasDeFormatoDeTexto" #: ../themes/Crao/templates/head.tmpl:31 ../themes/Crao/templates/head.tmpl:32 #: ../themes/Crao/templates/htmldump.tmpl:22 -#: ../themes/default/templates/head.tmpl:36 #: ../themes/default/templates/head.tmpl:37 +#: ../themes/default/templates/head.tmpl:38 #: ../themes/default/templates/htmldump.tmpl:22 #: ../themes/wikilens/templates/head.tmpl:30 #: ../themes/wikilens/templates/head.tmpl:31 @@ -5934,8 +6025,8 @@ msgid "HowToUseWiki" msgstr "" #: ../themes/Crao/templates/head.tmpl:70 ../themes/Crao/templates/head.tmpl:71 -#: ../themes/default/templates/head.tmpl:75 #: ../themes/default/templates/head.tmpl:76 +#: ../themes/default/templates/head.tmpl:77 #: ../themes/wikilens/templates/head.tmpl:68 #: ../themes/wikilens/templates/head.tmpl:69 msgid "SandBox" @@ -5979,18 +6070,13 @@ msgstr "" msgid "Enter your UserId to sign in" msgstr "" -#: ../themes/Crao/templates/signin.tmpl:54 -#: ../themes/smaller/templates/signin.tmpl:54 -msgid "Sign in:" -msgstr "" - #: ../themes/Crao/templates/wikiblog.tmpl:19 #: ../themes/blog/templates/wikiblog.tmpl:20 #: ../themes/default/templates/comment.tmpl:18 #: ../themes/default/templates/wikiblog.tmpl:19 #, php-format msgid "Comment modified on %s by %s" -msgstr "" +msgstr "Comentario modificado en %s por %s" #: ../themes/Crao/templates/wikiblog.tmpl:25 #: ../themes/blog/templates/wikiblog.tmpl:25 @@ -5998,7 +6084,7 @@ msgstr "" #: ../themes/default/templates/wikiblog.tmpl:24 #, php-format msgid "Comments on %s by %s." -msgstr "" +msgstr "Comentarios sobre %s por %s." #: ../themes/Hawaiian/themeinfo.php:29 ../themes/MacOSX/themeinfo.php:104 #: ../themes/MonoBook/themeinfo.php:72 ../themes/Portland/themeinfo.php:59 @@ -6021,13 +6107,13 @@ msgstr "Moderno" #: ../themes/default/themeinfo.php:25 ../themes/shamino_com/themeinfo.php:57 #: ../themes/smaller/themeinfo.php:53 ../themes/wikilens/themeinfo.php:25 msgid "Top & bottom toolbars" -msgstr "" +msgstr "Toolbars superiores y inferiores" #: ../themes/MonoBook/templates/actionbar.tmpl:27 #: ../themes/Sidebar/templates/navbar.tmpl:31 #: ../themes/default/templates/navbar.tmpl:15 msgid "Article" -msgstr "" +msgstr "Artículo" # lib/pageinfo.php:26 lib/pageinfo.php:75 #: ../themes/MonoBook/templates/actionbar.tmpl:42 @@ -6159,14 +6245,14 @@ msgid "Page Type:" msgstr "" #: ../themes/MonoBook/templates/info.tmpl:170 -#: ../themes/blog/templates/_info.tmpl:5 ../themes/blog/templates/info.tmpl:5 +#: ../themes/blog/templates/info.tmpl:5 #: ../themes/shamino_com/templates/info.tmpl:170 #: ../themes/smaller/templates/info.tmpl:9 msgid "Diff previous Revision" msgstr "" #: ../themes/MonoBook/templates/info.tmpl:171 -#: ../themes/blog/templates/_info.tmpl:6 ../themes/blog/templates/info.tmpl:6 +#: ../themes/blog/templates/info.tmpl:6 #: ../themes/shamino_com/templates/info.tmpl:171 #: ../themes/smaller/templates/info.tmpl:10 msgid "Diff previous Author" @@ -6241,14 +6327,14 @@ msgstr "" msgid "Page Execution took %s seconds" msgstr "" -#: ../themes/Portland/templates/editpage.tmpl:65 -#: ../themes/Wordpress/templates/editpage.tmpl:74 +#: ../themes/Portland/templates/editpage.tmpl:44 +#: ../themes/Wordpress/templates/editpage.tmpl:53 #, php-format msgid "" "I'm just doing minor edits. Please divert the usual logging to %s instead." msgstr "" -#: ../themes/Portland/templates/editpage.tmpl:69 +#: ../themes/Portland/templates/editpage.tmpl:48 #: ../themes/default/templates/userprefs.tmpl:195 msgid "Edit Area Size" msgstr "" @@ -6754,6 +6840,9 @@ msgstr "" msgid "TermsOfUse" msgstr "" +#~ msgid "Sign in" +#~ msgstr "Muestra adentro" + # lib/diff.php:997 #~ msgid "Category" #~ msgstr "Categoría" diff --git a/locale/po/fr.po b/locale/po/fr.po index b69d3c905..3787aa9ea 100644 --- a/locale/po/fr.po +++ b/locale/po/fr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PhpWiki-1.3.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-09-27 17:30+0000\n" +"POT-Creation-Date: 2005-10-29 13:06+0000\n" "PO-Revision-Date: 2004-06-22 21:10+0200\n" "Last-Translator: Pierrick Meignen , Roland " "Trique , Stéphane Gourichon " msgstr "<%s : pas de section de ce type>" -#: ../lib/plugin/PageGroup.php:104 ../lib/plugin/WikiFormRich.php:162 -#: ../lib/plugin/WikiFormRich.php:178 -#, php-format -msgid "A required argument '%s' is missing." -msgstr "Un argument requis '%s' est manquant." - #: ../lib/plugin/PageGroup.php:108 ../lib/plugin/PrevNext.php:66 msgid "Next" msgstr "Suivant" @@ -3527,8 +3579,8 @@ msgstr "Toutes les %s sont #: ../lib/plugin/RecentChanges.php:388 ../lib/plugin/RecentChanges.php:464 #: ../lib/plugin/RecentEdits.php:10 ../lib/plugin/RecentEdits.php:36 #: ../lib/plugin/RelatedChanges.php:27 -#: ../themes/Portland/templates/editpage.tmpl:66 -#: ../themes/Wordpress/templates/editpage.tmpl:75 +#: ../themes/Portland/templates/editpage.tmpl:45 +#: ../themes/Wordpress/templates/editpage.tmpl:54 msgid "RecentEdits" msgstr "ÉditionsRécentes" @@ -3700,61 +3752,45 @@ msgstr "Syntaxe du langage non sp msgid "invalid %s ignored" msgstr "%s non valable ignoré" -#: ../lib/plugin/SystemInfo.php:52 +#: ../lib/plugin/SystemInfo.php:51 msgid "SystemInfo" msgstr "InfosSystème" -#: ../lib/plugin/SystemInfo.php:56 +#: ../lib/plugin/SystemInfo.php:55 msgid "Provides access to PhpWiki's lower level system information." msgstr "Affiche les informations de bas niveau pour PhpWiki." -#: ../lib/plugin/SystemInfo.php:83 -msgid "db type:" -msgstr "type de bd :" - -#: ../lib/plugin/SystemInfo.php:88 -msgid "db backend:" -msgstr "db backend:" - -#: ../lib/plugin/SystemInfo.php:96 -msgid "dba handler:" -msgstr "gestionnaire dba:" - -#: ../lib/plugin/SystemInfo.php:106 -msgid "timeout:" -msgstr "temps mort :" - -#: ../lib/plugin/SystemInfo.php:112 +#: ../lib/plugin/SystemInfo.php:123 msgid "no cache used" msgstr "pas de cache utilisé" # lib/diff.php:1015 -#: ../lib/plugin/SystemInfo.php:115 +#: ../lib/plugin/SystemInfo.php:126 msgid "cached pagedata:" msgstr "page bufferisée :" # lib/pageinfo.php:70 -#: ../lib/plugin/SystemInfo.php:116 +#: ../lib/plugin/SystemInfo.php:127 msgid "cached versiondata:" msgstr "version bufferisée :" -#: ../lib/plugin/SystemInfo.php:125 +#: ../lib/plugin/SystemInfo.php:136 #, php-format msgid "Keep up to %d major edits, but keep them no longer than %d days." msgstr "Garder jusqu'à %d édition majeures, mais pas plus que %d jours." -#: ../lib/plugin/SystemInfo.php:128 +#: ../lib/plugin/SystemInfo.php:139 #, php-format msgid " Keep up to %d minor edits, but keep them no longer than %d days." msgstr "Garder jusqu'à %d édition mineures, mais pas plus que %d jours." -#: ../lib/plugin/SystemInfo.php:131 +#: ../lib/plugin/SystemInfo.php:142 #, php-format msgid " Keep the latest contributions of the last %d authors up to %d days." msgstr "" "Garder les dernières contributions des derniers %d auteurs jusqu'à %d jours." -#: ../lib/plugin/SystemInfo.php:133 +#: ../lib/plugin/SystemInfo.php:144 #, php-format msgid "" " Additionally, try to keep the latest contributions of all authors in the " @@ -3765,164 +3801,168 @@ msgstr "" "auteurs depuis les %d derniers jours (même s'il y en a plus que %d), mais ne " "conservez en aucun cas plus que %d révisions par auteur." -#: ../lib/plugin/SystemInfo.php:142 +#: ../lib/plugin/SystemInfo.php:153 #, php-format msgid "%d pages" msgstr "%d pages" -#: ../lib/plugin/SystemInfo.php:143 +#: ../lib/plugin/SystemInfo.php:154 #, php-format msgid "%d not-empty pages" msgstr "%d pages non vides" -#: ../lib/plugin/SystemInfo.php:154 ../lib/plugin/SystemInfo.php:184 +#: ../lib/plugin/SystemInfo.php:165 ../lib/plugin/SystemInfo.php:195 msgid "not yet" msgstr "pas encore" -#: ../lib/plugin/SystemInfo.php:171 +#: ../lib/plugin/SystemInfo.php:182 #, php-format msgid "%d homepages" msgstr "%d pages d'accueil" -#: ../lib/plugin/SystemInfo.php:219 +#: ../lib/plugin/SystemInfo.php:259 #, php-format msgid "total hits: %d" msgstr "%d visites totales" -#: ../lib/plugin/SystemInfo.php:220 +#: ../lib/plugin/SystemInfo.php:260 #, php-format msgid "max: %d" msgstr "maximum : %d" -#: ../lib/plugin/SystemInfo.php:221 +#: ../lib/plugin/SystemInfo.php:261 #, php-format msgid "mean: %2.3f" msgstr "moyenne : %2.3f" -#: ../lib/plugin/SystemInfo.php:222 +#: ../lib/plugin/SystemInfo.php:262 #, php-format msgid "median: %d" msgstr "médiane : %d" -#: ../lib/plugin/SystemInfo.php:223 +#: ../lib/plugin/SystemInfo.php:263 #, php-format msgid "stddev: %2.3f" msgstr "écart-type : %2.3f" -#: ../lib/plugin/SystemInfo.php:235 +#: ../lib/plugin/SystemInfo.php:264 #, php-format msgid "%d pages with less than %d hits (<%d%%)." msgstr "%d pages ayant eu moins de %d visiteurs (<%d%%)." -#: ../lib/plugin/SystemInfo.php:237 +#: ../lib/plugin/SystemInfo.php:266 #, php-format msgid "%d page(s) with more than %d hits (>%d%%)." msgstr "%d pages ayant eu plus de %d visiteurs (>%d%%)." -#: ../lib/plugin/SystemInfo.php:279 +#: ../lib/plugin/SystemInfo.php:404 #, php-format msgid "Application size: %d Kb" msgstr "Taille de l'application : %d Kb" -#: ../lib/plugin/SystemInfo.php:281 +#: ../lib/plugin/SystemInfo.php:406 #, php-format msgid "Pagedata size: %d Kb" msgstr "Taille des données de la page : %d Kb" -#: ../lib/plugin/SystemInfo.php:299 +#: ../lib/plugin/SystemInfo.php:424 #, php-format msgid "Total %d plugins: " msgstr "%d plugins au total : " -#: ../lib/plugin/SystemInfo.php:308 +#: ../lib/plugin/SystemInfo.php:433 #, php-format msgid "Total of %d languages: " msgstr "%d langages au total : " -#: ../lib/plugin/SystemInfo.php:311 +#: ../lib/plugin/SystemInfo.php:436 #, php-format msgid "Current language: '%s'" msgstr "Langage actuel : %s" -#: ../lib/plugin/SystemInfo.php:313 +#: ../lib/plugin/SystemInfo.php:438 #, php-format msgid "Default language: '%s'" msgstr "Langage par défaut : %s" -#: ../lib/plugin/SystemInfo.php:321 +#: ../lib/plugin/SystemInfo.php:446 #, php-format msgid "Total of %d themes: " msgstr "%d thèmes au total: " -#: ../lib/plugin/SystemInfo.php:323 +#: ../lib/plugin/SystemInfo.php:448 #, php-format msgid "Current theme: '%s'" msgstr "Thème actuel : '%s'" -#: ../lib/plugin/SystemInfo.php:325 +#: ../lib/plugin/SystemInfo.php:450 #, php-format msgid "Default theme: '%s'" msgstr "Thème par défaut : '%s'" -#: ../lib/plugin/SystemInfo.php:338 +#: ../lib/plugin/SystemInfo.php:463 #, php-format msgid "unknown argument '%s' to SystemInfo" msgstr "argument inconnu pour SystemInfo (%s)" -#: ../lib/plugin/SystemInfo.php:361 +#: ../lib/plugin/SystemInfo.php:487 msgid "Application name" msgstr "Nom de l'application" # lib/pageinfo.php:64 -#: ../lib/plugin/SystemInfo.php:362 +#: ../lib/plugin/SystemInfo.php:488 msgid "PhpWiki engine version" msgstr "Version de PhpWiki" -#: ../lib/plugin/SystemInfo.php:363 +#: ../lib/plugin/SystemInfo.php:489 msgid "Database" msgstr "Base de données" -#: ../lib/plugin/SystemInfo.php:364 +#: ../lib/plugin/SystemInfo.php:490 msgid "Cache statistics" msgstr "Statistiques de cache" -#: ../lib/plugin/SystemInfo.php:365 +#: ../lib/plugin/SystemInfo.php:491 msgid "Page statistics" msgstr "Statistiques de page" -#: ../lib/plugin/SystemInfo.php:368 +#: ../lib/plugin/SystemInfo.php:494 msgid "User statistics" msgstr "Statistiques d'utilisateur" -#: ../lib/plugin/SystemInfo.php:370 +#: ../lib/plugin/SystemInfo.php:496 msgid "Hit statistics" msgstr "Statistiques de visites" -#: ../lib/plugin/SystemInfo.php:372 +#: ../lib/plugin/SystemInfo.php:497 +msgid "Harddisc usage" +msgstr "" + +#: ../lib/plugin/SystemInfo.php:498 msgid "Expiry parameters" msgstr "Expiration des paramètres" -#: ../lib/plugin/SystemInfo.php:373 +#: ../lib/plugin/SystemInfo.php:499 msgid "Wikiname regexp" msgstr "regexp du WikiNom" -#: ../lib/plugin/SystemInfo.php:374 +#: ../lib/plugin/SystemInfo.php:500 msgid "Allowed protocols" msgstr "Protocoles autorisés" -#: ../lib/plugin/SystemInfo.php:375 +#: ../lib/plugin/SystemInfo.php:501 msgid "Inline images" msgstr "Images intégrées" -#: ../lib/plugin/SystemInfo.php:376 +#: ../lib/plugin/SystemInfo.php:502 msgid "Available plugins" msgstr "Plugins disponibles" -#: ../lib/plugin/SystemInfo.php:377 +#: ../lib/plugin/SystemInfo.php:503 msgid "Supported languages" msgstr "Langages supportés" -#: ../lib/plugin/SystemInfo.php:378 +#: ../lib/plugin/SystemInfo.php:504 msgid "Supported themes" msgstr "Thèmes supportés" @@ -3953,6 +3993,15 @@ msgid "Sorry, this version of PHP cannot create PNG image files." msgstr "" "Désolé, cette version de PHP ne peut pas créer des fichiers d'image PNG." +#: ../lib/plugin/Template.php:61 +#, fuzzy +msgid "Template" +msgstr "Thème" + +#: ../lib/plugin/Template.php:65 +msgid "Parametrized page inclusion." +msgstr "" + #: ../lib/plugin/TexToPng.php:103 msgid "Converts TeX to an image. May be used to embed formulas in PhpWiki." msgstr "Pour convertir des formules TeX en image." @@ -3975,11 +4024,6 @@ msgstr "Ins msgid "Include an external web page within the body of a wiki page." msgstr "Inclure une page externe dans le corps de la WikiPage." -#: ../lib/plugin/Transclude.php:76 -#, php-format -msgid "%s parameter missing" -msgstr "%s paramètre manquant" - #: ../lib/plugin/Transclude.php:88 msgid "Transcluded page" msgstr "Page insérées" @@ -4159,8 +4203,8 @@ msgstr "Erreur: Impossible d'ouvrir le journal des fichiers d #: ../themes/Crao/templates/navbar.tmpl:23 #: ../themes/MonoBook/templates/navbar.tmpl:49 #: ../themes/blog/templates/navbar.tmpl:17 -#: ../themes/default/templates/head.tmpl:91 #: ../themes/default/templates/head.tmpl:92 +#: ../themes/default/templates/head.tmpl:93 #: ../themes/default/templates/homepage.tmpl:11 #: ../themes/default/templates/navbar.tmpl:40 #: ../themes/shamino_com/templates/top.tmpl:28 @@ -4270,7 +4314,7 @@ msgstr "" "Représenter la structure du wiki par un graphe utilisant l'outil dot de " "graphviz." -#: ../lib/plugin/VisualWiki.php:487 +#: ../lib/plugin/VisualWiki.php:493 msgid "Legend" msgstr "Légende" @@ -5166,8 +5210,8 @@ msgstr "PluginRechercheExterne" #: ../themes/MonoBook/templates/navbar.tmpl:25 #: ../themes/Portland/templates/navbar.tmpl:8 #: ../themes/Sidebar/templates/navbar.tmpl:24 -#: ../themes/default/templates/head.tmpl:41 #: ../themes/default/templates/head.tmpl:42 +#: ../themes/default/templates/head.tmpl:43 #: ../themes/default/templates/navbar.tmpl:20 #: ../themes/shamino_com/templates/top.tmpl:21 #: ../themes/smaller/templates/navbar.tmpl:8 @@ -5376,8 +5420,8 @@ msgstr "PluginWiki" #: ../lib/plugin/_WikiTranslation.php:123 #: ../themes/Crao/templates/head.tmpl:73 ../themes/Crao/templates/head.tmpl:74 -#: ../themes/default/templates/head.tmpl:78 #: ../themes/default/templates/head.tmpl:79 +#: ../themes/default/templates/head.tmpl:80 #: ../themes/wikilens/templates/head.tmpl:71 #: ../themes/wikilens/templates/head.tmpl:72 msgid "WikiWikiWeb" @@ -5842,7 +5886,7 @@ msgstr " #: ../themes/Wordpress/templates/actionbar.tmpl:10 #: ../themes/blog/templates/actionbar.tmpl:7 #: ../themes/default/templates/actionbar.tmpl:17 -#: ../themes/default/templates/head.tmpl:52 +#: ../themes/default/templates/head.tmpl:53 #: ../themes/shamino_com/templates/info.tmpl:165 #: ../themes/smaller/templates/actionbar.tmpl:20 #: ../themes/smaller/templates/info.tmpl:5 @@ -5921,8 +5965,8 @@ msgid "View the current version" msgstr "Visualiser la version actuelle" #: ../themes/Crao/templates/editpage.tmpl:4 -#: ../themes/Portland/templates/editpage.tmpl:80 -#: ../themes/Wordpress/templates/editpage.tmpl:80 +#: ../themes/Portland/templates/editpage.tmpl:57 +#: ../themes/Wordpress/templates/editpage.tmpl:59 #: ../themes/default/templates/editpage.tmpl:4 msgid "Preview only! Changes not saved." msgstr "Prévisualisation uniquement ! Modifications non enregistrées." @@ -5941,36 +5985,36 @@ msgid "edit area" msgstr "Zone d'édition" #: ../themes/Crao/templates/editpage.tmpl:18 -#: ../themes/Portland/templates/editpage.tmpl:46 -#: ../themes/Wordpress/templates/editpage.tmpl:44 +#: ../themes/Portland/templates/editpage.tmpl:25 +#: ../themes/Wordpress/templates/editpage.tmpl:23 #: ../themes/default/templates/editpage.tmpl:20 msgid "Warning: You are editing an old revision." msgstr "Avertissement : Vous éditez une version archivée." #: ../themes/Crao/templates/editpage.tmpl:19 -#: ../themes/Portland/templates/editpage.tmpl:47 -#: ../themes/Wordpress/templates/editpage.tmpl:45 +#: ../themes/Portland/templates/editpage.tmpl:26 +#: ../themes/Wordpress/templates/editpage.tmpl:24 #: ../themes/default/templates/editpage.tmpl:21 msgid "Saving this page will overwrite the current version." msgstr "Enregistrer cette page écrasera la version actuelle." #: ../themes/Crao/templates/editpage.tmpl:38 -#: ../themes/Portland/templates/editpage.tmpl:69 -#: ../themes/Wordpress/templates/editpage.tmpl:60 +#: ../themes/Portland/templates/editpage.tmpl:48 +#: ../themes/Wordpress/templates/editpage.tmpl:39 #: ../themes/default/templates/editpage.tmpl:40 msgid "H" msgstr "H" #: ../themes/Crao/templates/editpage.tmpl:39 -#: ../themes/Portland/templates/editpage.tmpl:71 -#: ../themes/Wordpress/templates/editpage.tmpl:61 +#: ../themes/Portland/templates/editpage.tmpl:49 +#: ../themes/Wordpress/templates/editpage.tmpl:40 #: ../themes/default/templates/editpage.tmpl:41 msgid "W" msgstr "L" #: ../themes/Crao/templates/editpage.tmpl:40 -#: ../themes/Portland/templates/editpage.tmpl:73 -#: ../themes/Wordpress/templates/editpage.tmpl:62 +#: ../themes/Portland/templates/editpage.tmpl:50 +#: ../themes/Wordpress/templates/editpage.tmpl:41 #: ../themes/default/templates/editpage.tmpl:42 msgid "Adjust" msgstr "Ajuster" @@ -5985,18 +6029,18 @@ msgid "This is a minor change." msgstr "Modification mineure." #: ../themes/Crao/templates/editpage.tmpl:53 -#: ../themes/Portland/templates/editpage.tmpl:75 -#: ../themes/Wordpress/templates/editpage.tmpl:65 +#: ../themes/Portland/templates/editpage.tmpl:52 +#: ../themes/Wordpress/templates/editpage.tmpl:44 #: ../themes/default/templates/editpage.tmpl:60 msgid "Use old markup" msgstr "Anciennes règles" #: ../themes/Crao/templates/editpage.tmpl:88 #: ../themes/Crao/templates/editpage.tmpl:93 -#: ../themes/Portland/templates/editpage.tmpl:103 -#: ../themes/Portland/templates/editpage.tmpl:108 -#: ../themes/Wordpress/templates/editpage.tmpl:103 -#: ../themes/Wordpress/templates/editpage.tmpl:108 +#: ../themes/Portland/templates/editpage.tmpl:80 +#: ../themes/Portland/templates/editpage.tmpl:85 +#: ../themes/Wordpress/templates/editpage.tmpl:82 +#: ../themes/Wordpress/templates/editpage.tmpl:87 #: ../themes/default/templates/editpage.tmpl:113 #: ../themes/default/templates/editpage.tmpl:118 #, php-format @@ -6005,44 +6049,44 @@ msgstr "Voir les conseils pour #: ../themes/Crao/templates/editpage.tmpl:88 #: ../themes/Crao/templates/editpage.tmpl:93 -#: ../themes/Portland/templates/editpage.tmpl:103 -#: ../themes/Portland/templates/editpage.tmpl:108 -#: ../themes/Wordpress/templates/editpage.tmpl:103 -#: ../themes/Wordpress/templates/editpage.tmpl:108 +#: ../themes/Portland/templates/editpage.tmpl:80 +#: ../themes/Portland/templates/editpage.tmpl:85 +#: ../themes/Wordpress/templates/editpage.tmpl:82 +#: ../themes/Wordpress/templates/editpage.tmpl:87 #: ../themes/default/templates/editpage.tmpl:113 #: ../themes/default/templates/editpage.tmpl:118 msgid "GoodStyle" msgstr "StyleCorrect" #: ../themes/Crao/templates/editpage.tmpl:89 -#: ../themes/Portland/templates/editpage.tmpl:104 -#: ../themes/Wordpress/templates/editpage.tmpl:104 +#: ../themes/Portland/templates/editpage.tmpl:81 +#: ../themes/Wordpress/templates/editpage.tmpl:83 #: ../themes/default/templates/editpage.tmpl:114 msgid "OldTextFormattingRules" msgstr "RèglesDeFormatageDesTextes" #: ../themes/Crao/templates/editpage.tmpl:89 #: ../themes/Crao/templates/editpage.tmpl:94 -#: ../themes/Portland/templates/editpage.tmpl:104 -#: ../themes/Portland/templates/editpage.tmpl:109 -#: ../themes/Wordpress/templates/editpage.tmpl:104 -#: ../themes/Wordpress/templates/editpage.tmpl:109 +#: ../themes/Portland/templates/editpage.tmpl:81 +#: ../themes/Portland/templates/editpage.tmpl:86 +#: ../themes/Wordpress/templates/editpage.tmpl:83 +#: ../themes/Wordpress/templates/editpage.tmpl:88 #: ../themes/default/templates/editpage.tmpl:114 #: ../themes/default/templates/editpage.tmpl:119 msgid "Synopsis" msgstr "Vue d'ensemble" #: ../themes/Crao/templates/editpage.tmpl:94 -#: ../themes/Portland/templates/editpage.tmpl:109 -#: ../themes/Wordpress/templates/editpage.tmpl:109 +#: ../themes/Portland/templates/editpage.tmpl:86 +#: ../themes/Wordpress/templates/editpage.tmpl:88 #: ../themes/default/templates/editpage.tmpl:119 msgid "TextFormattingRules" msgstr "RèglesDeFormatageDesTextes" #: ../themes/Crao/templates/head.tmpl:31 ../themes/Crao/templates/head.tmpl:32 #: ../themes/Crao/templates/htmldump.tmpl:22 -#: ../themes/default/templates/head.tmpl:36 #: ../themes/default/templates/head.tmpl:37 +#: ../themes/default/templates/head.tmpl:38 #: ../themes/default/templates/htmldump.tmpl:22 #: ../themes/wikilens/templates/head.tmpl:30 #: ../themes/wikilens/templates/head.tmpl:31 @@ -6050,8 +6094,8 @@ msgid "HowToUseWiki" msgstr "CommentUtiliserWiki" #: ../themes/Crao/templates/head.tmpl:70 ../themes/Crao/templates/head.tmpl:71 -#: ../themes/default/templates/head.tmpl:75 #: ../themes/default/templates/head.tmpl:76 +#: ../themes/default/templates/head.tmpl:77 #: ../themes/wikilens/templates/head.tmpl:68 #: ../themes/wikilens/templates/head.tmpl:69 msgid "SandBox" @@ -6094,11 +6138,6 @@ msgstr "Vous msgid "Enter your UserId to sign in" msgstr "Entrez votre identifiant utilisateur pour vous connecter" -#: ../themes/Crao/templates/signin.tmpl:54 -#: ../themes/smaller/templates/signin.tmpl:54 -msgid "Sign in:" -msgstr "S'enregistrer :" - # lib/diff.php:1003 lib/diff.php:1021 #: ../themes/Crao/templates/wikiblog.tmpl:19 #: ../themes/blog/templates/wikiblog.tmpl:20 @@ -6275,14 +6314,14 @@ msgid "Page Type:" msgstr "Type de Page :" #: ../themes/MonoBook/templates/info.tmpl:170 -#: ../themes/blog/templates/_info.tmpl:5 ../themes/blog/templates/info.tmpl:5 +#: ../themes/blog/templates/info.tmpl:5 #: ../themes/shamino_com/templates/info.tmpl:170 #: ../themes/smaller/templates/info.tmpl:9 msgid "Diff previous Revision" msgstr "Différence avec la révision précédente" #: ../themes/MonoBook/templates/info.tmpl:171 -#: ../themes/blog/templates/_info.tmpl:6 ../themes/blog/templates/info.tmpl:6 +#: ../themes/blog/templates/info.tmpl:6 #: ../themes/shamino_com/templates/info.tmpl:171 #: ../themes/smaller/templates/info.tmpl:10 msgid "Diff previous Author" @@ -6359,8 +6398,8 @@ msgstr "%s de cette page" msgid "Page Execution took %s seconds" msgstr "L'exécution de la page a pris %s seconds" -#: ../themes/Portland/templates/editpage.tmpl:65 -#: ../themes/Wordpress/templates/editpage.tmpl:74 +#: ../themes/Portland/templates/editpage.tmpl:44 +#: ../themes/Wordpress/templates/editpage.tmpl:53 #, php-format msgid "" "I'm just doing minor edits. Please divert the usual logging to %s instead." @@ -6368,7 +6407,7 @@ msgstr "" "Je ne fais que des modifications mineures. Veuillez rediriger les logs " "habituels vers %s." -#: ../themes/Portland/templates/editpage.tmpl:69 +#: ../themes/Portland/templates/editpage.tmpl:48 #: ../themes/default/templates/userprefs.tmpl:195 msgid "Edit Area Size" msgstr "Éditez la taille de la zone" @@ -6899,6 +6938,27 @@ msgstr "Post msgid "TermsOfUse" msgstr "" +#~ msgid "Sign in:" +#~ msgstr "S'enregistrer :" + +#~ msgid "AUTH_GROUP_FILE not defined" +#~ msgstr "AUTH_GROUP_FILE non défini" + +#~ msgid "LDAP_AUTH_HOST not defined" +#~ msgstr "LDAP_AUTH_HOST non défini" + +#~ msgid "db type:" +#~ msgstr "type de bd :" + +#~ msgid "db backend:" +#~ msgstr "db backend:" + +#~ msgid "dba handler:" +#~ msgstr "gestionnaire dba:" + +#~ msgid "timeout:" +#~ msgstr "temps mort :" + # lib/diff.php:997 #~ msgid "Category" #~ msgstr "Catégorie" @@ -7078,9 +7138,6 @@ msgstr "" #~ msgid "No opinion" #~ msgstr "Pas d'opinion" -#~ msgid "Unable to bind LDAP server %s" -#~ msgstr "Impossible de se connecter au serveur LDAP %s" - #~ msgid "Unable to connect to LDAP server " #~ msgstr "Impossible de se connecter au serveur LDAP " diff --git a/locale/po/it.po b/locale/po/it.po index 08479be8e..ed44915a0 100644 --- a/locale/po/it.po +++ b/locale/po/it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PhpWiki-1.3.4pre\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-09-27 17:30+0000\n" +"POT-Creation-Date: 2005-10-29 13:06+0000\n" "PO-Revision-Date: 2005-02-12 16:23+0100\n" "Last-Translator: Marco Milanesi \n" "Language-Team: \n" @@ -43,8 +43,8 @@ msgstr "" msgid "Undo disabled" msgstr "" -#: ../lib/EditToolbar.php:57 ../lib/EditToolbar.php:230 -#: ../lib/EditToolbar.php:231 ../lib/plugin/WikiAdminSearchReplace.php:187 +#: ../lib/EditToolbar.php:57 ../lib/EditToolbar.php:253 +#: ../lib/EditToolbar.php:254 ../lib/plugin/WikiAdminSearchReplace.php:187 msgid "Search & Replace" msgstr "" @@ -75,15 +75,15 @@ msgstr "" msgid "OK" msgstr "" -#: ../lib/EditToolbar.php:65 ../lib/EditToolbar.php:285 -#: ../lib/EditToolbar.php:331 ../lib/EditToolbar.php:355 -#: ../lib/EditToolbar.php:388 +#: ../lib/EditToolbar.php:65 ../lib/EditToolbar.php:308 +#: ../lib/EditToolbar.php:354 ../lib/EditToolbar.php:378 +#: ../lib/EditToolbar.php:411 msgid "Close" msgstr "" #: ../lib/EditToolbar.php:80 #, php-format -msgid "Substring \"%s\" found %s times. Replace with with \"%s\"?" +msgid "Substring \"%s\" found %s times. Replace with \"%s\"?" msgstr "" #: ../lib/EditToolbar.php:82 @@ -95,114 +95,114 @@ msgstr "\"%s\" non trovato." msgid "Operation undone" msgstr "" -#: ../lib/EditToolbar.php:144 ../lib/EditToolbar.php:145 +#: ../lib/EditToolbar.php:167 ../lib/EditToolbar.php:168 msgid "Bold text" msgstr "" -#: ../lib/EditToolbar.php:149 ../lib/EditToolbar.php:150 +#: ../lib/EditToolbar.php:172 ../lib/EditToolbar.php:173 msgid "Italic text" msgstr "" -#: ../lib/EditToolbar.php:154 +#: ../lib/EditToolbar.php:177 msgid "optional label | PageName" msgstr "" -#: ../lib/EditToolbar.php:155 +#: ../lib/EditToolbar.php:178 msgid "Link to page" msgstr "" -#: ../lib/EditToolbar.php:159 +#: ../lib/EditToolbar.php:182 msgid "optional label | http://www.example.com" msgstr "" -#: ../lib/EditToolbar.php:160 +#: ../lib/EditToolbar.php:183 msgid "External link (remember http:// prefix)" msgstr "" -#: ../lib/EditToolbar.php:164 +#: ../lib/EditToolbar.php:187 msgid "Headline text" msgstr "" -#: ../lib/EditToolbar.php:165 +#: ../lib/EditToolbar.php:188 msgid "Level 1 headline" msgstr "" -#: ../lib/EditToolbar.php:169 +#: ../lib/EditToolbar.php:192 msgid "Example.jpg" msgstr "" -#: ../lib/EditToolbar.php:170 +#: ../lib/EditToolbar.php:193 msgid "Embedded image" msgstr "" -#: ../lib/EditToolbar.php:174 +#: ../lib/EditToolbar.php:197 msgid "Insert non-formatted text here" msgstr "" -#: ../lib/EditToolbar.php:175 +#: ../lib/EditToolbar.php:198 msgid "Ignore wiki formatting" msgstr "" -#: ../lib/EditToolbar.php:180 +#: ../lib/EditToolbar.php:203 msgid "Your signature" msgstr "" -#: ../lib/EditToolbar.php:185 +#: ../lib/EditToolbar.php:208 msgid "Horizontal line" msgstr "" -#: ../lib/EditToolbar.php:187 ../lib/EditToolbar.php:189 -#: ../lib/editpage.php:562 +#: ../lib/EditToolbar.php:210 ../lib/EditToolbar.php:212 +#: ../lib/editpage.php:592 msgid "Save" msgstr "Registra" -#: ../lib/EditToolbar.php:191 ../lib/EditToolbar.php:193 -#: ../lib/editpage.php:558 +#: ../lib/EditToolbar.php:214 ../lib/EditToolbar.php:216 +#: ../lib/editpage.php:588 msgid "Preview" msgstr "" -#: ../lib/EditToolbar.php:209 +#: ../lib/EditToolbar.php:232 msgid "Click a button to get an example text" msgstr "" -#: ../lib/EditToolbar.php:222 ../lib/EditToolbar.php:223 +#: ../lib/EditToolbar.php:245 ../lib/EditToolbar.php:246 msgid "Undo Search & Replace" msgstr "" -#: ../lib/EditToolbar.php:279 ../lib/EditToolbar.php:280 +#: ../lib/EditToolbar.php:302 ../lib/EditToolbar.php:303 msgid "AddCategory" msgstr "InsertoCategoria" -#: ../lib/EditToolbar.php:282 +#: ../lib/EditToolbar.php:305 msgid "Insert Categories (double-click)" msgstr "Inserto Categorias (doppio-scatto)" -#: ../lib/EditToolbar.php:284 ../lib/EditToolbar.php:330 -#: ../lib/EditToolbar.php:354 ../lib/EditToolbar.php:387 +#: ../lib/EditToolbar.php:307 ../lib/EditToolbar.php:353 +#: ../lib/EditToolbar.php:377 ../lib/EditToolbar.php:410 msgid "Insert" msgstr "Inserto" -#: ../lib/EditToolbar.php:325 ../lib/EditToolbar.php:326 +#: ../lib/EditToolbar.php:348 ../lib/EditToolbar.php:349 msgid "AddPlugin" msgstr "InsertoPlugin" -#: ../lib/EditToolbar.php:328 +#: ../lib/EditToolbar.php:351 msgid "Insert Plugin (double-click)" msgstr "Inserto Plugin (doppio-scatto)" -#: ../lib/EditToolbar.php:349 ../lib/EditToolbar.php:350 +#: ../lib/EditToolbar.php:372 ../lib/EditToolbar.php:373 msgid "AddPageLink" msgstr "" -#: ../lib/EditToolbar.php:352 +#: ../lib/EditToolbar.php:375 msgid "Insert PageLink (double-click)" msgstr "Inserto Pagina (doppio-scatto)" -#: ../lib/EditToolbar.php:382 ../lib/EditToolbar.php:383 +#: ../lib/EditToolbar.php:405 ../lib/EditToolbar.php:406 msgid "AddTemplate" msgstr "" -#: ../lib/EditToolbar.php:385 +#: ../lib/EditToolbar.php:408 #, fuzzy msgid "Insert Template (double-click)" msgstr "Inserto Categorias (doppio-scatto)" @@ -302,7 +302,7 @@ msgid "Hits" msgstr "" #: ../lib/PageList.php:958 ../themes/Crao/templates/editpage.tmpl:37 -#: ../themes/Wordpress/templates/editpage.tmpl:59 +#: ../themes/Wordpress/templates/editpage.tmpl:38 #: ../themes/default/templates/editpage.tmpl:39 msgid "Size" msgstr "Dimensione" @@ -432,7 +432,7 @@ msgid "add " msgstr "" #: ../lib/PagePerm.php:650 -msgid "Check to add this Acl" +msgid "Check to add this ACL" msgstr "" #: ../lib/PageType.php:134 ../lib/loadsave.php:733 @@ -485,7 +485,7 @@ msgstr "" #: ../themes/Portland/templates/navbar.tmpl:28 #: ../themes/Wordpress/templates/actionbar.tmpl:21 #: ../themes/blog/templates/actionbar.tmpl:20 -#: ../themes/default/templates/head.tmpl:68 +#: ../themes/default/templates/head.tmpl:69 #: ../themes/default/templates/navbar.tmpl:19 #: ../themes/shamino_com/templates/top.tmpl:20 #: ../themes/smaller/templates/navbar.tmpl:7 @@ -534,7 +534,7 @@ msgstr "" msgid "%4d %s\n" msgstr "%4d %s\n" -#: ../lib/TextSearchQuery.php:79 +#: ../lib/TextSearchQuery.php:79 ../lib/plugin/FileInfo.php:97 #, php-format msgid "Unsupported argument: %s=%s" msgstr "" @@ -640,8 +640,10 @@ msgid "Sign Out" msgstr "" #: ../lib/Theme.php:940 ../lib/WikiUser.php:221 ../lib/WikiUserNew.php:473 +#: ../themes/Crao/templates/signin.tmpl:54 #: ../themes/Crao/templates/signin.tmpl:59 #: ../themes/default/templates/login.tmpl:76 +#: ../themes/smaller/templates/signin.tmpl:54 msgid "Sign In" msgstr "" @@ -694,72 +696,72 @@ msgstr "" msgid "External Links" msgstr "" -#: ../lib/WikiDB.php:230 +#: ../lib/WikiDB.php:233 #, fuzzy, php-format msgid "Removed by: %s" msgstr "Modifica: %s" -#: ../lib/WikiDB.php:232 +#: ../lib/WikiDB.php:235 #, php-format msgid "Page removed %s" msgstr "Pagina rimosso %s" -#: ../lib/WikiDB.php:237 ../lib/WikiDB.php:1042 ../lib/WikiDB.php:1067 +#: ../lib/WikiDB.php:241 ../lib/WikiDB.php:1047 ../lib/WikiDB.php:1072 #: ../lib/loadsave.php:99 #, php-format msgid "PageChange Notification of %s sent to %s" msgstr "" -#: ../lib/WikiDB.php:240 ../lib/WikiDB.php:1045 ../lib/WikiDB.php:1070 +#: ../lib/WikiDB.php:244 ../lib/WikiDB.php:1050 ../lib/WikiDB.php:1075 #: ../lib/loadsave.php:102 #, php-format msgid "PageChange Notification Error: Couldn't send %s to %s" msgstr "" -#: ../lib/WikiDB.php:468 +#: ../lib/WikiDB.php:472 #, php-format msgid "renamed from %s" msgstr "" -#: ../lib/WikiDB.php:476 +#: ../lib/WikiDB.php:480 msgid "WikiDB::renamePage() not yet implemented for this backend" msgstr "" -#: ../lib/WikiDB.php:840 +#: ../lib/WikiDB.php:844 #, php-format msgid "%s: Date of new revision is %s" msgstr "" -#: ../lib/WikiDB.php:901 ../lib/main.php:96 +#: ../lib/WikiDB.php:905 ../lib/main.php:96 msgid "Optimizing database" msgstr "Base di dati d'ottimizzazione" -#: ../lib/WikiDB.php:1005 +#: ../lib/WikiDB.php:1010 msgid "Page change" msgstr "" -#: ../lib/WikiDB.php:1033 ../lib/loadsave.php:787 +#: ../lib/WikiDB.php:1038 ../lib/loadsave.php:787 #: ../lib/plugin/RecentChanges.php:107 msgid "New page" msgstr "Nuova pagina" -#: ../lib/WikiDB.php:1035 ../lib/WikiDB.php:1058 ../lib/loadsave.php:93 +#: ../lib/WikiDB.php:1041 ../lib/WikiDB.php:1064 ../lib/loadsave.php:93 #, php-format msgid "Edited by: %s" msgstr "Modifica: %s" -#: ../lib/WikiDB.php:1060 +#: ../lib/WikiDB.php:1066 #, php-format msgid "Page rename %s to %s" msgstr "" -#: ../lib/WikiDB.php:1618 ../lib/WikiDB.php:1622 +#: ../lib/WikiDB.php:1626 ../lib/WikiDB.php:1630 #: ../themes/default/templates/homepage.tmpl:7 #, php-format msgid "Describe %s here." msgstr "Descrivi %s qui." -#: ../lib/WikiDB.php:1657 +#: ../lib/WikiDB.php:1665 #, php-format msgid "Oops! Revision %s of %s seems to have been deleted!" msgstr "" @@ -843,24 +845,26 @@ msgstr "" msgid "No or not enough GROUP_DB SQL statements defined" msgstr "" -#: ../lib/WikiGroup.php:838 -msgid "AUTH_GROUP_FILE not defined" -msgstr "" +#: ../lib/WikiGroup.php:838 ../lib/loadsave.php:921 +#, php-format +msgid "%s: not defined" +msgstr "%s: non definito" -#: ../lib/WikiGroup.php:842 +#: ../lib/WikiGroup.php:843 #, php-format msgid "Cannot open AUTH_GROUP_FILE %s" msgstr "" -#: ../lib/WikiGroup.php:950 -msgid "LDAP_AUTH_HOST not defined" -msgstr "" +#: ../lib/WikiGroup.php:951 +#, fuzzy, php-format +msgid "%s not defined" +msgstr "%s: non definito" -#: ../lib/WikiGroup.php:959 +#: ../lib/WikiGroup.php:961 msgid "No LDAP in this PHP version" msgstr "" -#: ../lib/WikiGroup.php:1048 +#: ../lib/WikiGroup.php:1050 #, php-format msgid "Unable to connect to LDAP server %s" msgstr "" @@ -880,8 +884,8 @@ msgstr "" #: ../themes/Sidebar/templates/navbar.tmpl:38 #: ../themes/Wordpress/templates/actionbar.tmpl:25 #: ../themes/blog/templates/navbar.tmpl:14 -#: ../themes/default/templates/head.tmpl:85 #: ../themes/default/templates/head.tmpl:86 +#: ../themes/default/templates/head.tmpl:87 #: ../themes/default/templates/navbar.tmpl:55 #: ../themes/shamino_com/templates/actionbar.tmpl:18 #: ../themes/smaller/templates/navbar.tmpl:19 @@ -893,7 +897,7 @@ msgstr "" #: ../lib/WikiPlugin.php:125 #, php-format -msgid "argument '%s' not declared by plugin." +msgid "Argument '%s' not declared by plugin." msgstr "" #: ../lib/WikiPlugin.php:235 @@ -938,12 +942,12 @@ msgid "Image map expired. Reload wiki page to recreate its html part." msgstr "" #: ../lib/WikiUser.php:188 ../lib/WikiUser.php:268 -#: ../lib/WikiUser/AdoDb.php:29 ../lib/WikiUser/AdoDb.php:167 +#: ../lib/WikiUser/AdoDb.php:29 ../lib/WikiUser/AdoDb.php:186 #: ../lib/WikiUser/Db.php:43 ../lib/WikiUser/File.php:58 -#: ../lib/WikiUser/IMAP.php:17 ../lib/WikiUser/LDAP.php:57 +#: ../lib/WikiUser/IMAP.php:17 ../lib/WikiUser/LDAP.php:58 #: ../lib/WikiUser/POP3.php:17 ../lib/WikiUser/PdoDb.php:28 #: ../lib/WikiUser/PdoDb.php:103 ../lib/WikiUser/PearDb.php:27 -#: ../lib/WikiUser/PearDb.php:101 ../lib/WikiUserNew.php:559 +#: ../lib/WikiUser/PearDb.php:118 ../lib/WikiUserNew.php:559 msgid "Invalid username." msgstr "" @@ -995,15 +999,15 @@ msgid "" "password in your UserPreferences." msgstr "" -#: ../lib/WikiUser/AdoDb.php:126 ../lib/WikiUser/PdoDb.php:134 -#: ../lib/WikiUser/PearDb.php:121 +#: ../lib/WikiUser/AdoDb.php:145 ../lib/WikiUser/PdoDb.php:134 +#: ../lib/WikiUser/PearDb.php:138 #, php-format msgid "%s is missing" msgstr "" -#: ../lib/WikiUser/AdoDb.php:182 ../lib/WikiUser/AdoDb.php:236 +#: ../lib/WikiUser/AdoDb.php:201 ../lib/WikiUser/AdoDb.php:255 #: ../lib/WikiUser/PdoDb.php:190 ../lib/WikiUser/PdoDb.php:255 -#: ../lib/WikiUser/PearDb.php:164 ../lib/WikiUser/PearDb.php:208 +#: ../lib/WikiUser/PearDb.php:181 ../lib/WikiUser/PearDb.php:225 #, php-format msgid "Either %s is missing or DATABASE_TYPE != '%s'" msgstr "" @@ -1012,7 +1016,12 @@ msgstr "" msgid "Unable to connect to IMAP server " msgstr "" -#: ../lib/WikiUser/LDAP.php:64 ../lib/WikiUser/LDAP.php:107 +#: ../lib/WikiUser/LDAP.php:35 +#, php-format +msgid "Unable to bind LDAP server %s using %s %s" +msgstr "" + +#: ../lib/WikiUser/LDAP.php:65 ../lib/WikiUser/LDAP.php:108 #, php-format msgid "Invalid username '%s' for LDAP Auth" msgstr "" @@ -1202,7 +1211,7 @@ msgstr "Le versioni sono identiche" #: ../themes/Sidebar/templates/frame-header.tmpl:16 #: ../themes/Sidebar/templates/top.tmpl:10 #: ../themes/Wordpress/templates/body.tmpl:13 -#: ../themes/default/templates/head.tmpl:52 +#: ../themes/default/templates/head.tmpl:53 #: ../themes/default/templates/top.tmpl:11 #: ../themes/shamino_com/templates/top.tmpl:8 #: ../themes/wikilens/templates/head.tmpl:45 @@ -1235,79 +1244,88 @@ msgstr "" msgid "You searched for: " msgstr "" -#: ../lib/editpage.php:95 ../lib/editpage.php:107 +#: ../lib/editpage.php:100 ../lib/editpage.php:112 msgid "Typed in verification word mismatch ... are you a bot?" msgstr "" -#: ../lib/editpage.php:128 ../lib/editpage.php:451 +#: ../lib/editpage.php:134 ../lib/editpage.php:480 msgid "Your version" msgstr "versione corrente" -#: ../lib/editpage.php:128 ../lib/editpage.php:452 +#: ../lib/editpage.php:134 ../lib/editpage.php:481 msgid "Other version" msgstr "Mostra il versione corrente" -#: ../lib/editpage.php:138 +#: ../lib/editpage.php:144 msgid "Some internal editing error" msgstr "" -#: ../lib/editpage.php:139 +#: ../lib/editpage.php:145 msgid "" "Your are probably trying to edit/create an invalid version of this page." msgstr "" -#: ../lib/editpage.php:140 +#: ../lib/editpage.php:146 msgid "&version=-1 might help." msgstr "" -#: ../lib/editpage.php:157 +#: ../lib/editpage.php:163 #, php-format msgid "Edit: %s" msgstr "Modifica: %s" -#: ../lib/editpage.php:191 +#: ../lib/editpage.php:197 #, php-format msgid "View Source: %s" msgstr "" -#: ../lib/editpage.php:205 +#: ../lib/editpage.php:211 msgid "Page now locked." msgstr "Pagina bloccata." -#: ../lib/editpage.php:205 +#: ../lib/editpage.php:211 msgid "Page now unlocked." msgstr "Pagina sbloccata." -#: ../lib/editpage.php:306 +#: ../lib/editpage.php:313 #, php-format msgid "Saved: %s" msgstr "Salvata: %s" -#: ../lib/editpage.php:368 +#: ../lib/editpage.php:376 msgid "Too many external links." msgstr "" -#: ../lib/editpage.php:382 +#: ../lib/editpage.php:390 msgid "SpamAssassin reports: " msgstr "" -#: ../lib/editpage.php:400 +#: ../lib/editpage.php:407 +msgid "External links contain blocked domains:" +msgstr "" + +#: ../lib/editpage.php:408 +#, fuzzy, php-format +msgid "%s is listed at %s" +msgstr "%s a %s" + +#: ../lib/editpage.php:429 msgid "Spam Prevention" msgstr "" -#: ../lib/editpage.php:401 +#: ../lib/editpage.php:430 msgid "This page edit seems to contain spam and was therefore not saved." msgstr "" -#: ../lib/editpage.php:403 ../lib/editpage.php:437 +#: ../lib/editpage.php:432 ../lib/editpage.php:466 msgid "Sorry for the inconvenience." msgstr "Scusa per l'inconveniente." -#: ../lib/editpage.php:434 ../themes/MacOSX/themeinfo.php:137 +#: ../lib/editpage.php:463 ../themes/MacOSX/themeinfo.php:137 msgid "Page Locked" msgstr "Pagina Bloccata" -#: ../lib/editpage.php:435 +#: ../lib/editpage.php:464 msgid "" "This page has been locked by the administrator so your changes can not be " "saved." @@ -1315,7 +1333,7 @@ msgstr "" "Questa pagina è stata bloccata dall'amministratore in modo da i vostri " "cambiamenti non possono essere salvati." -#: ../lib/editpage.php:436 +#: ../lib/editpage.php:465 msgid "" "(Copy your changes to the clipboard. You can try editing a different page or " "save your text in a text editor.)" @@ -1323,7 +1341,7 @@ msgstr "" "(Copia le tue modifiche nella clipboard. Potete provare a modificare " "un'altra pagina o registra il vostro testo in un editor di testo.)" -#: ../lib/editpage.php:450 ../lib/editpage.php:751 +#: ../lib/editpage.php:479 ../lib/editpage.php:784 #, php-format msgid "" "Some of the changes could not automatically be combined. Please look for " @@ -1331,42 +1349,42 @@ msgid "" "those sections by hand before you click Save." msgstr "" -#: ../lib/editpage.php:454 ../lib/editpage.php:754 +#: ../lib/editpage.php:483 ../lib/editpage.php:787 msgid "Please check it through before saving." msgstr "" -#: ../lib/editpage.php:465 +#: ../lib/editpage.php:494 msgid "Conflicting Edits!" msgstr "" -#: ../lib/editpage.php:466 +#: ../lib/editpage.php:495 msgid "" "In the time since you started editing this page, another user has saved a " "new version of it." msgstr "" -#: ../lib/editpage.php:467 +#: ../lib/editpage.php:496 msgid "" "Your changes can not be saved as they are, since doing so would overwrite " "the other author's changes. So, your changes and those of the other author " "have been combined. The result is shown below." msgstr "" -#: ../lib/editpage.php:527 +#: ../lib/editpage.php:557 msgid "Type word above:" msgstr "" -#: ../lib/editpage.php:550 +#: ../lib/editpage.php:580 msgid "Convert" msgstr "Convertito" -#: ../lib/editpage.php:583 ../themes/Portland/templates/editpage.tmpl:62 -#: ../themes/Wordpress/templates/editpage.tmpl:71 +#: ../lib/editpage.php:615 ../themes/Portland/templates/editpage.tmpl:41 +#: ../themes/Wordpress/templates/editpage.tmpl:50 #, php-format msgid "Author will be logged as %s." msgstr "" -#: ../lib/editpage.php:726 +#: ../lib/editpage.php:759 #, php-format msgid "Merge and Edit: %s" msgstr "" @@ -1569,11 +1587,6 @@ msgstr "" msgid "- version %d saved to database as version %d" msgstr "- versione %d salvata a base di dati a versione %d" -#: ../lib/loadsave.php:921 -#, php-format -msgid "%s: not defined" -msgstr "%s: non definito" - #: ../lib/loadsave.php:931 msgid "Default InterWiki map file not loaded." msgstr "" @@ -1747,8 +1760,9 @@ msgid "download a zip dump from this wiki" msgstr "" #: ../lib/main.php:508 -msgid "download an html zip dump from this wiki" -msgstr "" +#, fuzzy +msgid "download a html zip dump from this wiki" +msgstr "Le %d pagine più popolari di questo wiki sono:" #: ../lib/main.php:532 msgid "Browsing pages" @@ -1923,8 +1937,8 @@ msgstr "" msgid "Click to display all comments" msgstr "" -#: ../lib/plugin/AddComment.php:111 ../lib/plugin/CreateToc.php:260 -#: ../lib/plugin/CreateToc.php:265 +#: ../lib/plugin/AddComment.php:111 ../lib/plugin/CreateToc.php:370 +#: ../lib/plugin/CreateToc.php:375 msgid "Click to display" msgstr "" @@ -2053,7 +2067,7 @@ msgstr "" msgid "hours" msgstr "" -#: ../lib/plugin/AnalyseAccessLogSql.php:204 ../lib/plugin/VisualWiki.php:493 +#: ../lib/plugin/AnalyseAccessLogSql.php:204 ../lib/plugin/VisualWiki.php:499 msgid "days" msgstr "giorni" @@ -2135,7 +2149,7 @@ msgstr "" #: ../lib/plugin/AuthorHistory.php:70 #: ../themes/MonoBook/templates/info.tmpl:168 -#: ../themes/blog/templates/_info.tmpl:3 ../themes/blog/templates/info.tmpl:3 +#: ../themes/blog/templates/info.tmpl:3 #: ../themes/shamino_com/templates/info.tmpl:167 #: ../themes/smaller/templates/info.tmpl:7 msgid "AuthorHistory" @@ -2164,8 +2178,8 @@ msgstr "Autore" #: ../themes/Crao/templates/blogform.tmpl:12 #: ../themes/Crao/templates/editpage.tmpl:48 #: ../themes/MonoBook/templates/info.tmpl:78 -#: ../themes/Portland/templates/editpage.tmpl:60 -#: ../themes/Wordpress/templates/editpage.tmpl:69 +#: ../themes/Portland/templates/editpage.tmpl:39 +#: ../themes/Wordpress/templates/editpage.tmpl:48 #: ../themes/blog/templates/blogform.tmpl:15 #: ../themes/default/templates/blogform.tmpl:15 #: ../themes/default/templates/editpage.tmpl:47 @@ -2238,7 +2252,7 @@ msgstr "" msgid "%s pages link to %s:" msgstr "" -#: ../lib/plugin/BlogArchives.php:24 ../lib/plugin/BlogArchives.php:159 +#: ../lib/plugin/BlogArchives.php:24 ../lib/plugin/BlogArchives.php:134 #: ../themes/blog/templates/actionbar.tmpl:17 msgid "Archives" msgstr "" @@ -2247,17 +2261,17 @@ msgstr "" msgid "List blog months links for the current or ADMIN user" msgstr "" -#: ../lib/plugin/BlogArchives.php:113 ../lib/plugin/BlogJournal.php:110 +#: ../lib/plugin/BlogArchives.php:88 ../lib/plugin/BlogJournal.php:85 #, php-format msgid "Blog Entries for %s:" msgstr "" -#: ../lib/plugin/BlogArchives.php:121 +#: ../lib/plugin/BlogArchives.php:96 #: ../themes/blog/templates/actionbar.tmpl:17 msgid "BlogArchives" msgstr "" -#: ../lib/plugin/BlogArchives.php:147 +#: ../lib/plugin/BlogArchives.php:122 msgid "Blog Archives:" msgstr "" @@ -2269,11 +2283,11 @@ msgstr "" msgid "Include latest blog entries for the current or ADMIN user" msgstr "" -#: ../lib/plugin/BlogJournal.php:106 ../lib/plugin/WikiBlog.php:75 +#: ../lib/plugin/BlogJournal.php:81 ../lib/plugin/WikiBlog.php:75 msgid "WikiBlog" msgstr "" -#: ../lib/plugin/BlogJournal.php:108 +#: ../lib/plugin/BlogJournal.php:83 msgid "No Blog Entries" msgstr "" @@ -2284,7 +2298,7 @@ msgstr "" #: ../themes/Sidebar/templates/body.tmpl:26 ../themes/Sidebar/themeinfo.php:44 #: ../themes/Wordpress/templates/actionbar.tmpl:31 #: ../themes/blog/templates/sidebar.tmpl:18 -#: ../themes/default/templates/head.tmpl:95 +#: ../themes/default/templates/head.tmpl:96 #: ../themes/default/templates/homepage.tmpl:15 #: ../themes/default/templates/navbar.tmpl:45 #: ../themes/wikilens/templates/head.tmpl:89 @@ -2300,12 +2314,12 @@ msgstr "" msgid "Next Month" msgstr "" -#: ../lib/plugin/Calendar.php:168 ../lib/plugin/CalendarList.php:139 +#: ../lib/plugin/Calendar.php:168 ../lib/plugin/CalendarList.php:135 #, php-format msgid "Edit %s" msgstr "Modifica %s" -#: ../lib/plugin/CalendarList.php:55 ../lib/plugin/CalendarList.php:59 +#: ../lib/plugin/CalendarList.php:51 ../lib/plugin/CalendarList.php:55 msgid "CalendarList" msgstr "ListaCalendario" @@ -2352,20 +2366,20 @@ msgstr "" msgid "Automatically link headers at the top" msgstr "" -#: ../lib/plugin/CreateToc.php:193 ../lib/plugin/IncludePage.php:77 -#: ../lib/plugin/RateIt.php:208 +#: ../lib/plugin/CreateToc.php:300 ../lib/plugin/IncludePage.php:77 +#: ../lib/plugin/RateIt.php:208 ../lib/plugin/Template.php:102 msgid "no page specified" msgstr "" -#: ../lib/plugin/CreateToc.php:204 +#: ../lib/plugin/CreateToc.php:311 msgid "CreateToc disabled for old markup" msgstr "" -#: ../lib/plugin/CreateToc.php:257 +#: ../lib/plugin/CreateToc.php:367 msgid "Click to hide the TOC" msgstr "" -#: ../lib/plugin/CreateToc.php:267 ../lib/plugin/CreateToc.php:270 +#: ../lib/plugin/CreateToc.php:377 ../lib/plugin/CreateToc.php:380 msgid "Table Of Contents" msgstr "" @@ -2417,6 +2431,21 @@ msgstr "" msgid "Redirects to an external web site based on form input" msgstr "" +#: ../lib/plugin/FileInfo.php:39 +msgid "FileInfo" +msgstr "" + +#: ../lib/plugin/FileInfo.php:43 +msgid "Display file information like version,size,date,... of uploaded files." +msgstr "" + +#: ../lib/plugin/FileInfo.php:63 ../lib/plugin/FileInfo.php:65 +#: ../lib/plugin/PageGroup.php:104 ../lib/plugin/WikiFormRich.php:162 +#: ../lib/plugin/WikiFormRich.php:178 +#, php-format +msgid "A required argument '%s' is missing." +msgstr "" + #: ../lib/plugin/FoafViewer.php:52 msgid "FoafViewer" msgstr "" @@ -2463,6 +2492,7 @@ msgid "" msgstr "" #: ../lib/plugin/FrameInclude.php:93 ../lib/plugin/IncludePage.php:84 +#: ../lib/plugin/Template.php:108 #, php-format msgid "recursive inclusion of page %s" msgstr "" @@ -2540,6 +2570,30 @@ msgstr "" msgid "Go" msgstr "Vai" +#: ../lib/plugin/GoogleMaps.php:63 +msgid "GoogleMaps" +msgstr "" + +#: ../lib/plugin/GoogleMaps.php:67 +msgid "" +"Displays a marker with further infos (when clicking) on given coordinates" +msgstr "" + +#: ../lib/plugin/GoogleMaps.php:96 ../lib/plugin/GoogleMaps.php:99 +#: ../lib/plugin/Transclude.php:76 +#, php-format +msgid "%s parameter missing" +msgstr "" + +#: ../lib/plugin/GoogleMaps.php:108 +#, php-format +msgid "invalid argument %s" +msgstr "" + +#: ../lib/plugin/GoogleMaps.php:128 +msgid "new window" +msgstr "" + #: ../lib/plugin/GooglePlugin.php:43 msgid "GooglePlugin" msgstr "" @@ -2560,16 +2614,16 @@ msgstr "" msgid "GraphViz image or imagemap creation of directed graphs" msgstr "" -#: ../lib/plugin/GraphViz.php:264 ../lib/plugin/GraphViz.php:334 +#: ../lib/plugin/GraphViz.php:265 ../lib/plugin/GraphViz.php:335 msgid "No dot graph given" msgstr "" -#: ../lib/plugin/GraphViz.php:275 ../lib/plugin/SyntaxHighlighter.php:173 +#: ../lib/plugin/GraphViz.php:276 ../lib/plugin/SyntaxHighlighter.php:173 #, php-format msgid "Couldn't start commandline '%s'" msgstr "" -#: ../lib/plugin/GraphViz.php:278 ../lib/plugin/Ploticus.php:239 +#: ../lib/plugin/GraphViz.php:279 ../lib/plugin/Ploticus.php:239 #, php-format msgid "%s error: outputfile '%s' not created" msgstr "" @@ -2608,6 +2662,7 @@ msgid "Include text from another wiki page." msgstr "" #: ../lib/plugin/IncludePage.php:92 ../lib/plugin/PageGroup.php:131 +#: ../lib/plugin/Template.php:116 #, php-format msgid "%s(%d): no such revision" msgstr "" @@ -2968,12 +3023,6 @@ msgstr "Indice" msgid "<%s: no such section>" msgstr "" -#: ../lib/plugin/PageGroup.php:104 ../lib/plugin/WikiFormRich.php:162 -#: ../lib/plugin/WikiFormRich.php:178 -#, php-format -msgid "A required argument '%s' is missing." -msgstr "" - #: ../lib/plugin/PageGroup.php:108 ../lib/plugin/PrevNext.php:66 msgid "Next" msgstr "Seguente" @@ -3403,8 +3452,8 @@ msgstr "" #: ../lib/plugin/RecentChanges.php:388 ../lib/plugin/RecentChanges.php:464 #: ../lib/plugin/RecentEdits.php:10 ../lib/plugin/RecentEdits.php:36 #: ../lib/plugin/RelatedChanges.php:27 -#: ../themes/Portland/templates/editpage.tmpl:66 -#: ../themes/Wordpress/templates/editpage.tmpl:75 +#: ../themes/Portland/templates/editpage.tmpl:45 +#: ../themes/Wordpress/templates/editpage.tmpl:54 msgid "RecentEdits" msgstr "" @@ -3573,58 +3622,42 @@ msgstr "" msgid "invalid %s ignored" msgstr "" -#: ../lib/plugin/SystemInfo.php:52 +#: ../lib/plugin/SystemInfo.php:51 msgid "SystemInfo" msgstr "" -#: ../lib/plugin/SystemInfo.php:56 +#: ../lib/plugin/SystemInfo.php:55 msgid "Provides access to PhpWiki's lower level system information." msgstr "" -#: ../lib/plugin/SystemInfo.php:83 -msgid "db type:" -msgstr "" - -#: ../lib/plugin/SystemInfo.php:88 -msgid "db backend:" -msgstr "" - -#: ../lib/plugin/SystemInfo.php:96 -msgid "dba handler:" -msgstr "" - -#: ../lib/plugin/SystemInfo.php:106 -msgid "timeout:" -msgstr "" - -#: ../lib/plugin/SystemInfo.php:112 +#: ../lib/plugin/SystemInfo.php:123 msgid "no cache used" msgstr "" -#: ../lib/plugin/SystemInfo.php:115 +#: ../lib/plugin/SystemInfo.php:126 msgid "cached pagedata:" msgstr "" -#: ../lib/plugin/SystemInfo.php:116 +#: ../lib/plugin/SystemInfo.php:127 msgid "cached versiondata:" msgstr "" -#: ../lib/plugin/SystemInfo.php:125 +#: ../lib/plugin/SystemInfo.php:136 #, php-format msgid "Keep up to %d major edits, but keep them no longer than %d days." msgstr "" -#: ../lib/plugin/SystemInfo.php:128 +#: ../lib/plugin/SystemInfo.php:139 #, php-format msgid " Keep up to %d minor edits, but keep them no longer than %d days." msgstr "" -#: ../lib/plugin/SystemInfo.php:131 +#: ../lib/plugin/SystemInfo.php:142 #, php-format msgid " Keep the latest contributions of the last %d authors up to %d days." msgstr "" -#: ../lib/plugin/SystemInfo.php:133 +#: ../lib/plugin/SystemInfo.php:144 #, php-format msgid "" " Additionally, try to keep the latest contributions of all authors in the " @@ -3632,163 +3665,167 @@ msgid "" "more than %d unique author revisions." msgstr "" -#: ../lib/plugin/SystemInfo.php:142 +#: ../lib/plugin/SystemInfo.php:153 #, php-format msgid "%d pages" msgstr "" -#: ../lib/plugin/SystemInfo.php:143 +#: ../lib/plugin/SystemInfo.php:154 #, php-format msgid "%d not-empty pages" msgstr "" -#: ../lib/plugin/SystemInfo.php:154 ../lib/plugin/SystemInfo.php:184 +#: ../lib/plugin/SystemInfo.php:165 ../lib/plugin/SystemInfo.php:195 msgid "not yet" msgstr "" -#: ../lib/plugin/SystemInfo.php:171 +#: ../lib/plugin/SystemInfo.php:182 #, php-format msgid "%d homepages" msgstr "" -#: ../lib/plugin/SystemInfo.php:219 +#: ../lib/plugin/SystemInfo.php:259 #, php-format msgid "total hits: %d" msgstr "" -#: ../lib/plugin/SystemInfo.php:220 +#: ../lib/plugin/SystemInfo.php:260 #, php-format msgid "max: %d" msgstr "" -#: ../lib/plugin/SystemInfo.php:221 +#: ../lib/plugin/SystemInfo.php:261 #, php-format msgid "mean: %2.3f" msgstr "" -#: ../lib/plugin/SystemInfo.php:222 +#: ../lib/plugin/SystemInfo.php:262 #, php-format msgid "median: %d" msgstr "" -#: ../lib/plugin/SystemInfo.php:223 +#: ../lib/plugin/SystemInfo.php:263 #, php-format msgid "stddev: %2.3f" msgstr "" -#: ../lib/plugin/SystemInfo.php:235 +#: ../lib/plugin/SystemInfo.php:264 #, php-format msgid "%d pages with less than %d hits (<%d%%)." msgstr "" -#: ../lib/plugin/SystemInfo.php:237 +#: ../lib/plugin/SystemInfo.php:266 #, php-format msgid "%d page(s) with more than %d hits (>%d%%)." msgstr "" -#: ../lib/plugin/SystemInfo.php:279 +#: ../lib/plugin/SystemInfo.php:404 #, php-format msgid "Application size: %d Kb" msgstr "" -#: ../lib/plugin/SystemInfo.php:281 +#: ../lib/plugin/SystemInfo.php:406 #, php-format msgid "Pagedata size: %d Kb" msgstr "" -#: ../lib/plugin/SystemInfo.php:299 +#: ../lib/plugin/SystemInfo.php:424 #, php-format msgid "Total %d plugins: " msgstr "" -#: ../lib/plugin/SystemInfo.php:308 +#: ../lib/plugin/SystemInfo.php:433 #, php-format msgid "Total of %d languages: " msgstr "" -#: ../lib/plugin/SystemInfo.php:311 +#: ../lib/plugin/SystemInfo.php:436 #, php-format msgid "Current language: '%s'" msgstr "" -#: ../lib/plugin/SystemInfo.php:313 +#: ../lib/plugin/SystemInfo.php:438 #, php-format msgid "Default language: '%s'" msgstr "" -#: ../lib/plugin/SystemInfo.php:321 +#: ../lib/plugin/SystemInfo.php:446 #, php-format msgid "Total of %d themes: " msgstr "" -#: ../lib/plugin/SystemInfo.php:323 +#: ../lib/plugin/SystemInfo.php:448 #, php-format msgid "Current theme: '%s'" msgstr "" -#: ../lib/plugin/SystemInfo.php:325 +#: ../lib/plugin/SystemInfo.php:450 #, php-format msgid "Default theme: '%s'" msgstr "" -#: ../lib/plugin/SystemInfo.php:338 +#: ../lib/plugin/SystemInfo.php:463 #, php-format msgid "unknown argument '%s' to SystemInfo" msgstr "" -#: ../lib/plugin/SystemInfo.php:361 +#: ../lib/plugin/SystemInfo.php:487 msgid "Application name" msgstr "" -#: ../lib/plugin/SystemInfo.php:362 +#: ../lib/plugin/SystemInfo.php:488 msgid "PhpWiki engine version" msgstr "" -#: ../lib/plugin/SystemInfo.php:363 +#: ../lib/plugin/SystemInfo.php:489 msgid "Database" msgstr "" -#: ../lib/plugin/SystemInfo.php:364 +#: ../lib/plugin/SystemInfo.php:490 msgid "Cache statistics" msgstr "" -#: ../lib/plugin/SystemInfo.php:365 +#: ../lib/plugin/SystemInfo.php:491 msgid "Page statistics" msgstr "" -#: ../lib/plugin/SystemInfo.php:368 +#: ../lib/plugin/SystemInfo.php:494 msgid "User statistics" msgstr "" -#: ../lib/plugin/SystemInfo.php:370 +#: ../lib/plugin/SystemInfo.php:496 msgid "Hit statistics" msgstr "" -#: ../lib/plugin/SystemInfo.php:372 +#: ../lib/plugin/SystemInfo.php:497 +msgid "Harddisc usage" +msgstr "" + +#: ../lib/plugin/SystemInfo.php:498 msgid "Expiry parameters" msgstr "" -#: ../lib/plugin/SystemInfo.php:373 +#: ../lib/plugin/SystemInfo.php:499 msgid "Wikiname regexp" msgstr "" -#: ../lib/plugin/SystemInfo.php:374 +#: ../lib/plugin/SystemInfo.php:500 msgid "Allowed protocols" msgstr "" -#: ../lib/plugin/SystemInfo.php:375 +#: ../lib/plugin/SystemInfo.php:501 msgid "Inline images" msgstr "" -#: ../lib/plugin/SystemInfo.php:376 +#: ../lib/plugin/SystemInfo.php:502 msgid "Available plugins" msgstr "" -#: ../lib/plugin/SystemInfo.php:377 +#: ../lib/plugin/SystemInfo.php:503 msgid "Supported languages" msgstr "" -#: ../lib/plugin/SystemInfo.php:378 +#: ../lib/plugin/SystemInfo.php:504 msgid "Supported themes" msgstr "" @@ -3816,6 +3853,14 @@ msgstr "" msgid "Sorry, this version of PHP cannot create PNG image files." msgstr "" +#: ../lib/plugin/Template.php:61 +msgid "Template" +msgstr "" + +#: ../lib/plugin/Template.php:65 +msgid "Parametrized page inclusion." +msgstr "" + #: ../lib/plugin/TexToPng.php:103 msgid "Converts TeX to an image. May be used to embed formulas in PhpWiki." msgstr "" @@ -3837,11 +3882,6 @@ msgstr "" msgid "Include an external web page within the body of a wiki page." msgstr "" -#: ../lib/plugin/Transclude.php:76 -#, php-format -msgid "%s parameter missing" -msgstr "" - #: ../lib/plugin/Transclude.php:88 msgid "Transcluded page" msgstr "" @@ -3953,9 +3993,9 @@ msgid "Included from %s:" msgstr "Inserire dalla %s:" #: ../lib/plugin/UnfoldSubpages.php:160 -#, fuzzy, php-format +#, php-format msgid "%s has no subpages defined." -msgstr "%s: non definito" +msgstr "" #: ../lib/plugin/UpLoad.php:46 msgid "Upload files to the local InterWiki Upload:" @@ -4016,8 +4056,8 @@ msgstr "" #: ../themes/Crao/templates/navbar.tmpl:23 #: ../themes/MonoBook/templates/navbar.tmpl:49 #: ../themes/blog/templates/navbar.tmpl:17 -#: ../themes/default/templates/head.tmpl:91 #: ../themes/default/templates/head.tmpl:92 +#: ../themes/default/templates/head.tmpl:93 #: ../themes/default/templates/homepage.tmpl:11 #: ../themes/default/templates/navbar.tmpl:40 #: ../themes/shamino_com/templates/top.tmpl:28 @@ -4121,7 +4161,7 @@ msgid "" "from graphviz." msgstr "" -#: ../lib/plugin/VisualWiki.php:487 +#: ../lib/plugin/VisualWiki.php:493 msgid "Legend" msgstr "" @@ -4984,8 +5024,8 @@ msgstr "" #: ../themes/MonoBook/templates/navbar.tmpl:25 #: ../themes/Portland/templates/navbar.tmpl:8 #: ../themes/Sidebar/templates/navbar.tmpl:24 -#: ../themes/default/templates/head.tmpl:41 #: ../themes/default/templates/head.tmpl:42 +#: ../themes/default/templates/head.tmpl:43 #: ../themes/default/templates/navbar.tmpl:20 #: ../themes/shamino_com/templates/top.tmpl:21 #: ../themes/smaller/templates/navbar.tmpl:8 @@ -5193,8 +5233,8 @@ msgstr "" #: ../lib/plugin/_WikiTranslation.php:123 #: ../themes/Crao/templates/head.tmpl:73 ../themes/Crao/templates/head.tmpl:74 -#: ../themes/default/templates/head.tmpl:78 #: ../themes/default/templates/head.tmpl:79 +#: ../themes/default/templates/head.tmpl:80 #: ../themes/wikilens/templates/head.tmpl:71 #: ../themes/wikilens/templates/head.tmpl:72 msgid "WikiWikiWeb" @@ -5647,7 +5687,7 @@ msgstr "" #: ../themes/Wordpress/templates/actionbar.tmpl:10 #: ../themes/blog/templates/actionbar.tmpl:7 #: ../themes/default/templates/actionbar.tmpl:17 -#: ../themes/default/templates/head.tmpl:52 +#: ../themes/default/templates/head.tmpl:53 #: ../themes/shamino_com/templates/info.tmpl:165 #: ../themes/smaller/templates/actionbar.tmpl:20 #: ../themes/smaller/templates/info.tmpl:5 @@ -5722,8 +5762,8 @@ msgid "View the current version" msgstr "Mostra il versione corrente" #: ../themes/Crao/templates/editpage.tmpl:4 -#: ../themes/Portland/templates/editpage.tmpl:80 -#: ../themes/Wordpress/templates/editpage.tmpl:80 +#: ../themes/Portland/templates/editpage.tmpl:57 +#: ../themes/Wordpress/templates/editpage.tmpl:59 #: ../themes/default/templates/editpage.tmpl:4 msgid "Preview only! Changes not saved." msgstr "" @@ -5741,36 +5781,36 @@ msgid "edit area" msgstr "" #: ../themes/Crao/templates/editpage.tmpl:18 -#: ../themes/Portland/templates/editpage.tmpl:46 -#: ../themes/Wordpress/templates/editpage.tmpl:44 +#: ../themes/Portland/templates/editpage.tmpl:25 +#: ../themes/Wordpress/templates/editpage.tmpl:23 #: ../themes/default/templates/editpage.tmpl:20 msgid "Warning: You are editing an old revision." msgstr "" #: ../themes/Crao/templates/editpage.tmpl:19 -#: ../themes/Portland/templates/editpage.tmpl:47 -#: ../themes/Wordpress/templates/editpage.tmpl:45 +#: ../themes/Portland/templates/editpage.tmpl:26 +#: ../themes/Wordpress/templates/editpage.tmpl:24 #: ../themes/default/templates/editpage.tmpl:21 msgid "Saving this page will overwrite the current version." msgstr "" #: ../themes/Crao/templates/editpage.tmpl:38 -#: ../themes/Portland/templates/editpage.tmpl:69 -#: ../themes/Wordpress/templates/editpage.tmpl:60 +#: ../themes/Portland/templates/editpage.tmpl:48 +#: ../themes/Wordpress/templates/editpage.tmpl:39 #: ../themes/default/templates/editpage.tmpl:40 msgid "H" msgstr "A" #: ../themes/Crao/templates/editpage.tmpl:39 -#: ../themes/Portland/templates/editpage.tmpl:71 -#: ../themes/Wordpress/templates/editpage.tmpl:61 +#: ../themes/Portland/templates/editpage.tmpl:49 +#: ../themes/Wordpress/templates/editpage.tmpl:40 #: ../themes/default/templates/editpage.tmpl:41 msgid "W" msgstr "L" #: ../themes/Crao/templates/editpage.tmpl:40 -#: ../themes/Portland/templates/editpage.tmpl:73 -#: ../themes/Wordpress/templates/editpage.tmpl:62 +#: ../themes/Portland/templates/editpage.tmpl:50 +#: ../themes/Wordpress/templates/editpage.tmpl:41 #: ../themes/default/templates/editpage.tmpl:42 msgid "Adjust" msgstr "" @@ -5785,18 +5825,18 @@ msgid "This is a minor change." msgstr "" #: ../themes/Crao/templates/editpage.tmpl:53 -#: ../themes/Portland/templates/editpage.tmpl:75 -#: ../themes/Wordpress/templates/editpage.tmpl:65 +#: ../themes/Portland/templates/editpage.tmpl:52 +#: ../themes/Wordpress/templates/editpage.tmpl:44 #: ../themes/default/templates/editpage.tmpl:60 msgid "Use old markup" msgstr "" #: ../themes/Crao/templates/editpage.tmpl:88 #: ../themes/Crao/templates/editpage.tmpl:93 -#: ../themes/Portland/templates/editpage.tmpl:103 -#: ../themes/Portland/templates/editpage.tmpl:108 -#: ../themes/Wordpress/templates/editpage.tmpl:103 -#: ../themes/Wordpress/templates/editpage.tmpl:108 +#: ../themes/Portland/templates/editpage.tmpl:80 +#: ../themes/Portland/templates/editpage.tmpl:85 +#: ../themes/Wordpress/templates/editpage.tmpl:82 +#: ../themes/Wordpress/templates/editpage.tmpl:87 #: ../themes/default/templates/editpage.tmpl:113 #: ../themes/default/templates/editpage.tmpl:118 #, php-format @@ -5805,44 +5845,44 @@ msgstr "Vedere %s consigli per le modifiche." #: ../themes/Crao/templates/editpage.tmpl:88 #: ../themes/Crao/templates/editpage.tmpl:93 -#: ../themes/Portland/templates/editpage.tmpl:103 -#: ../themes/Portland/templates/editpage.tmpl:108 -#: ../themes/Wordpress/templates/editpage.tmpl:103 -#: ../themes/Wordpress/templates/editpage.tmpl:108 +#: ../themes/Portland/templates/editpage.tmpl:80 +#: ../themes/Portland/templates/editpage.tmpl:85 +#: ../themes/Wordpress/templates/editpage.tmpl:82 +#: ../themes/Wordpress/templates/editpage.tmpl:87 #: ../themes/default/templates/editpage.tmpl:113 #: ../themes/default/templates/editpage.tmpl:118 msgid "GoodStyle" msgstr "BuonStile" #: ../themes/Crao/templates/editpage.tmpl:89 -#: ../themes/Portland/templates/editpage.tmpl:104 -#: ../themes/Wordpress/templates/editpage.tmpl:104 +#: ../themes/Portland/templates/editpage.tmpl:81 +#: ../themes/Wordpress/templates/editpage.tmpl:83 #: ../themes/default/templates/editpage.tmpl:114 msgid "OldTextFormattingRules" msgstr "" #: ../themes/Crao/templates/editpage.tmpl:89 #: ../themes/Crao/templates/editpage.tmpl:94 -#: ../themes/Portland/templates/editpage.tmpl:104 -#: ../themes/Portland/templates/editpage.tmpl:109 -#: ../themes/Wordpress/templates/editpage.tmpl:104 -#: ../themes/Wordpress/templates/editpage.tmpl:109 +#: ../themes/Portland/templates/editpage.tmpl:81 +#: ../themes/Portland/templates/editpage.tmpl:86 +#: ../themes/Wordpress/templates/editpage.tmpl:83 +#: ../themes/Wordpress/templates/editpage.tmpl:88 #: ../themes/default/templates/editpage.tmpl:114 #: ../themes/default/templates/editpage.tmpl:119 msgid "Synopsis" msgstr "Sinossi" #: ../themes/Crao/templates/editpage.tmpl:94 -#: ../themes/Portland/templates/editpage.tmpl:109 -#: ../themes/Wordpress/templates/editpage.tmpl:109 +#: ../themes/Portland/templates/editpage.tmpl:86 +#: ../themes/Wordpress/templates/editpage.tmpl:88 #: ../themes/default/templates/editpage.tmpl:119 msgid "TextFormattingRules" msgstr "RegoleDiFormattazioneDelTesto" #: ../themes/Crao/templates/head.tmpl:31 ../themes/Crao/templates/head.tmpl:32 #: ../themes/Crao/templates/htmldump.tmpl:22 -#: ../themes/default/templates/head.tmpl:36 #: ../themes/default/templates/head.tmpl:37 +#: ../themes/default/templates/head.tmpl:38 #: ../themes/default/templates/htmldump.tmpl:22 #: ../themes/wikilens/templates/head.tmpl:30 #: ../themes/wikilens/templates/head.tmpl:31 @@ -5850,8 +5890,8 @@ msgid "HowToUseWiki" msgstr "" #: ../themes/Crao/templates/head.tmpl:70 ../themes/Crao/templates/head.tmpl:71 -#: ../themes/default/templates/head.tmpl:75 #: ../themes/default/templates/head.tmpl:76 +#: ../themes/default/templates/head.tmpl:77 #: ../themes/wikilens/templates/head.tmpl:68 #: ../themes/wikilens/templates/head.tmpl:69 msgid "SandBox" @@ -5893,11 +5933,6 @@ msgstr "" msgid "Enter your UserId to sign in" msgstr "" -#: ../themes/Crao/templates/signin.tmpl:54 -#: ../themes/smaller/templates/signin.tmpl:54 -msgid "Sign in:" -msgstr "" - #: ../themes/Crao/templates/wikiblog.tmpl:19 #: ../themes/blog/templates/wikiblog.tmpl:20 #: ../themes/default/templates/comment.tmpl:18 @@ -6071,14 +6106,14 @@ msgid "Page Type:" msgstr "" #: ../themes/MonoBook/templates/info.tmpl:170 -#: ../themes/blog/templates/_info.tmpl:5 ../themes/blog/templates/info.tmpl:5 +#: ../themes/blog/templates/info.tmpl:5 #: ../themes/shamino_com/templates/info.tmpl:170 #: ../themes/smaller/templates/info.tmpl:9 msgid "Diff previous Revision" msgstr "" #: ../themes/MonoBook/templates/info.tmpl:171 -#: ../themes/blog/templates/_info.tmpl:6 ../themes/blog/templates/info.tmpl:6 +#: ../themes/blog/templates/info.tmpl:6 #: ../themes/shamino_com/templates/info.tmpl:171 #: ../themes/smaller/templates/info.tmpl:10 msgid "Diff previous Author" @@ -6153,14 +6188,14 @@ msgstr "%s di questa pagina" msgid "Page Execution took %s seconds" msgstr "" -#: ../themes/Portland/templates/editpage.tmpl:65 -#: ../themes/Wordpress/templates/editpage.tmpl:74 +#: ../themes/Portland/templates/editpage.tmpl:44 +#: ../themes/Wordpress/templates/editpage.tmpl:53 #, php-format msgid "" "I'm just doing minor edits. Please divert the usual logging to %s instead." msgstr "" -#: ../themes/Portland/templates/editpage.tmpl:69 +#: ../themes/Portland/templates/editpage.tmpl:48 #: ../themes/default/templates/userprefs.tmpl:195 msgid "Edit Area Size" msgstr "" @@ -6797,10 +6832,6 @@ msgstr "" #~ msgid "diff pages in this wiki" #~ msgstr "Le %d pagine più popolari di questo wiki sono:" -#, fuzzy -#~ msgid "dump html pages from this wiki" -#~ msgstr "Le %d pagine più popolari di questo wiki sono:" - #, fuzzy #~ msgid "dump serial pages from this wiki" #~ msgstr "Le %d pagine più popolari di questo wiki sono:" diff --git a/locale/po/ja.po b/locale/po/ja.po index f991eafcc..d8621fd0a 100644 --- a/locale/po/ja.po +++ b/locale/po/ja.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PhpWiki-1.3.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-09-27 17:30+0000\n" +"POT-Creation-Date: 2005-10-29 13:06+0000\n" "PO-Revision-Date: 2003-06-07 09:01+0900\n" "Last-Translator: Tadashi Jokagi \n" "Language-Team: LANGUAGE \n" @@ -43,8 +43,8 @@ msgstr "" msgid "Undo disabled" msgstr "¥×¥é¥°¥¤¥ó %s ¤Ï̵¸ú¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£" -#: ../lib/EditToolbar.php:57 ../lib/EditToolbar.php:230 -#: ../lib/EditToolbar.php:231 ../lib/plugin/WikiAdminSearchReplace.php:187 +#: ../lib/EditToolbar.php:57 ../lib/EditToolbar.php:253 +#: ../lib/EditToolbar.php:254 ../lib/plugin/WikiAdminSearchReplace.php:187 msgid "Search & Replace" msgstr "" @@ -75,15 +75,15 @@ msgstr "" msgid "OK" msgstr "" -#: ../lib/EditToolbar.php:65 ../lib/EditToolbar.php:285 -#: ../lib/EditToolbar.php:331 ../lib/EditToolbar.php:355 -#: ../lib/EditToolbar.php:388 +#: ../lib/EditToolbar.php:65 ../lib/EditToolbar.php:308 +#: ../lib/EditToolbar.php:354 ../lib/EditToolbar.php:378 +#: ../lib/EditToolbar.php:411 msgid "Close" msgstr "" #: ../lib/EditToolbar.php:80 #, php-format -msgid "Substring \"%s\" found %s times. Replace with with \"%s\"?" +msgid "Substring \"%s\" found %s times. Replace with \"%s\"?" msgstr "" #: ../lib/EditToolbar.php:82 @@ -95,118 +95,118 @@ msgstr " msgid "Operation undone" msgstr "" -#: ../lib/EditToolbar.php:144 ../lib/EditToolbar.php:145 +#: ../lib/EditToolbar.php:167 ../lib/EditToolbar.php:168 msgid "Bold text" msgstr "" -#: ../lib/EditToolbar.php:149 ../lib/EditToolbar.php:150 +#: ../lib/EditToolbar.php:172 ../lib/EditToolbar.php:173 msgid "Italic text" msgstr "" -#: ../lib/EditToolbar.php:154 +#: ../lib/EditToolbar.php:177 msgid "optional label | PageName" msgstr "" -#: ../lib/EditToolbar.php:155 +#: ../lib/EditToolbar.php:178 #, fuzzy msgid "Link to page" msgstr "¥Ú¡¼¥¸¤Î¥í¥Ã¥¯¤ò²ò½üÃæ¤Ç¤¹¡£" -#: ../lib/EditToolbar.php:159 +#: ../lib/EditToolbar.php:182 msgid "optional label | http://www.example.com" msgstr "" -#: ../lib/EditToolbar.php:160 +#: ../lib/EditToolbar.php:183 msgid "External link (remember http:// prefix)" msgstr "" -#: ../lib/EditToolbar.php:164 +#: ../lib/EditToolbar.php:187 msgid "Headline text" msgstr "" -#: ../lib/EditToolbar.php:165 +#: ../lib/EditToolbar.php:188 msgid "Level 1 headline" msgstr "" -#: ../lib/EditToolbar.php:169 +#: ../lib/EditToolbar.php:192 msgid "Example.jpg" msgstr "" -#: ../lib/EditToolbar.php:170 +#: ../lib/EditToolbar.php:193 msgid "Embedded image" msgstr "" -#: ../lib/EditToolbar.php:174 +#: ../lib/EditToolbar.php:197 msgid "Insert non-formatted text here" msgstr "" -#: ../lib/EditToolbar.php:175 +#: ../lib/EditToolbar.php:198 msgid "Ignore wiki formatting" msgstr "" -#: ../lib/EditToolbar.php:180 +#: ../lib/EditToolbar.php:203 msgid "Your signature" msgstr "" -#: ../lib/EditToolbar.php:185 +#: ../lib/EditToolbar.php:208 msgid "Horizontal line" msgstr "" -#: ../lib/EditToolbar.php:187 ../lib/EditToolbar.php:189 -#: ../lib/editpage.php:562 +#: ../lib/EditToolbar.php:210 ../lib/EditToolbar.php:212 +#: ../lib/editpage.php:592 msgid "Save" msgstr "Êݸ¤¹¤ë" -#: ../lib/EditToolbar.php:191 ../lib/EditToolbar.php:193 -#: ../lib/editpage.php:558 +#: ../lib/EditToolbar.php:214 ../lib/EditToolbar.php:216 +#: ../lib/editpage.php:588 msgid "Preview" msgstr "¥×¥ì¥Ó¥å¡¼¤¹¤ë" -#: ../lib/EditToolbar.php:209 +#: ../lib/EditToolbar.php:232 msgid "Click a button to get an example text" msgstr "" -#: ../lib/EditToolbar.php:222 ../lib/EditToolbar.php:223 +#: ../lib/EditToolbar.php:245 ../lib/EditToolbar.php:246 msgid "Undo Search & Replace" msgstr "" -#: ../lib/EditToolbar.php:279 ../lib/EditToolbar.php:280 +#: ../lib/EditToolbar.php:302 ../lib/EditToolbar.php:303 #, fuzzy msgid "AddCategory" msgstr "¥Û¡¼¥à¥Ú¡¼¥¸ºîÀ®:" -#: ../lib/EditToolbar.php:282 +#: ../lib/EditToolbar.php:305 msgid "Insert Categories (double-click)" msgstr "" -#: ../lib/EditToolbar.php:284 ../lib/EditToolbar.php:330 -#: ../lib/EditToolbar.php:354 ../lib/EditToolbar.php:387 +#: ../lib/EditToolbar.php:307 ../lib/EditToolbar.php:353 +#: ../lib/EditToolbar.php:377 ../lib/EditToolbar.php:410 msgid "Insert" msgstr "" -#: ../lib/EditToolbar.php:325 ../lib/EditToolbar.php:326 +#: ../lib/EditToolbar.php:348 ../lib/EditToolbar.php:349 #, fuzzy msgid "AddPlugin" msgstr "¥×¥é¥°¥¤¥ó" -#: ../lib/EditToolbar.php:328 +#: ../lib/EditToolbar.php:351 msgid "Insert Plugin (double-click)" msgstr "" -#: ../lib/EditToolbar.php:349 ../lib/EditToolbar.php:350 +#: ../lib/EditToolbar.php:372 ../lib/EditToolbar.php:373 #, fuzzy msgid "AddPageLink" msgstr "¥Ú¡¼¥¸¤òÊÔ½¸¤·¤Æ¤¤¤Þ¤¹¡£" -#: ../lib/EditToolbar.php:352 +#: ../lib/EditToolbar.php:375 msgid "Insert PageLink (double-click)" msgstr "" -#: ../lib/EditToolbar.php:382 ../lib/EditToolbar.php:383 +#: ../lib/EditToolbar.php:405 ../lib/EditToolbar.php:406 msgid "AddTemplate" msgstr "" -#: ../lib/EditToolbar.php:385 +#: ../lib/EditToolbar.php:408 msgid "Insert Template (double-click)" msgstr "" @@ -308,7 +308,7 @@ msgid "Hits" msgstr "¥Ò¥Ã¥È" #: ../lib/PageList.php:958 ../themes/Crao/templates/editpage.tmpl:37 -#: ../themes/Wordpress/templates/editpage.tmpl:59 +#: ../themes/Wordpress/templates/editpage.tmpl:38 #: ../themes/default/templates/editpage.tmpl:39 #, fuzzy msgid "Size" @@ -443,7 +443,7 @@ msgid "add " msgstr "" #: ../lib/PagePerm.php:650 -msgid "Check to add this Acl" +msgid "Check to add this ACL" msgstr "" #: ../lib/PageType.php:134 ../lib/loadsave.php:733 @@ -497,7 +497,7 @@ msgstr "InterWiki #: ../themes/Portland/templates/navbar.tmpl:28 #: ../themes/Wordpress/templates/actionbar.tmpl:21 #: ../themes/blog/templates/actionbar.tmpl:20 -#: ../themes/default/templates/head.tmpl:68 +#: ../themes/default/templates/head.tmpl:69 #: ../themes/default/templates/navbar.tmpl:19 #: ../themes/shamino_com/templates/top.tmpl:20 #: ../themes/smaller/templates/navbar.tmpl:7 @@ -546,7 +546,7 @@ msgstr "MIME msgid "%4d %s\n" msgstr "" -#: ../lib/TextSearchQuery.php:79 +#: ../lib/TextSearchQuery.php:79 ../lib/plugin/FileInfo.php:97 #, fuzzy, php-format msgid "Unsupported argument: %s=%s" msgstr "¥µ¥Ý¡¼¥È¸À¸ì°ìÍ÷" @@ -652,8 +652,10 @@ msgid "Sign Out" msgstr "¥µ¥¤¥ó¥µ¥¦¥È" #: ../lib/Theme.php:940 ../lib/WikiUser.php:221 ../lib/WikiUserNew.php:473 +#: ../themes/Crao/templates/signin.tmpl:54 #: ../themes/Crao/templates/signin.tmpl:59 #: ../themes/default/templates/login.tmpl:76 +#: ../themes/smaller/templates/signin.tmpl:54 msgid "Sign In" msgstr "¥µ¥¤¥ó¥¤¥ó" @@ -706,75 +708,75 @@ msgstr "" msgid "External Links" msgstr "" -#: ../lib/WikiDB.php:230 +#: ../lib/WikiDB.php:233 #, fuzzy, php-format msgid "Removed by: %s" msgstr "ÊÔ½¸: %s" -#: ../lib/WikiDB.php:232 +#: ../lib/WikiDB.php:235 #, fuzzy, php-format msgid "Page removed %s" msgstr "¥Ú¡¼¥¸¤ò¥í¥Ã¥¯¤·¤Þ¤·¤¿¡£" -#: ../lib/WikiDB.php:237 ../lib/WikiDB.php:1042 ../lib/WikiDB.php:1067 +#: ../lib/WikiDB.php:241 ../lib/WikiDB.php:1047 ../lib/WikiDB.php:1072 #: ../lib/loadsave.php:99 #, php-format msgid "PageChange Notification of %s sent to %s" msgstr "" -#: ../lib/WikiDB.php:240 ../lib/WikiDB.php:1045 ../lib/WikiDB.php:1070 +#: ../lib/WikiDB.php:244 ../lib/WikiDB.php:1050 ../lib/WikiDB.php:1075 #: ../lib/loadsave.php:102 #, php-format msgid "PageChange Notification Error: Couldn't send %s to %s" msgstr "" -#: ../lib/WikiDB.php:468 +#: ../lib/WikiDB.php:472 #, fuzzy, php-format msgid "renamed from %s" msgstr "%s ¤«¤éÆɹþ¤Þ¤ì¤Þ¤·¤¿¡£" -#: ../lib/WikiDB.php:476 +#: ../lib/WikiDB.php:480 msgid "WikiDB::renamePage() not yet implemented for this backend" msgstr "" -#: ../lib/WikiDB.php:840 +#: ../lib/WikiDB.php:844 #, php-format msgid "%s: Date of new revision is %s" msgstr "" -#: ../lib/WikiDB.php:901 ../lib/main.php:96 +#: ../lib/WikiDB.php:905 ../lib/main.php:96 #, fuzzy msgid "Optimizing database" msgstr "%s ¤òºÇŬ²½Ãæ¤Ç¤¹" -#: ../lib/WikiDB.php:1005 +#: ../lib/WikiDB.php:1010 #, fuzzy msgid "Page change" msgstr "Êѹ¹¤·¤Þ¤»¤ó¤Ç¤·¤¿¡£" -#: ../lib/WikiDB.php:1033 ../lib/loadsave.php:787 +#: ../lib/WikiDB.php:1038 ../lib/loadsave.php:787 #: ../lib/plugin/RecentChanges.php:107 #, fuzzy msgid "New page" msgstr "¿·µ¬¥Ú¡¼¥¸" -#: ../lib/WikiDB.php:1035 ../lib/WikiDB.php:1058 ../lib/loadsave.php:93 +#: ../lib/WikiDB.php:1041 ../lib/WikiDB.php:1064 ../lib/loadsave.php:93 #, fuzzy, php-format msgid "Edited by: %s" msgstr "ÊÔ½¸: %s" -#: ../lib/WikiDB.php:1060 +#: ../lib/WikiDB.php:1066 #, fuzzy, php-format msgid "Page rename %s to %s" msgstr "%s ¤«¤éÆɹþ¤Þ¤ì¤Þ¤·¤¿¡£" -#: ../lib/WikiDB.php:1618 ../lib/WikiDB.php:1622 +#: ../lib/WikiDB.php:1626 ../lib/WikiDB.php:1630 #: ../themes/default/templates/homepage.tmpl:7 #, php-format msgid "Describe %s here." msgstr "¤³¤³¤Ë%s¤òµ­½Ò¤·¤Þ¤¹¡£" -#: ../lib/WikiDB.php:1657 +#: ../lib/WikiDB.php:1665 #, php-format msgid "Oops! Revision %s of %s seems to have been deleted!" msgstr "" @@ -859,24 +861,26 @@ msgstr "" msgid "No or not enough GROUP_DB SQL statements defined" msgstr "" -#: ../lib/WikiGroup.php:838 -msgid "AUTH_GROUP_FILE not defined" -msgstr "" +#: ../lib/WikiGroup.php:838 ../lib/loadsave.php:921 +#, php-format +msgid "%s: not defined" +msgstr "%s: ̤ÄêµÁ¤Ç¤·¤¿¡£" -#: ../lib/WikiGroup.php:842 +#: ../lib/WikiGroup.php:843 #, php-format msgid "Cannot open AUTH_GROUP_FILE %s" msgstr "" -#: ../lib/WikiGroup.php:950 -msgid "LDAP_AUTH_HOST not defined" -msgstr "" +#: ../lib/WikiGroup.php:951 +#, fuzzy, php-format +msgid "%s not defined" +msgstr "%s: ̤ÄêµÁ¤Ç¤·¤¿¡£" -#: ../lib/WikiGroup.php:959 +#: ../lib/WikiGroup.php:961 msgid "No LDAP in this PHP version" msgstr "" -#: ../lib/WikiGroup.php:1048 +#: ../lib/WikiGroup.php:1050 #, php-format msgid "Unable to connect to LDAP server %s" msgstr "" @@ -896,8 +900,8 @@ msgstr "" #: ../themes/Sidebar/templates/navbar.tmpl:38 #: ../themes/Wordpress/templates/actionbar.tmpl:25 #: ../themes/blog/templates/navbar.tmpl:14 -#: ../themes/default/templates/head.tmpl:85 #: ../themes/default/templates/head.tmpl:86 +#: ../themes/default/templates/head.tmpl:87 #: ../themes/default/templates/navbar.tmpl:55 #: ../themes/shamino_com/templates/actionbar.tmpl:18 #: ../themes/smaller/templates/navbar.tmpl:19 @@ -909,7 +913,7 @@ msgstr "" #: ../lib/WikiPlugin.php:125 #, php-format -msgid "argument '%s' not declared by plugin." +msgid "Argument '%s' not declared by plugin." msgstr "" #: ../lib/WikiPlugin.php:235 @@ -954,12 +958,12 @@ msgid "Image map expired. Reload wiki page to recreate its html part." msgstr "" #: ../lib/WikiUser.php:188 ../lib/WikiUser.php:268 -#: ../lib/WikiUser/AdoDb.php:29 ../lib/WikiUser/AdoDb.php:167 +#: ../lib/WikiUser/AdoDb.php:29 ../lib/WikiUser/AdoDb.php:186 #: ../lib/WikiUser/Db.php:43 ../lib/WikiUser/File.php:58 -#: ../lib/WikiUser/IMAP.php:17 ../lib/WikiUser/LDAP.php:57 +#: ../lib/WikiUser/IMAP.php:17 ../lib/WikiUser/LDAP.php:58 #: ../lib/WikiUser/POP3.php:17 ../lib/WikiUser/PdoDb.php:28 #: ../lib/WikiUser/PdoDb.php:103 ../lib/WikiUser/PearDb.php:27 -#: ../lib/WikiUser/PearDb.php:101 ../lib/WikiUserNew.php:559 +#: ../lib/WikiUser/PearDb.php:118 ../lib/WikiUserNew.php:559 #, fuzzy msgid "Invalid username." msgstr "¥æ¡¼¥¶¡¼ID¤«¥Ñ¥¹¥ï¡¼¥É¤¬Ìµ¸ú¤Ç¤¹¡£" @@ -1012,15 +1016,15 @@ msgid "" "password in your UserPreferences." msgstr "" -#: ../lib/WikiUser/AdoDb.php:126 ../lib/WikiUser/PdoDb.php:134 -#: ../lib/WikiUser/PearDb.php:121 +#: ../lib/WikiUser/AdoDb.php:145 ../lib/WikiUser/PdoDb.php:134 +#: ../lib/WikiUser/PearDb.php:138 #, php-format msgid "%s is missing" msgstr "" -#: ../lib/WikiUser/AdoDb.php:182 ../lib/WikiUser/AdoDb.php:236 +#: ../lib/WikiUser/AdoDb.php:201 ../lib/WikiUser/AdoDb.php:255 #: ../lib/WikiUser/PdoDb.php:190 ../lib/WikiUser/PdoDb.php:255 -#: ../lib/WikiUser/PearDb.php:164 ../lib/WikiUser/PearDb.php:208 +#: ../lib/WikiUser/PearDb.php:181 ../lib/WikiUser/PearDb.php:225 #, php-format msgid "Either %s is missing or DATABASE_TYPE != '%s'" msgstr "" @@ -1029,7 +1033,12 @@ msgstr "" msgid "Unable to connect to IMAP server " msgstr "" -#: ../lib/WikiUser/LDAP.php:64 ../lib/WikiUser/LDAP.php:107 +#: ../lib/WikiUser/LDAP.php:35 +#, php-format +msgid "Unable to bind LDAP server %s using %s %s" +msgstr "" + +#: ../lib/WikiUser/LDAP.php:65 ../lib/WikiUser/LDAP.php:108 #, php-format msgid "Invalid username '%s' for LDAP Auth" msgstr "" @@ -1223,7 +1232,7 @@ msgstr "" #: ../themes/Sidebar/templates/frame-header.tmpl:16 #: ../themes/Sidebar/templates/top.tmpl:10 #: ../themes/Wordpress/templates/body.tmpl:13 -#: ../themes/default/templates/head.tmpl:52 +#: ../themes/default/templates/head.tmpl:53 #: ../themes/default/templates/top.tmpl:11 #: ../themes/shamino_com/templates/top.tmpl:8 #: ../themes/wikilens/templates/head.tmpl:45 @@ -1256,91 +1265,100 @@ msgstr "" msgid "You searched for: " msgstr "" -#: ../lib/editpage.php:95 ../lib/editpage.php:107 +#: ../lib/editpage.php:100 ../lib/editpage.php:112 msgid "Typed in verification word mismatch ... are you a bot?" msgstr "" -#: ../lib/editpage.php:128 ../lib/editpage.php:451 +#: ../lib/editpage.php:134 ../lib/editpage.php:480 msgid "Your version" msgstr "" -#: ../lib/editpage.php:128 ../lib/editpage.php:452 +#: ../lib/editpage.php:134 ../lib/editpage.php:481 msgid "Other version" msgstr "" -#: ../lib/editpage.php:138 +#: ../lib/editpage.php:144 msgid "Some internal editing error" msgstr "" -#: ../lib/editpage.php:139 +#: ../lib/editpage.php:145 msgid "" "Your are probably trying to edit/create an invalid version of this page." msgstr "" -#: ../lib/editpage.php:140 +#: ../lib/editpage.php:146 msgid "&version=-1 might help." msgstr "" -#: ../lib/editpage.php:157 +#: ../lib/editpage.php:163 #, php-format msgid "Edit: %s" msgstr "ÊÔ½¸: %s" -#: ../lib/editpage.php:191 +#: ../lib/editpage.php:197 #, php-format msgid "View Source: %s" msgstr "¥½¡¼¥¹¤ò¸«¤ë: %s" -#: ../lib/editpage.php:205 +#: ../lib/editpage.php:211 msgid "Page now locked." msgstr "¥Ú¡¼¥¸¤Ï¥í¥Ã¥¯Ãæ¤Ç¤¹¡£" -#: ../lib/editpage.php:205 +#: ../lib/editpage.php:211 msgid "Page now unlocked." msgstr "¥Ú¡¼¥¸¤Ï¥í¥Ã¥¯²ò½üÃæ¤Ç¤¹¡£" -#: ../lib/editpage.php:306 +#: ../lib/editpage.php:313 #, fuzzy, php-format msgid "Saved: %s" msgstr "Êݸ¤·¤Þ¤·¤¿: 5s" -#: ../lib/editpage.php:368 +#: ../lib/editpage.php:376 msgid "Too many external links." msgstr "" -#: ../lib/editpage.php:382 +#: ../lib/editpage.php:390 msgid "SpamAssassin reports: " msgstr "" -#: ../lib/editpage.php:400 +#: ../lib/editpage.php:407 +msgid "External links contain blocked domains:" +msgstr "" + +#: ../lib/editpage.php:408 +#, php-format +msgid "%s is listed at %s" +msgstr "" + +#: ../lib/editpage.php:429 msgid "Spam Prevention" msgstr "" -#: ../lib/editpage.php:401 +#: ../lib/editpage.php:430 msgid "This page edit seems to contain spam and was therefore not saved." msgstr "" -#: ../lib/editpage.php:403 ../lib/editpage.php:437 +#: ../lib/editpage.php:432 ../lib/editpage.php:466 msgid "Sorry for the inconvenience." msgstr "" -#: ../lib/editpage.php:434 ../themes/MacOSX/themeinfo.php:137 +#: ../lib/editpage.php:463 ../themes/MacOSX/themeinfo.php:137 msgid "Page Locked" msgstr "¥Ú¡¼¥¸¤ò¥í¥Ã¥¯¤·¤Þ¤·¤¿¡£" -#: ../lib/editpage.php:435 +#: ../lib/editpage.php:464 msgid "" "This page has been locked by the administrator so your changes can not be " "saved." msgstr "" -#: ../lib/editpage.php:436 +#: ../lib/editpage.php:465 msgid "" "(Copy your changes to the clipboard. You can try editing a different page or " "save your text in a text editor.)" msgstr "" -#: ../lib/editpage.php:450 ../lib/editpage.php:751 +#: ../lib/editpage.php:479 ../lib/editpage.php:784 #, php-format msgid "" "Some of the changes could not automatically be combined. Please look for " @@ -1348,43 +1366,43 @@ msgid "" "those sections by hand before you click Save." msgstr "" -#: ../lib/editpage.php:454 ../lib/editpage.php:754 +#: ../lib/editpage.php:483 ../lib/editpage.php:787 msgid "Please check it through before saving." msgstr "" -#: ../lib/editpage.php:465 +#: ../lib/editpage.php:494 msgid "Conflicting Edits!" msgstr "" -#: ../lib/editpage.php:466 +#: ../lib/editpage.php:495 msgid "" "In the time since you started editing this page, another user has saved a " "new version of it." msgstr "" -#: ../lib/editpage.php:467 +#: ../lib/editpage.php:496 msgid "" "Your changes can not be saved as they are, since doing so would overwrite " "the other author's changes. So, your changes and those of the other author " "have been combined. The result is shown below." msgstr "" -#: ../lib/editpage.php:527 +#: ../lib/editpage.php:557 msgid "Type word above:" msgstr "" -#: ../lib/editpage.php:550 +#: ../lib/editpage.php:580 #, fuzzy msgid "Convert" msgstr "¥³¥ó¥Æ¥ó¥Ä" -#: ../lib/editpage.php:583 ../themes/Portland/templates/editpage.tmpl:62 -#: ../themes/Wordpress/templates/editpage.tmpl:71 +#: ../lib/editpage.php:615 ../themes/Portland/templates/editpage.tmpl:41 +#: ../themes/Wordpress/templates/editpage.tmpl:50 #, php-format msgid "Author will be logged as %s." msgstr "" -#: ../lib/editpage.php:726 +#: ../lib/editpage.php:759 #, php-format msgid "Merge and Edit: %s" msgstr "" @@ -1597,11 +1615,6 @@ msgstr " msgid "- version %d saved to database as version %d" msgstr "" -#: ../lib/loadsave.php:921 -#, php-format -msgid "%s: not defined" -msgstr "%s: ̤ÄêµÁ¤Ç¤·¤¿¡£" - #: ../lib/loadsave.php:931 msgid "Default InterWiki map file not loaded." msgstr "" @@ -1785,7 +1798,7 @@ msgid "download a zip dump from this wiki" msgstr "" #: ../lib/main.php:508 -msgid "download an html zip dump from this wiki" +msgid "download a html zip dump from this wiki" msgstr "" #: ../lib/main.php:532 @@ -1965,8 +1978,8 @@ msgstr "" msgid "Click to display all comments" msgstr "¥Ú¡¼¥¸¤Î¥í¥Ã¥¯¤ò²ò½üÃæ¤Ç¤¹¡£" -#: ../lib/plugin/AddComment.php:111 ../lib/plugin/CreateToc.php:260 -#: ../lib/plugin/CreateToc.php:265 +#: ../lib/plugin/AddComment.php:111 ../lib/plugin/CreateToc.php:370 +#: ../lib/plugin/CreateToc.php:375 #, fuzzy msgid "Click to display" msgstr "¥Ú¡¼¥¸¤Î¥í¥Ã¥¯¤ò²ò½üÃæ¤Ç¤¹¡£" @@ -2099,7 +2112,7 @@ msgstr "" msgid "hours" msgstr "" -#: ../lib/plugin/AnalyseAccessLogSql.php:204 ../lib/plugin/VisualWiki.php:493 +#: ../lib/plugin/AnalyseAccessLogSql.php:204 ../lib/plugin/VisualWiki.php:499 msgid "days" msgstr "" @@ -2185,7 +2198,7 @@ msgstr "" #: ../lib/plugin/AuthorHistory.php:70 #: ../themes/MonoBook/templates/info.tmpl:168 -#: ../themes/blog/templates/_info.tmpl:3 ../themes/blog/templates/info.tmpl:3 +#: ../themes/blog/templates/info.tmpl:3 #: ../themes/shamino_com/templates/info.tmpl:167 #: ../themes/smaller/templates/info.tmpl:7 #, fuzzy @@ -2216,8 +2229,8 @@ msgstr " #: ../themes/Crao/templates/blogform.tmpl:12 #: ../themes/Crao/templates/editpage.tmpl:48 #: ../themes/MonoBook/templates/info.tmpl:78 -#: ../themes/Portland/templates/editpage.tmpl:60 -#: ../themes/Wordpress/templates/editpage.tmpl:69 +#: ../themes/Portland/templates/editpage.tmpl:39 +#: ../themes/Wordpress/templates/editpage.tmpl:48 #: ../themes/blog/templates/blogform.tmpl:15 #: ../themes/default/templates/blogform.tmpl:15 #: ../themes/default/templates/editpage.tmpl:47 @@ -2291,7 +2304,7 @@ msgstr "" msgid "%s pages link to %s:" msgstr "" -#: ../lib/plugin/BlogArchives.php:24 ../lib/plugin/BlogArchives.php:159 +#: ../lib/plugin/BlogArchives.php:24 ../lib/plugin/BlogArchives.php:134 #: ../themes/blog/templates/actionbar.tmpl:17 msgid "Archives" msgstr "" @@ -2300,17 +2313,17 @@ msgstr "" msgid "List blog months links for the current or ADMIN user" msgstr "" -#: ../lib/plugin/BlogArchives.php:113 ../lib/plugin/BlogJournal.php:110 +#: ../lib/plugin/BlogArchives.php:88 ../lib/plugin/BlogJournal.php:85 #, php-format msgid "Blog Entries for %s:" msgstr "" -#: ../lib/plugin/BlogArchives.php:121 +#: ../lib/plugin/BlogArchives.php:96 #: ../themes/blog/templates/actionbar.tmpl:17 msgid "BlogArchives" msgstr "" -#: ../lib/plugin/BlogArchives.php:147 +#: ../lib/plugin/BlogArchives.php:122 msgid "Blog Archives:" msgstr "" @@ -2322,11 +2335,11 @@ msgstr "" msgid "Include latest blog entries for the current or ADMIN user" msgstr "" -#: ../lib/plugin/BlogJournal.php:106 ../lib/plugin/WikiBlog.php:75 +#: ../lib/plugin/BlogJournal.php:81 ../lib/plugin/WikiBlog.php:75 msgid "WikiBlog" msgstr "" -#: ../lib/plugin/BlogJournal.php:108 +#: ../lib/plugin/BlogJournal.php:83 msgid "No Blog Entries" msgstr "" @@ -2337,7 +2350,7 @@ msgstr "" #: ../themes/Sidebar/templates/body.tmpl:26 ../themes/Sidebar/themeinfo.php:44 #: ../themes/Wordpress/templates/actionbar.tmpl:31 #: ../themes/blog/templates/sidebar.tmpl:18 -#: ../themes/default/templates/head.tmpl:95 +#: ../themes/default/templates/head.tmpl:96 #: ../themes/default/templates/homepage.tmpl:15 #: ../themes/default/templates/navbar.tmpl:45 #: ../themes/wikilens/templates/head.tmpl:89 @@ -2353,12 +2366,12 @@ msgstr " msgid "Next Month" msgstr "¼¡¤Î·î" -#: ../lib/plugin/Calendar.php:168 ../lib/plugin/CalendarList.php:139 +#: ../lib/plugin/Calendar.php:168 ../lib/plugin/CalendarList.php:135 #, php-format msgid "Edit %s" msgstr "%s ¤òÊÔ½¸" -#: ../lib/plugin/CalendarList.php:55 ../lib/plugin/CalendarList.php:59 +#: ../lib/plugin/CalendarList.php:51 ../lib/plugin/CalendarList.php:55 #, fuzzy msgid "CalendarList" msgstr "¥«¥ì¥ó¥À¡¼" @@ -2412,20 +2425,20 @@ msgstr " msgid "Automatically link headers at the top" msgstr "" -#: ../lib/plugin/CreateToc.php:193 ../lib/plugin/IncludePage.php:77 -#: ../lib/plugin/RateIt.php:208 +#: ../lib/plugin/CreateToc.php:300 ../lib/plugin/IncludePage.php:77 +#: ../lib/plugin/RateIt.php:208 ../lib/plugin/Template.php:102 msgid "no page specified" msgstr "" -#: ../lib/plugin/CreateToc.php:204 +#: ../lib/plugin/CreateToc.php:311 msgid "CreateToc disabled for old markup" msgstr "" -#: ../lib/plugin/CreateToc.php:257 +#: ../lib/plugin/CreateToc.php:367 msgid "Click to hide the TOC" msgstr "" -#: ../lib/plugin/CreateToc.php:267 ../lib/plugin/CreateToc.php:270 +#: ../lib/plugin/CreateToc.php:377 ../lib/plugin/CreateToc.php:380 #, fuzzy msgid "Table Of Contents" msgstr "¥³¥ó¥Æ¥ó¥Ä" @@ -2479,6 +2492,22 @@ msgstr "" msgid "Redirects to an external web site based on form input" msgstr "" +#: ../lib/plugin/FileInfo.php:39 +#, fuzzy +msgid "FileInfo" +msgstr "ÊÔ½¸¼Ô:" + +#: ../lib/plugin/FileInfo.php:43 +msgid "Display file information like version,size,date,... of uploaded files." +msgstr "" + +#: ../lib/plugin/FileInfo.php:63 ../lib/plugin/FileInfo.php:65 +#: ../lib/plugin/PageGroup.php:104 ../lib/plugin/WikiFormRich.php:162 +#: ../lib/plugin/WikiFormRich.php:178 +#, php-format +msgid "A required argument '%s' is missing." +msgstr "" + #: ../lib/plugin/FoafViewer.php:52 msgid "FoafViewer" msgstr "" @@ -2526,6 +2555,7 @@ msgid "" msgstr "" #: ../lib/plugin/FrameInclude.php:93 ../lib/plugin/IncludePage.php:84 +#: ../lib/plugin/Template.php:108 #, php-format msgid "recursive inclusion of page %s" msgstr "" @@ -2603,6 +2633,30 @@ msgstr "" msgid "Go" msgstr "" +#: ../lib/plugin/GoogleMaps.php:63 +msgid "GoogleMaps" +msgstr "" + +#: ../lib/plugin/GoogleMaps.php:67 +msgid "" +"Displays a marker with further infos (when clicking) on given coordinates" +msgstr "" + +#: ../lib/plugin/GoogleMaps.php:96 ../lib/plugin/GoogleMaps.php:99 +#: ../lib/plugin/Transclude.php:76 +#, php-format +msgid "%s parameter missing" +msgstr "" + +#: ../lib/plugin/GoogleMaps.php:108 +#, fuzzy, php-format +msgid "invalid argument %s" +msgstr "¥¤¥ó¥é¥¤¥ó²èÁü°ìÍ÷" + +#: ../lib/plugin/GoogleMaps.php:128 +msgid "new window" +msgstr "" + #: ../lib/plugin/GooglePlugin.php:43 #, fuzzy msgid "GooglePlugin" @@ -2625,16 +2679,16 @@ msgstr "" msgid "GraphViz image or imagemap creation of directed graphs" msgstr "" -#: ../lib/plugin/GraphViz.php:264 ../lib/plugin/GraphViz.php:334 +#: ../lib/plugin/GraphViz.php:265 ../lib/plugin/GraphViz.php:335 msgid "No dot graph given" msgstr "" -#: ../lib/plugin/GraphViz.php:275 ../lib/plugin/SyntaxHighlighter.php:173 +#: ../lib/plugin/GraphViz.php:276 ../lib/plugin/SyntaxHighlighter.php:173 #, php-format msgid "Couldn't start commandline '%s'" msgstr "" -#: ../lib/plugin/GraphViz.php:278 ../lib/plugin/Ploticus.php:239 +#: ../lib/plugin/GraphViz.php:279 ../lib/plugin/Ploticus.php:239 #, php-format msgid "%s error: outputfile '%s' not created" msgstr "" @@ -2673,6 +2727,7 @@ msgid "Include text from another wiki page." msgstr "" #: ../lib/plugin/IncludePage.php:92 ../lib/plugin/PageGroup.php:131 +#: ../lib/plugin/Template.php:116 #, php-format msgid "%s(%d): no such revision" msgstr "" @@ -3042,12 +3097,6 @@ msgstr " msgid "<%s: no such section>" msgstr "" -#: ../lib/plugin/PageGroup.php:104 ../lib/plugin/WikiFormRich.php:162 -#: ../lib/plugin/WikiFormRich.php:178 -#, php-format -msgid "A required argument '%s' is missing." -msgstr "" - #: ../lib/plugin/PageGroup.php:108 ../lib/plugin/PrevNext.php:66 msgid "Next" msgstr "¼¡¤Ø" @@ -3483,8 +3532,8 @@ msgstr "" #: ../lib/plugin/RecentChanges.php:388 ../lib/plugin/RecentChanges.php:464 #: ../lib/plugin/RecentEdits.php:10 ../lib/plugin/RecentEdits.php:36 #: ../lib/plugin/RelatedChanges.php:27 -#: ../themes/Portland/templates/editpage.tmpl:66 -#: ../themes/Wordpress/templates/editpage.tmpl:75 +#: ../themes/Portland/templates/editpage.tmpl:45 +#: ../themes/Wordpress/templates/editpage.tmpl:54 msgid "RecentEdits" msgstr "" @@ -3661,58 +3710,42 @@ msgstr "" msgid "invalid %s ignored" msgstr "" -#: ../lib/plugin/SystemInfo.php:52 +#: ../lib/plugin/SystemInfo.php:51 msgid "SystemInfo" msgstr "¥·¥¹¥Æ¥à¾ðÊó" -#: ../lib/plugin/SystemInfo.php:56 +#: ../lib/plugin/SystemInfo.php:55 msgid "Provides access to PhpWiki's lower level system information." msgstr "" -#: ../lib/plugin/SystemInfo.php:83 -msgid "db type:" -msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹¥¿¥¤¥×" - -#: ../lib/plugin/SystemInfo.php:88 -msgid "db backend:" -msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹¥Ð¥Ã¥¯¥¨¥ó¥É" - -#: ../lib/plugin/SystemInfo.php:96 -msgid "dba handler:" -msgstr "dba¥Ï¥ó¥É¥é¡¼" - -#: ../lib/plugin/SystemInfo.php:106 -msgid "timeout:" -msgstr "¥¿¥¤¥à¥¢¥¦¥È" - -#: ../lib/plugin/SystemInfo.php:112 +#: ../lib/plugin/SystemInfo.php:123 msgid "no cache used" msgstr "¥­¥ã¥Ã¥·¥å¤ò»È¤¤¤Þ¤»¤ó" -#: ../lib/plugin/SystemInfo.php:115 +#: ../lib/plugin/SystemInfo.php:126 msgid "cached pagedata:" msgstr "¥Ú¡¼¥¸¥Ç¡¼¥¿¤ò¥­¥ã¥Ã¥·¥å:" -#: ../lib/plugin/SystemInfo.php:116 +#: ../lib/plugin/SystemInfo.php:127 msgid "cached versiondata:" msgstr "¥Ð¡¼¥¸¥ç¥ó¥Ç¡¼¥¿¤ò¥­¥ã¥Ã¥·¥å:" -#: ../lib/plugin/SystemInfo.php:125 +#: ../lib/plugin/SystemInfo.php:136 #, php-format msgid "Keep up to %d major edits, but keep them no longer than %d days." msgstr "" -#: ../lib/plugin/SystemInfo.php:128 +#: ../lib/plugin/SystemInfo.php:139 #, php-format msgid " Keep up to %d minor edits, but keep them no longer than %d days." msgstr "" -#: ../lib/plugin/SystemInfo.php:131 +#: ../lib/plugin/SystemInfo.php:142 #, php-format msgid " Keep the latest contributions of the last %d authors up to %d days." msgstr "" -#: ../lib/plugin/SystemInfo.php:133 +#: ../lib/plugin/SystemInfo.php:144 #, php-format msgid "" " Additionally, try to keep the latest contributions of all authors in the " @@ -3720,163 +3753,167 @@ msgid "" "more than %d unique author revisions." msgstr "" -#: ../lib/plugin/SystemInfo.php:142 +#: ../lib/plugin/SystemInfo.php:153 #, php-format msgid "%d pages" msgstr "" -#: ../lib/plugin/SystemInfo.php:143 +#: ../lib/plugin/SystemInfo.php:154 #, php-format msgid "%d not-empty pages" msgstr "" -#: ../lib/plugin/SystemInfo.php:154 ../lib/plugin/SystemInfo.php:184 +#: ../lib/plugin/SystemInfo.php:165 ../lib/plugin/SystemInfo.php:195 msgid "not yet" msgstr "" -#: ../lib/plugin/SystemInfo.php:171 +#: ../lib/plugin/SystemInfo.php:182 #, php-format msgid "%d homepages" msgstr "" -#: ../lib/plugin/SystemInfo.php:219 +#: ../lib/plugin/SystemInfo.php:259 #, fuzzy, php-format msgid "total hits: %d" msgstr "Áí¥Ò¥Ã¥È¿ô: %s" -#: ../lib/plugin/SystemInfo.php:220 +#: ../lib/plugin/SystemInfo.php:260 #, php-format msgid "max: %d" msgstr "ºÇÂç: %d" -#: ../lib/plugin/SystemInfo.php:221 +#: ../lib/plugin/SystemInfo.php:261 #, php-format msgid "mean: %2.3f" msgstr "" -#: ../lib/plugin/SystemInfo.php:222 +#: ../lib/plugin/SystemInfo.php:262 #, php-format msgid "median: %d" msgstr "" -#: ../lib/plugin/SystemInfo.php:223 +#: ../lib/plugin/SystemInfo.php:263 #, php-format msgid "stddev: %2.3f" msgstr "" -#: ../lib/plugin/SystemInfo.php:235 +#: ../lib/plugin/SystemInfo.php:264 #, php-format msgid "%d pages with less than %d hits (<%d%%)." msgstr "" -#: ../lib/plugin/SystemInfo.php:237 +#: ../lib/plugin/SystemInfo.php:266 #, php-format msgid "%d page(s) with more than %d hits (>%d%%)." msgstr "" -#: ../lib/plugin/SystemInfo.php:279 +#: ../lib/plugin/SystemInfo.php:404 #, php-format msgid "Application size: %d Kb" msgstr "¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¥µ¥¤¥º: %d ¥­¥í¥Ð¥¤¥È" -#: ../lib/plugin/SystemInfo.php:281 +#: ../lib/plugin/SystemInfo.php:406 #, fuzzy, php-format msgid "Pagedata size: %d Kb" msgstr "¥Ú¡¼¥¸¥Ç¡¼¥¿¡¼¥µ¥¤¥º: %s ¥­¥í¥Ð¥¤¥È" -#: ../lib/plugin/SystemInfo.php:299 +#: ../lib/plugin/SystemInfo.php:424 #, php-format msgid "Total %d plugins: " msgstr "¹ç·× %d ¥×¥é¥°¥¤¥ó" -#: ../lib/plugin/SystemInfo.php:308 +#: ../lib/plugin/SystemInfo.php:433 #, php-format msgid "Total of %d languages: " msgstr "" -#: ../lib/plugin/SystemInfo.php:311 +#: ../lib/plugin/SystemInfo.php:436 #, php-format msgid "Current language: '%s'" msgstr "¸½ºß¤Î¸À¸ì: %s" -#: ../lib/plugin/SystemInfo.php:313 +#: ../lib/plugin/SystemInfo.php:438 #, php-format msgid "Default language: '%s'" msgstr "" -#: ../lib/plugin/SystemInfo.php:321 +#: ../lib/plugin/SystemInfo.php:446 #, php-format msgid "Total of %d themes: " msgstr "Áí¥Æ¡¼¥Þ¿ô: %d" -#: ../lib/plugin/SystemInfo.php:323 +#: ../lib/plugin/SystemInfo.php:448 #, php-format msgid "Current theme: '%s'" msgstr "¸½ºß¤Î¥Æ¡¼¥Þ: %s" -#: ../lib/plugin/SystemInfo.php:325 +#: ../lib/plugin/SystemInfo.php:450 #, php-format msgid "Default theme: '%s'" msgstr "¥Ç¥Õ¥©¥ë¥È¥Æ¡¼¥Þ: %s" -#: ../lib/plugin/SystemInfo.php:338 +#: ../lib/plugin/SystemInfo.php:463 #, php-format msgid "unknown argument '%s' to SystemInfo" msgstr "" -#: ../lib/plugin/SystemInfo.php:361 +#: ../lib/plugin/SystemInfo.php:487 msgid "Application name" msgstr "¥¢¥×¥ê¥±¡¼¥·¥ç¥ó̾" -#: ../lib/plugin/SystemInfo.php:362 +#: ../lib/plugin/SystemInfo.php:488 msgid "PhpWiki engine version" msgstr "" -#: ../lib/plugin/SystemInfo.php:363 +#: ../lib/plugin/SystemInfo.php:489 msgid "Database" msgstr "" -#: ../lib/plugin/SystemInfo.php:364 +#: ../lib/plugin/SystemInfo.php:490 msgid "Cache statistics" msgstr "¥­¥ã¥Ã¥·¥åÅý·×" -#: ../lib/plugin/SystemInfo.php:365 +#: ../lib/plugin/SystemInfo.php:491 msgid "Page statistics" msgstr "¥Ú¡¼¥¸Åý·×" -#: ../lib/plugin/SystemInfo.php:368 +#: ../lib/plugin/SystemInfo.php:494 msgid "User statistics" msgstr "¥æ¡¼¥¶¡¼Åý·×" -#: ../lib/plugin/SystemInfo.php:370 +#: ../lib/plugin/SystemInfo.php:496 msgid "Hit statistics" msgstr "¥Ò¥Ã¥ÈÅý·×" -#: ../lib/plugin/SystemInfo.php:372 +#: ../lib/plugin/SystemInfo.php:497 +msgid "Harddisc usage" +msgstr "" + +#: ../lib/plugin/SystemInfo.php:498 msgid "Expiry parameters" msgstr "" -#: ../lib/plugin/SystemInfo.php:373 +#: ../lib/plugin/SystemInfo.php:499 msgid "Wikiname regexp" msgstr "" -#: ../lib/plugin/SystemInfo.php:374 +#: ../lib/plugin/SystemInfo.php:500 msgid "Allowed protocols" msgstr "µö²Ä¤¹¤ë¥×¥í¥È¥³¥ë°ìÍ÷" -#: ../lib/plugin/SystemInfo.php:375 +#: ../lib/plugin/SystemInfo.php:501 msgid "Inline images" msgstr "¥¤¥ó¥é¥¤¥ó²èÁü°ìÍ÷" -#: ../lib/plugin/SystemInfo.php:376 +#: ../lib/plugin/SystemInfo.php:502 msgid "Available plugins" msgstr "Í­¸ú¤Ê¥×¥é¥°¥¤¥ó°ìÍ÷" -#: ../lib/plugin/SystemInfo.php:377 +#: ../lib/plugin/SystemInfo.php:503 msgid "Supported languages" msgstr "¥µ¥Ý¡¼¥È¸À¸ì°ìÍ÷" -#: ../lib/plugin/SystemInfo.php:378 +#: ../lib/plugin/SystemInfo.php:504 msgid "Supported themes" msgstr "¥µ¥Ý¡¼¥È¥Æ¡¼¥Þ°ìÍ÷" @@ -3904,6 +3941,15 @@ msgstr "" msgid "Sorry, this version of PHP cannot create PNG image files." msgstr "" +#: ../lib/plugin/Template.php:61 +#, fuzzy +msgid "Template" +msgstr "¥Æ¡¼¥Þ" + +#: ../lib/plugin/Template.php:65 +msgid "Parametrized page inclusion." +msgstr "" + #: ../lib/plugin/TexToPng.php:103 msgid "Converts TeX to an image. May be used to embed formulas in PhpWiki." msgstr "" @@ -3925,11 +3971,6 @@ msgstr "" msgid "Include an external web page within the body of a wiki page." msgstr "" -#: ../lib/plugin/Transclude.php:76 -#, php-format -msgid "%s parameter missing" -msgstr "" - #: ../lib/plugin/Transclude.php:88 msgid "Transcluded page" msgstr "" @@ -4105,8 +4146,8 @@ msgstr "" #: ../themes/Crao/templates/navbar.tmpl:23 #: ../themes/MonoBook/templates/navbar.tmpl:49 #: ../themes/blog/templates/navbar.tmpl:17 -#: ../themes/default/templates/head.tmpl:91 #: ../themes/default/templates/head.tmpl:92 +#: ../themes/default/templates/head.tmpl:93 #: ../themes/default/templates/homepage.tmpl:11 #: ../themes/default/templates/navbar.tmpl:40 #: ../themes/shamino_com/templates/top.tmpl:28 @@ -4214,7 +4255,7 @@ msgid "" "from graphviz." msgstr "" -#: ../lib/plugin/VisualWiki.php:487 +#: ../lib/plugin/VisualWiki.php:493 msgid "Legend" msgstr "" @@ -5113,8 +5154,8 @@ msgstr "" #: ../themes/MonoBook/templates/navbar.tmpl:25 #: ../themes/Portland/templates/navbar.tmpl:8 #: ../themes/Sidebar/templates/navbar.tmpl:24 -#: ../themes/default/templates/head.tmpl:41 #: ../themes/default/templates/head.tmpl:42 +#: ../themes/default/templates/head.tmpl:43 #: ../themes/default/templates/navbar.tmpl:20 #: ../themes/shamino_com/templates/top.tmpl:21 #: ../themes/smaller/templates/navbar.tmpl:8 @@ -5344,8 +5385,8 @@ msgstr " #: ../lib/plugin/_WikiTranslation.php:123 #: ../themes/Crao/templates/head.tmpl:73 ../themes/Crao/templates/head.tmpl:74 -#: ../themes/default/templates/head.tmpl:78 #: ../themes/default/templates/head.tmpl:79 +#: ../themes/default/templates/head.tmpl:80 #: ../themes/wikilens/templates/head.tmpl:71 #: ../themes/wikilens/templates/head.tmpl:72 msgid "WikiWikiWeb" @@ -5803,7 +5844,7 @@ msgstr " #: ../themes/Wordpress/templates/actionbar.tmpl:10 #: ../themes/blog/templates/actionbar.tmpl:7 #: ../themes/default/templates/actionbar.tmpl:17 -#: ../themes/default/templates/head.tmpl:52 +#: ../themes/default/templates/head.tmpl:53 #: ../themes/shamino_com/templates/info.tmpl:165 #: ../themes/smaller/templates/actionbar.tmpl:20 #: ../themes/smaller/templates/info.tmpl:5 @@ -5880,8 +5921,8 @@ msgid "View the current version" msgstr "¸½ºß¤Î¥Ð¡¼¥¸¥ç¥ó¤òɽ¼¨¤¹¤ë" #: ../themes/Crao/templates/editpage.tmpl:4 -#: ../themes/Portland/templates/editpage.tmpl:80 -#: ../themes/Wordpress/templates/editpage.tmpl:80 +#: ../themes/Portland/templates/editpage.tmpl:57 +#: ../themes/Wordpress/templates/editpage.tmpl:59 #: ../themes/default/templates/editpage.tmpl:4 msgid "Preview only! Changes not saved." msgstr "¥×¥ì¥Ó¥å¡¼¤·¤Æ¤¤¤ë¤À¤±¤Ç¤¹! ¤Þ¤ÀÊݸ¤Ï¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£" @@ -5899,36 +5940,36 @@ msgid "edit area" msgstr "ÊÔ½¸¥¨¥ê¥¢" #: ../themes/Crao/templates/editpage.tmpl:18 -#: ../themes/Portland/templates/editpage.tmpl:46 -#: ../themes/Wordpress/templates/editpage.tmpl:44 +#: ../themes/Portland/templates/editpage.tmpl:25 +#: ../themes/Wordpress/templates/editpage.tmpl:23 #: ../themes/default/templates/editpage.tmpl:20 msgid "Warning: You are editing an old revision." msgstr "·Ù¹ð: ¤¢¤Ê¤¿¤Ï¸Å¤¤¥ê¥Ó¥¸¥ç¥ó¤òÊÔ½¸¤·¤Æ¤¤¤Þ¤¹¡£" #: ../themes/Crao/templates/editpage.tmpl:19 -#: ../themes/Portland/templates/editpage.tmpl:47 -#: ../themes/Wordpress/templates/editpage.tmpl:45 +#: ../themes/Portland/templates/editpage.tmpl:26 +#: ../themes/Wordpress/templates/editpage.tmpl:24 #: ../themes/default/templates/editpage.tmpl:21 msgid "Saving this page will overwrite the current version." msgstr "" #: ../themes/Crao/templates/editpage.tmpl:38 -#: ../themes/Portland/templates/editpage.tmpl:69 -#: ../themes/Wordpress/templates/editpage.tmpl:60 +#: ../themes/Portland/templates/editpage.tmpl:48 +#: ../themes/Wordpress/templates/editpage.tmpl:39 #: ../themes/default/templates/editpage.tmpl:40 msgid "H" msgstr "¹â¤µ" #: ../themes/Crao/templates/editpage.tmpl:39 -#: ../themes/Portland/templates/editpage.tmpl:71 -#: ../themes/Wordpress/templates/editpage.tmpl:61 +#: ../themes/Portland/templates/editpage.tmpl:49 +#: ../themes/Wordpress/templates/editpage.tmpl:40 #: ../themes/default/templates/editpage.tmpl:41 msgid "W" msgstr "Éý" #: ../themes/Crao/templates/editpage.tmpl:40 -#: ../themes/Portland/templates/editpage.tmpl:73 -#: ../themes/Wordpress/templates/editpage.tmpl:62 +#: ../themes/Portland/templates/editpage.tmpl:50 +#: ../themes/Wordpress/templates/editpage.tmpl:41 #: ../themes/default/templates/editpage.tmpl:42 msgid "Adjust" msgstr "Ä´À°" @@ -5944,18 +5985,18 @@ msgid "This is a minor change." msgstr "" #: ../themes/Crao/templates/editpage.tmpl:53 -#: ../themes/Portland/templates/editpage.tmpl:75 -#: ../themes/Wordpress/templates/editpage.tmpl:65 +#: ../themes/Portland/templates/editpage.tmpl:52 +#: ../themes/Wordpress/templates/editpage.tmpl:44 #: ../themes/default/templates/editpage.tmpl:60 msgid "Use old markup" msgstr "¸Å¤¤¥Þ¡¼¥¯¥¢¥Ã¥×¤ò»ÈÍÑ" #: ../themes/Crao/templates/editpage.tmpl:88 #: ../themes/Crao/templates/editpage.tmpl:93 -#: ../themes/Portland/templates/editpage.tmpl:103 -#: ../themes/Portland/templates/editpage.tmpl:108 -#: ../themes/Wordpress/templates/editpage.tmpl:103 -#: ../themes/Wordpress/templates/editpage.tmpl:108 +#: ../themes/Portland/templates/editpage.tmpl:80 +#: ../themes/Portland/templates/editpage.tmpl:85 +#: ../themes/Wordpress/templates/editpage.tmpl:82 +#: ../themes/Wordpress/templates/editpage.tmpl:87 #: ../themes/default/templates/editpage.tmpl:113 #: ../themes/default/templates/editpage.tmpl:118 #, php-format @@ -5964,44 +6005,44 @@ msgstr "" #: ../themes/Crao/templates/editpage.tmpl:88 #: ../themes/Crao/templates/editpage.tmpl:93 -#: ../themes/Portland/templates/editpage.tmpl:103 -#: ../themes/Portland/templates/editpage.tmpl:108 -#: ../themes/Wordpress/templates/editpage.tmpl:103 -#: ../themes/Wordpress/templates/editpage.tmpl:108 +#: ../themes/Portland/templates/editpage.tmpl:80 +#: ../themes/Portland/templates/editpage.tmpl:85 +#: ../themes/Wordpress/templates/editpage.tmpl:82 +#: ../themes/Wordpress/templates/editpage.tmpl:87 #: ../themes/default/templates/editpage.tmpl:113 #: ../themes/default/templates/editpage.tmpl:118 msgid "GoodStyle" msgstr "" #: ../themes/Crao/templates/editpage.tmpl:89 -#: ../themes/Portland/templates/editpage.tmpl:104 -#: ../themes/Wordpress/templates/editpage.tmpl:104 +#: ../themes/Portland/templates/editpage.tmpl:81 +#: ../themes/Wordpress/templates/editpage.tmpl:83 #: ../themes/default/templates/editpage.tmpl:114 msgid "OldTextFormattingRules" msgstr "" #: ../themes/Crao/templates/editpage.tmpl:89 #: ../themes/Crao/templates/editpage.tmpl:94 -#: ../themes/Portland/templates/editpage.tmpl:104 -#: ../themes/Portland/templates/editpage.tmpl:109 -#: ../themes/Wordpress/templates/editpage.tmpl:104 -#: ../themes/Wordpress/templates/editpage.tmpl:109 +#: ../themes/Portland/templates/editpage.tmpl:81 +#: ../themes/Portland/templates/editpage.tmpl:86 +#: ../themes/Wordpress/templates/editpage.tmpl:83 +#: ../themes/Wordpress/templates/editpage.tmpl:88 #: ../themes/default/templates/editpage.tmpl:114 #: ../themes/default/templates/editpage.tmpl:119 msgid "Synopsis" msgstr "Í×Ìó" #: ../themes/Crao/templates/editpage.tmpl:94 -#: ../themes/Portland/templates/editpage.tmpl:109 -#: ../themes/Wordpress/templates/editpage.tmpl:109 +#: ../themes/Portland/templates/editpage.tmpl:86 +#: ../themes/Wordpress/templates/editpage.tmpl:88 #: ../themes/default/templates/editpage.tmpl:119 msgid "TextFormattingRules" msgstr "" #: ../themes/Crao/templates/head.tmpl:31 ../themes/Crao/templates/head.tmpl:32 #: ../themes/Crao/templates/htmldump.tmpl:22 -#: ../themes/default/templates/head.tmpl:36 #: ../themes/default/templates/head.tmpl:37 +#: ../themes/default/templates/head.tmpl:38 #: ../themes/default/templates/htmldump.tmpl:22 #: ../themes/wikilens/templates/head.tmpl:30 #: ../themes/wikilens/templates/head.tmpl:31 @@ -6009,8 +6050,8 @@ msgid "HowToUseWiki" msgstr "" #: ../themes/Crao/templates/head.tmpl:70 ../themes/Crao/templates/head.tmpl:71 -#: ../themes/default/templates/head.tmpl:75 #: ../themes/default/templates/head.tmpl:76 +#: ../themes/default/templates/head.tmpl:77 #: ../themes/wikilens/templates/head.tmpl:68 #: ../themes/wikilens/templates/head.tmpl:69 msgid "SandBox" @@ -6053,12 +6094,6 @@ msgstr "%s msgid "Enter your UserId to sign in" msgstr "¥æ¡¼¥¶¡¼ID¤òÆþÎϤ·¤Æ¥µ¥¤¥ó¥¤¥ó¤·¤Æ¤¯¤À¤µ¤¤¡£" -#: ../themes/Crao/templates/signin.tmpl:54 -#: ../themes/smaller/templates/signin.tmpl:54 -#, fuzzy -msgid "Sign in:" -msgstr "¥µ¥¤¥ó¥¤¥ó" - #: ../themes/Crao/templates/wikiblog.tmpl:19 #: ../themes/blog/templates/wikiblog.tmpl:20 #: ../themes/default/templates/comment.tmpl:18 @@ -6234,7 +6269,7 @@ msgid "Page Type:" msgstr "¥Ú¡¼¥¸¤Î¼ïÎà<:" #: ../themes/MonoBook/templates/info.tmpl:170 -#: ../themes/blog/templates/_info.tmpl:5 ../themes/blog/templates/info.tmpl:5 +#: ../themes/blog/templates/info.tmpl:5 #: ../themes/shamino_com/templates/info.tmpl:170 #: ../themes/smaller/templates/info.tmpl:9 #, fuzzy @@ -6242,7 +6277,7 @@ msgid "Diff previous Revision" msgstr "Á°¤Î¥ê¥Ó¥¸¥ç¥ó" #: ../themes/MonoBook/templates/info.tmpl:171 -#: ../themes/blog/templates/_info.tmpl:6 ../themes/blog/templates/info.tmpl:6 +#: ../themes/blog/templates/info.tmpl:6 #: ../themes/shamino_com/templates/info.tmpl:171 #: ../themes/smaller/templates/info.tmpl:10 #, fuzzy @@ -6321,14 +6356,14 @@ msgstr "" msgid "Page Execution took %s seconds" msgstr "" -#: ../themes/Portland/templates/editpage.tmpl:65 -#: ../themes/Wordpress/templates/editpage.tmpl:74 +#: ../themes/Portland/templates/editpage.tmpl:44 +#: ../themes/Wordpress/templates/editpage.tmpl:53 #, php-format msgid "" "I'm just doing minor edits. Please divert the usual logging to %s instead." msgstr "" -#: ../themes/Portland/templates/editpage.tmpl:69 +#: ../themes/Portland/templates/editpage.tmpl:48 #: ../themes/default/templates/userprefs.tmpl:195 msgid "Edit Area Size" msgstr "ÊÔ½¸¥¨¥ê¥¢¤Î¥µ¥¤¥º" @@ -6842,6 +6877,22 @@ msgstr " msgid "TermsOfUse" msgstr "" +#, fuzzy +#~ msgid "Sign in:" +#~ msgstr "¥µ¥¤¥ó¥¤¥ó" + +#~ msgid "db type:" +#~ msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹¥¿¥¤¥×" + +#~ msgid "db backend:" +#~ msgstr "¥Ç¡¼¥¿¥Ù¡¼¥¹¥Ð¥Ã¥¯¥¨¥ó¥É" + +#~ msgid "dba handler:" +#~ msgstr "dba¥Ï¥ó¥É¥é¡¼" + +#~ msgid "timeout:" +#~ msgstr "¥¿¥¤¥à¥¢¥¦¥È" + #, fuzzy #~ msgid "Category" #~ msgstr "¥Û¡¼¥à¥Ú¡¼¥¸ºîÀ®:" diff --git a/locale/po/nl.po b/locale/po/nl.po index 9b9e44a10..63062757e 100644 --- a/locale/po/nl.po +++ b/locale/po/nl.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PhpWiki-1.3.4pre\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-09-27 17:30+0000\n" +"POT-Creation-Date: 2005-10-29 13:06+0000\n" "PO-Revision-Date: 2000-09-30 02:23+0200\n" "Last-Translator: Jan Nieuwenhuizen \n" "Language-Team: Dutch \n" @@ -46,8 +46,8 @@ msgstr "" msgid "Undo disabled" msgstr "" -#: ../lib/EditToolbar.php:57 ../lib/EditToolbar.php:230 -#: ../lib/EditToolbar.php:231 ../lib/plugin/WikiAdminSearchReplace.php:187 +#: ../lib/EditToolbar.php:57 ../lib/EditToolbar.php:253 +#: ../lib/EditToolbar.php:254 ../lib/plugin/WikiAdminSearchReplace.php:187 msgid "Search & Replace" msgstr "Zoek & Vervangt" @@ -78,15 +78,15 @@ msgstr "" msgid "OK" msgstr "" -#: ../lib/EditToolbar.php:65 ../lib/EditToolbar.php:285 -#: ../lib/EditToolbar.php:331 ../lib/EditToolbar.php:355 -#: ../lib/EditToolbar.php:388 +#: ../lib/EditToolbar.php:65 ../lib/EditToolbar.php:308 +#: ../lib/EditToolbar.php:354 ../lib/EditToolbar.php:378 +#: ../lib/EditToolbar.php:411 msgid "Close" msgstr "" #: ../lib/EditToolbar.php:80 #, php-format -msgid "Substring \"%s\" found %s times. Replace with with \"%s\"?" +msgid "Substring \"%s\" found %s times. Replace with \"%s\"?" msgstr "" #: ../lib/EditToolbar.php:82 @@ -98,114 +98,114 @@ msgstr "" msgid "Operation undone" msgstr "" -#: ../lib/EditToolbar.php:144 ../lib/EditToolbar.php:145 +#: ../lib/EditToolbar.php:167 ../lib/EditToolbar.php:168 msgid "Bold text" msgstr "" -#: ../lib/EditToolbar.php:149 ../lib/EditToolbar.php:150 +#: ../lib/EditToolbar.php:172 ../lib/EditToolbar.php:173 msgid "Italic text" msgstr "" -#: ../lib/EditToolbar.php:154 +#: ../lib/EditToolbar.php:177 msgid "optional label | PageName" msgstr "" -#: ../lib/EditToolbar.php:155 +#: ../lib/EditToolbar.php:178 msgid "Link to page" msgstr "" -#: ../lib/EditToolbar.php:159 +#: ../lib/EditToolbar.php:182 msgid "optional label | http://www.example.com" msgstr "" -#: ../lib/EditToolbar.php:160 +#: ../lib/EditToolbar.php:183 msgid "External link (remember http:// prefix)" msgstr "" -#: ../lib/EditToolbar.php:164 +#: ../lib/EditToolbar.php:187 msgid "Headline text" msgstr "" -#: ../lib/EditToolbar.php:165 +#: ../lib/EditToolbar.php:188 msgid "Level 1 headline" msgstr "" -#: ../lib/EditToolbar.php:169 +#: ../lib/EditToolbar.php:192 msgid "Example.jpg" msgstr "" -#: ../lib/EditToolbar.php:170 +#: ../lib/EditToolbar.php:193 msgid "Embedded image" msgstr "" -#: ../lib/EditToolbar.php:174 +#: ../lib/EditToolbar.php:197 msgid "Insert non-formatted text here" msgstr "" -#: ../lib/EditToolbar.php:175 +#: ../lib/EditToolbar.php:198 msgid "Ignore wiki formatting" msgstr "" -#: ../lib/EditToolbar.php:180 +#: ../lib/EditToolbar.php:203 msgid "Your signature" msgstr "" -#: ../lib/EditToolbar.php:185 +#: ../lib/EditToolbar.php:208 msgid "Horizontal line" msgstr "" -#: ../lib/EditToolbar.php:187 ../lib/EditToolbar.php:189 -#: ../lib/editpage.php:562 +#: ../lib/EditToolbar.php:210 ../lib/EditToolbar.php:212 +#: ../lib/editpage.php:592 msgid "Save" msgstr "Bewaar" -#: ../lib/EditToolbar.php:191 ../lib/EditToolbar.php:193 -#: ../lib/editpage.php:558 +#: ../lib/EditToolbar.php:214 ../lib/EditToolbar.php:216 +#: ../lib/editpage.php:588 msgid "Preview" msgstr "Voorvertonig" -#: ../lib/EditToolbar.php:209 +#: ../lib/EditToolbar.php:232 msgid "Click a button to get an example text" msgstr "" -#: ../lib/EditToolbar.php:222 ../lib/EditToolbar.php:223 +#: ../lib/EditToolbar.php:245 ../lib/EditToolbar.php:246 msgid "Undo Search & Replace" msgstr "" -#: ../lib/EditToolbar.php:279 ../lib/EditToolbar.php:280 +#: ../lib/EditToolbar.php:302 ../lib/EditToolbar.php:303 msgid "AddCategory" msgstr "" -#: ../lib/EditToolbar.php:282 +#: ../lib/EditToolbar.php:305 msgid "Insert Categories (double-click)" msgstr "" -#: ../lib/EditToolbar.php:284 ../lib/EditToolbar.php:330 -#: ../lib/EditToolbar.php:354 ../lib/EditToolbar.php:387 +#: ../lib/EditToolbar.php:307 ../lib/EditToolbar.php:353 +#: ../lib/EditToolbar.php:377 ../lib/EditToolbar.php:410 msgid "Insert" msgstr "" -#: ../lib/EditToolbar.php:325 ../lib/EditToolbar.php:326 +#: ../lib/EditToolbar.php:348 ../lib/EditToolbar.php:349 msgid "AddPlugin" msgstr "" -#: ../lib/EditToolbar.php:328 +#: ../lib/EditToolbar.php:351 msgid "Insert Plugin (double-click)" msgstr "" -#: ../lib/EditToolbar.php:349 ../lib/EditToolbar.php:350 +#: ../lib/EditToolbar.php:372 ../lib/EditToolbar.php:373 msgid "AddPageLink" msgstr "" -#: ../lib/EditToolbar.php:352 +#: ../lib/EditToolbar.php:375 msgid "Insert PageLink (double-click)" msgstr "" -#: ../lib/EditToolbar.php:382 ../lib/EditToolbar.php:383 +#: ../lib/EditToolbar.php:405 ../lib/EditToolbar.php:406 msgid "AddTemplate" msgstr "" -#: ../lib/EditToolbar.php:385 +#: ../lib/EditToolbar.php:408 msgid "Insert Template (double-click)" msgstr "" @@ -304,7 +304,7 @@ msgid "Hits" msgstr "Teller" #: ../lib/PageList.php:958 ../themes/Crao/templates/editpage.tmpl:37 -#: ../themes/Wordpress/templates/editpage.tmpl:59 +#: ../themes/Wordpress/templates/editpage.tmpl:38 #: ../themes/default/templates/editpage.tmpl:39 msgid "Size" msgstr "" @@ -434,7 +434,7 @@ msgid "add " msgstr "" #: ../lib/PagePerm.php:650 -msgid "Check to add this Acl" +msgid "Check to add this ACL" msgstr "" #: ../lib/PageType.php:134 ../lib/loadsave.php:733 @@ -487,7 +487,7 @@ msgstr "" #: ../themes/Portland/templates/navbar.tmpl:28 #: ../themes/Wordpress/templates/actionbar.tmpl:21 #: ../themes/blog/templates/actionbar.tmpl:20 -#: ../themes/default/templates/head.tmpl:68 +#: ../themes/default/templates/head.tmpl:69 #: ../themes/default/templates/navbar.tmpl:19 #: ../themes/shamino_com/templates/top.tmpl:20 #: ../themes/smaller/templates/navbar.tmpl:7 @@ -536,7 +536,7 @@ msgstr "" msgid "%4d %s\n" msgstr "%4d %s\n" -#: ../lib/TextSearchQuery.php:79 +#: ../lib/TextSearchQuery.php:79 ../lib/plugin/FileInfo.php:97 #, php-format msgid "Unsupported argument: %s=%s" msgstr "" @@ -642,8 +642,10 @@ msgid "Sign Out" msgstr "" #: ../lib/Theme.php:940 ../lib/WikiUser.php:221 ../lib/WikiUserNew.php:473 +#: ../themes/Crao/templates/signin.tmpl:54 #: ../themes/Crao/templates/signin.tmpl:59 #: ../themes/default/templates/login.tmpl:76 +#: ../themes/smaller/templates/signin.tmpl:54 msgid "Sign In" msgstr "" @@ -696,72 +698,72 @@ msgstr "" msgid "External Links" msgstr "" -#: ../lib/WikiDB.php:230 +#: ../lib/WikiDB.php:233 #, php-format msgid "Removed by: %s" msgstr "Verwijder von: %s" -#: ../lib/WikiDB.php:232 +#: ../lib/WikiDB.php:235 #, php-format msgid "Page removed %s" msgstr "Verwijder %s" -#: ../lib/WikiDB.php:237 ../lib/WikiDB.php:1042 ../lib/WikiDB.php:1067 +#: ../lib/WikiDB.php:241 ../lib/WikiDB.php:1047 ../lib/WikiDB.php:1072 #: ../lib/loadsave.php:99 #, php-format msgid "PageChange Notification of %s sent to %s" msgstr "" -#: ../lib/WikiDB.php:240 ../lib/WikiDB.php:1045 ../lib/WikiDB.php:1070 +#: ../lib/WikiDB.php:244 ../lib/WikiDB.php:1050 ../lib/WikiDB.php:1075 #: ../lib/loadsave.php:102 #, php-format msgid "PageChange Notification Error: Couldn't send %s to %s" msgstr "" -#: ../lib/WikiDB.php:468 +#: ../lib/WikiDB.php:472 #, php-format msgid "renamed from %s" msgstr "" -#: ../lib/WikiDB.php:476 +#: ../lib/WikiDB.php:480 msgid "WikiDB::renamePage() not yet implemented for this backend" msgstr "" -#: ../lib/WikiDB.php:840 +#: ../lib/WikiDB.php:844 #, php-format msgid "%s: Date of new revision is %s" msgstr "" -#: ../lib/WikiDB.php:901 ../lib/main.php:96 +#: ../lib/WikiDB.php:905 ../lib/main.php:96 msgid "Optimizing database" msgstr "" -#: ../lib/WikiDB.php:1005 +#: ../lib/WikiDB.php:1010 msgid "Page change" msgstr "" -#: ../lib/WikiDB.php:1033 ../lib/loadsave.php:787 +#: ../lib/WikiDB.php:1038 ../lib/loadsave.php:787 #: ../lib/plugin/RecentChanges.php:107 msgid "New page" msgstr "Nieuw pagina" -#: ../lib/WikiDB.php:1035 ../lib/WikiDB.php:1058 ../lib/loadsave.php:93 +#: ../lib/WikiDB.php:1041 ../lib/WikiDB.php:1064 ../lib/loadsave.php:93 #, php-format msgid "Edited by: %s" msgstr "Verander von: %s" -#: ../lib/WikiDB.php:1060 +#: ../lib/WikiDB.php:1066 #, php-format msgid "Page rename %s to %s" msgstr "" -#: ../lib/WikiDB.php:1618 ../lib/WikiDB.php:1622 +#: ../lib/WikiDB.php:1626 ../lib/WikiDB.php:1630 #: ../themes/default/templates/homepage.tmpl:7 #, php-format msgid "Describe %s here." msgstr "Beschrijf %s hier." -#: ../lib/WikiDB.php:1657 +#: ../lib/WikiDB.php:1665 #, php-format msgid "Oops! Revision %s of %s seems to have been deleted!" msgstr "" @@ -845,24 +847,26 @@ msgstr "" msgid "No or not enough GROUP_DB SQL statements defined" msgstr "" -#: ../lib/WikiGroup.php:838 -msgid "AUTH_GROUP_FILE not defined" +#: ../lib/WikiGroup.php:838 ../lib/loadsave.php:921 +#, php-format +msgid "%s: not defined" msgstr "" -#: ../lib/WikiGroup.php:842 +#: ../lib/WikiGroup.php:843 #, php-format msgid "Cannot open AUTH_GROUP_FILE %s" msgstr "" -#: ../lib/WikiGroup.php:950 -msgid "LDAP_AUTH_HOST not defined" +#: ../lib/WikiGroup.php:951 +#, php-format +msgid "%s not defined" msgstr "" -#: ../lib/WikiGroup.php:959 +#: ../lib/WikiGroup.php:961 msgid "No LDAP in this PHP version" msgstr "" -#: ../lib/WikiGroup.php:1048 +#: ../lib/WikiGroup.php:1050 #, php-format msgid "Unable to connect to LDAP server %s" msgstr "" @@ -882,8 +886,8 @@ msgstr "" #: ../themes/Sidebar/templates/navbar.tmpl:38 #: ../themes/Wordpress/templates/actionbar.tmpl:25 #: ../themes/blog/templates/navbar.tmpl:14 -#: ../themes/default/templates/head.tmpl:85 #: ../themes/default/templates/head.tmpl:86 +#: ../themes/default/templates/head.tmpl:87 #: ../themes/default/templates/navbar.tmpl:55 #: ../themes/shamino_com/templates/actionbar.tmpl:18 #: ../themes/smaller/templates/navbar.tmpl:19 @@ -895,7 +899,7 @@ msgstr "PhpWikiBeheer" #: ../lib/WikiPlugin.php:125 #, php-format -msgid "argument '%s' not declared by plugin." +msgid "Argument '%s' not declared by plugin." msgstr "" #: ../lib/WikiPlugin.php:235 @@ -940,12 +944,12 @@ msgid "Image map expired. Reload wiki page to recreate its html part." msgstr "" #: ../lib/WikiUser.php:188 ../lib/WikiUser.php:268 -#: ../lib/WikiUser/AdoDb.php:29 ../lib/WikiUser/AdoDb.php:167 +#: ../lib/WikiUser/AdoDb.php:29 ../lib/WikiUser/AdoDb.php:186 #: ../lib/WikiUser/Db.php:43 ../lib/WikiUser/File.php:58 -#: ../lib/WikiUser/IMAP.php:17 ../lib/WikiUser/LDAP.php:57 +#: ../lib/WikiUser/IMAP.php:17 ../lib/WikiUser/LDAP.php:58 #: ../lib/WikiUser/POP3.php:17 ../lib/WikiUser/PdoDb.php:28 #: ../lib/WikiUser/PdoDb.php:103 ../lib/WikiUser/PearDb.php:27 -#: ../lib/WikiUser/PearDb.php:101 ../lib/WikiUserNew.php:559 +#: ../lib/WikiUser/PearDb.php:118 ../lib/WikiUserNew.php:559 msgid "Invalid username." msgstr "" @@ -1000,15 +1004,15 @@ msgid "" "password in your UserPreferences." msgstr "" -#: ../lib/WikiUser/AdoDb.php:126 ../lib/WikiUser/PdoDb.php:134 -#: ../lib/WikiUser/PearDb.php:121 +#: ../lib/WikiUser/AdoDb.php:145 ../lib/WikiUser/PdoDb.php:134 +#: ../lib/WikiUser/PearDb.php:138 #, php-format msgid "%s is missing" msgstr "" -#: ../lib/WikiUser/AdoDb.php:182 ../lib/WikiUser/AdoDb.php:236 +#: ../lib/WikiUser/AdoDb.php:201 ../lib/WikiUser/AdoDb.php:255 #: ../lib/WikiUser/PdoDb.php:190 ../lib/WikiUser/PdoDb.php:255 -#: ../lib/WikiUser/PearDb.php:164 ../lib/WikiUser/PearDb.php:208 +#: ../lib/WikiUser/PearDb.php:181 ../lib/WikiUser/PearDb.php:225 #, php-format msgid "Either %s is missing or DATABASE_TYPE != '%s'" msgstr "" @@ -1017,7 +1021,12 @@ msgstr "" msgid "Unable to connect to IMAP server " msgstr "" -#: ../lib/WikiUser/LDAP.php:64 ../lib/WikiUser/LDAP.php:107 +#: ../lib/WikiUser/LDAP.php:35 +#, php-format +msgid "Unable to bind LDAP server %s using %s %s" +msgstr "" + +#: ../lib/WikiUser/LDAP.php:65 ../lib/WikiUser/LDAP.php:108 #, php-format msgid "Invalid username '%s' for LDAP Auth" msgstr "" @@ -1207,7 +1216,7 @@ msgstr "Versies zijn identiek" #: ../themes/Sidebar/templates/frame-header.tmpl:16 #: ../themes/Sidebar/templates/top.tmpl:10 #: ../themes/Wordpress/templates/body.tmpl:13 -#: ../themes/default/templates/head.tmpl:52 +#: ../themes/default/templates/head.tmpl:53 #: ../themes/default/templates/top.tmpl:11 #: ../themes/shamino_com/templates/top.tmpl:8 #: ../themes/wikilens/templates/head.tmpl:45 @@ -1240,79 +1249,88 @@ msgstr "" msgid "You searched for: " msgstr "" -#: ../lib/editpage.php:95 ../lib/editpage.php:107 +#: ../lib/editpage.php:100 ../lib/editpage.php:112 msgid "Typed in verification word mismatch ... are you a bot?" msgstr "" -#: ../lib/editpage.php:128 ../lib/editpage.php:451 +#: ../lib/editpage.php:134 ../lib/editpage.php:480 msgid "Your version" msgstr "" -#: ../lib/editpage.php:128 ../lib/editpage.php:452 +#: ../lib/editpage.php:134 ../lib/editpage.php:481 msgid "Other version" msgstr "" -#: ../lib/editpage.php:138 +#: ../lib/editpage.php:144 msgid "Some internal editing error" msgstr "" -#: ../lib/editpage.php:139 +#: ../lib/editpage.php:145 msgid "" "Your are probably trying to edit/create an invalid version of this page." msgstr "" -#: ../lib/editpage.php:140 +#: ../lib/editpage.php:146 msgid "&version=-1 might help." msgstr "" -#: ../lib/editpage.php:157 +#: ../lib/editpage.php:163 #, php-format msgid "Edit: %s" msgstr "Verander: %s" -#: ../lib/editpage.php:191 +#: ../lib/editpage.php:197 #, php-format msgid "View Source: %s" msgstr "Bron tekst: %s" -#: ../lib/editpage.php:205 +#: ../lib/editpage.php:211 msgid "Page now locked." msgstr "" -#: ../lib/editpage.php:205 +#: ../lib/editpage.php:211 msgid "Page now unlocked." msgstr "" -#: ../lib/editpage.php:306 +#: ../lib/editpage.php:313 #, php-format msgid "Saved: %s" msgstr "Bewaard: %s" -#: ../lib/editpage.php:368 +#: ../lib/editpage.php:376 msgid "Too many external links." msgstr "" -#: ../lib/editpage.php:382 +#: ../lib/editpage.php:390 msgid "SpamAssassin reports: " msgstr "" -#: ../lib/editpage.php:400 +#: ../lib/editpage.php:407 +msgid "External links contain blocked domains:" +msgstr "" + +#: ../lib/editpage.php:408 +#, php-format +msgid "%s is listed at %s" +msgstr "" + +#: ../lib/editpage.php:429 msgid "Spam Prevention" msgstr "" -#: ../lib/editpage.php:401 +#: ../lib/editpage.php:430 msgid "This page edit seems to contain spam and was therefore not saved." msgstr "" -#: ../lib/editpage.php:403 ../lib/editpage.php:437 +#: ../lib/editpage.php:432 ../lib/editpage.php:466 msgid "Sorry for the inconvenience." msgstr "Excuses voor het ongemak." -#: ../lib/editpage.php:434 ../themes/MacOSX/themeinfo.php:137 +#: ../lib/editpage.php:463 ../themes/MacOSX/themeinfo.php:137 msgid "Page Locked" msgstr "Sidan är Låst" -#: ../lib/editpage.php:435 +#: ../lib/editpage.php:464 msgid "" "This page has been locked by the administrator so your changes can not be " "saved." @@ -1320,7 +1338,7 @@ msgstr "" "Deze pagina is afgesloten door de beheerder en je veranderingen kan niet " "bewaar worden." -#: ../lib/editpage.php:436 +#: ../lib/editpage.php:465 msgid "" "(Copy your changes to the clipboard. You can try editing a different page or " "save your text in a text editor.)" @@ -1328,7 +1346,7 @@ msgstr "" "Kopier je veranderingen naar het klipbord of een andere tijdelijke plaats " "(bijv. een tekst editor)." -#: ../lib/editpage.php:450 ../lib/editpage.php:751 +#: ../lib/editpage.php:479 ../lib/editpage.php:784 #, php-format msgid "" "Some of the changes could not automatically be combined. Please look for " @@ -1336,42 +1354,42 @@ msgid "" "those sections by hand before you click Save." msgstr "" -#: ../lib/editpage.php:454 ../lib/editpage.php:754 +#: ../lib/editpage.php:483 ../lib/editpage.php:787 msgid "Please check it through before saving." msgstr "" -#: ../lib/editpage.php:465 +#: ../lib/editpage.php:494 msgid "Conflicting Edits!" msgstr "" -#: ../lib/editpage.php:466 +#: ../lib/editpage.php:495 msgid "" "In the time since you started editing this page, another user has saved a " "new version of it." msgstr "" -#: ../lib/editpage.php:467 +#: ../lib/editpage.php:496 msgid "" "Your changes can not be saved as they are, since doing so would overwrite " "the other author's changes. So, your changes and those of the other author " "have been combined. The result is shown below." msgstr "" -#: ../lib/editpage.php:527 +#: ../lib/editpage.php:557 msgid "Type word above:" msgstr "" -#: ../lib/editpage.php:550 +#: ../lib/editpage.php:580 msgid "Convert" msgstr "" -#: ../lib/editpage.php:583 ../themes/Portland/templates/editpage.tmpl:62 -#: ../themes/Wordpress/templates/editpage.tmpl:71 +#: ../lib/editpage.php:615 ../themes/Portland/templates/editpage.tmpl:41 +#: ../themes/Wordpress/templates/editpage.tmpl:50 #, php-format msgid "Author will be logged as %s." msgstr "" -#: ../lib/editpage.php:726 +#: ../lib/editpage.php:759 #, php-format msgid "Merge and Edit: %s" msgstr "" @@ -1574,11 +1592,6 @@ msgstr "" msgid "- version %d saved to database as version %d" msgstr "" -#: ../lib/loadsave.php:921 -#, php-format -msgid "%s: not defined" -msgstr "" - #: ../lib/loadsave.php:931 msgid "Default InterWiki map file not loaded." msgstr "" @@ -1750,8 +1763,9 @@ msgid "download a zip dump from this wiki" msgstr "" #: ../lib/main.php:508 -msgid "download an html zip dump from this wiki" -msgstr "" +#, fuzzy +msgid "download a html zip dump from this wiki" +msgstr "De %d meestbezochte pagina's van deze Wiki:" #: ../lib/main.php:532 msgid "Browsing pages" @@ -1923,8 +1937,8 @@ msgstr "" msgid "Click to display all comments" msgstr "" -#: ../lib/plugin/AddComment.php:111 ../lib/plugin/CreateToc.php:260 -#: ../lib/plugin/CreateToc.php:265 +#: ../lib/plugin/AddComment.php:111 ../lib/plugin/CreateToc.php:370 +#: ../lib/plugin/CreateToc.php:375 msgid "Click to display" msgstr "" @@ -2053,7 +2067,7 @@ msgstr "" msgid "hours" msgstr "" -#: ../lib/plugin/AnalyseAccessLogSql.php:204 ../lib/plugin/VisualWiki.php:493 +#: ../lib/plugin/AnalyseAccessLogSql.php:204 ../lib/plugin/VisualWiki.php:499 msgid "days" msgstr "" @@ -2135,7 +2149,7 @@ msgstr "" #: ../lib/plugin/AuthorHistory.php:70 #: ../themes/MonoBook/templates/info.tmpl:168 -#: ../themes/blog/templates/_info.tmpl:3 ../themes/blog/templates/info.tmpl:3 +#: ../themes/blog/templates/info.tmpl:3 #: ../themes/shamino_com/templates/info.tmpl:167 #: ../themes/smaller/templates/info.tmpl:7 msgid "AuthorHistory" @@ -2164,8 +2178,8 @@ msgstr "" #: ../themes/Crao/templates/blogform.tmpl:12 #: ../themes/Crao/templates/editpage.tmpl:48 #: ../themes/MonoBook/templates/info.tmpl:78 -#: ../themes/Portland/templates/editpage.tmpl:60 -#: ../themes/Wordpress/templates/editpage.tmpl:69 +#: ../themes/Portland/templates/editpage.tmpl:39 +#: ../themes/Wordpress/templates/editpage.tmpl:48 #: ../themes/blog/templates/blogform.tmpl:15 #: ../themes/default/templates/blogform.tmpl:15 #: ../themes/default/templates/editpage.tmpl:47 @@ -2238,7 +2252,7 @@ msgstr "" msgid "%s pages link to %s:" msgstr "" -#: ../lib/plugin/BlogArchives.php:24 ../lib/plugin/BlogArchives.php:159 +#: ../lib/plugin/BlogArchives.php:24 ../lib/plugin/BlogArchives.php:134 #: ../themes/blog/templates/actionbar.tmpl:17 msgid "Archives" msgstr "" @@ -2247,17 +2261,17 @@ msgstr "" msgid "List blog months links for the current or ADMIN user" msgstr "" -#: ../lib/plugin/BlogArchives.php:113 ../lib/plugin/BlogJournal.php:110 +#: ../lib/plugin/BlogArchives.php:88 ../lib/plugin/BlogJournal.php:85 #, php-format msgid "Blog Entries for %s:" msgstr "" -#: ../lib/plugin/BlogArchives.php:121 +#: ../lib/plugin/BlogArchives.php:96 #: ../themes/blog/templates/actionbar.tmpl:17 msgid "BlogArchives" msgstr "" -#: ../lib/plugin/BlogArchives.php:147 +#: ../lib/plugin/BlogArchives.php:122 msgid "Blog Archives:" msgstr "" @@ -2269,11 +2283,11 @@ msgstr "" msgid "Include latest blog entries for the current or ADMIN user" msgstr "" -#: ../lib/plugin/BlogJournal.php:106 ../lib/plugin/WikiBlog.php:75 +#: ../lib/plugin/BlogJournal.php:81 ../lib/plugin/WikiBlog.php:75 msgid "WikiBlog" msgstr "" -#: ../lib/plugin/BlogJournal.php:108 +#: ../lib/plugin/BlogJournal.php:83 msgid "No Blog Entries" msgstr "" @@ -2284,7 +2298,7 @@ msgstr "" #: ../themes/Sidebar/templates/body.tmpl:26 ../themes/Sidebar/themeinfo.php:44 #: ../themes/Wordpress/templates/actionbar.tmpl:31 #: ../themes/blog/templates/sidebar.tmpl:18 -#: ../themes/default/templates/head.tmpl:95 +#: ../themes/default/templates/head.tmpl:96 #: ../themes/default/templates/homepage.tmpl:15 #: ../themes/default/templates/navbar.tmpl:45 #: ../themes/wikilens/templates/head.tmpl:89 @@ -2300,12 +2314,12 @@ msgstr "" msgid "Next Month" msgstr "" -#: ../lib/plugin/Calendar.php:168 ../lib/plugin/CalendarList.php:139 +#: ../lib/plugin/Calendar.php:168 ../lib/plugin/CalendarList.php:135 #, php-format msgid "Edit %s" msgstr "Verander %s" -#: ../lib/plugin/CalendarList.php:55 ../lib/plugin/CalendarList.php:59 +#: ../lib/plugin/CalendarList.php:51 ../lib/plugin/CalendarList.php:55 msgid "CalendarList" msgstr "" @@ -2352,20 +2366,20 @@ msgstr "" msgid "Automatically link headers at the top" msgstr "" -#: ../lib/plugin/CreateToc.php:193 ../lib/plugin/IncludePage.php:77 -#: ../lib/plugin/RateIt.php:208 +#: ../lib/plugin/CreateToc.php:300 ../lib/plugin/IncludePage.php:77 +#: ../lib/plugin/RateIt.php:208 ../lib/plugin/Template.php:102 msgid "no page specified" msgstr "" -#: ../lib/plugin/CreateToc.php:204 +#: ../lib/plugin/CreateToc.php:311 msgid "CreateToc disabled for old markup" msgstr "" -#: ../lib/plugin/CreateToc.php:257 +#: ../lib/plugin/CreateToc.php:367 msgid "Click to hide the TOC" msgstr "" -#: ../lib/plugin/CreateToc.php:267 ../lib/plugin/CreateToc.php:270 +#: ../lib/plugin/CreateToc.php:377 ../lib/plugin/CreateToc.php:380 msgid "Table Of Contents" msgstr "" @@ -2417,6 +2431,21 @@ msgstr "" msgid "Redirects to an external web site based on form input" msgstr "" +#: ../lib/plugin/FileInfo.php:39 +msgid "FileInfo" +msgstr "" + +#: ../lib/plugin/FileInfo.php:43 +msgid "Display file information like version,size,date,... of uploaded files." +msgstr "" + +#: ../lib/plugin/FileInfo.php:63 ../lib/plugin/FileInfo.php:65 +#: ../lib/plugin/PageGroup.php:104 ../lib/plugin/WikiFormRich.php:162 +#: ../lib/plugin/WikiFormRich.php:178 +#, php-format +msgid "A required argument '%s' is missing." +msgstr "" + #: ../lib/plugin/FoafViewer.php:52 msgid "FoafViewer" msgstr "" @@ -2463,6 +2492,7 @@ msgid "" msgstr "" #: ../lib/plugin/FrameInclude.php:93 ../lib/plugin/IncludePage.php:84 +#: ../lib/plugin/Template.php:108 #, php-format msgid "recursive inclusion of page %s" msgstr "" @@ -2540,6 +2570,30 @@ msgstr "" msgid "Go" msgstr "" +#: ../lib/plugin/GoogleMaps.php:63 +msgid "GoogleMaps" +msgstr "" + +#: ../lib/plugin/GoogleMaps.php:67 +msgid "" +"Displays a marker with further infos (when clicking) on given coordinates" +msgstr "" + +#: ../lib/plugin/GoogleMaps.php:96 ../lib/plugin/GoogleMaps.php:99 +#: ../lib/plugin/Transclude.php:76 +#, php-format +msgid "%s parameter missing" +msgstr "" + +#: ../lib/plugin/GoogleMaps.php:108 +#, php-format +msgid "invalid argument %s" +msgstr "" + +#: ../lib/plugin/GoogleMaps.php:128 +msgid "new window" +msgstr "" + #: ../lib/plugin/GooglePlugin.php:43 msgid "GooglePlugin" msgstr "" @@ -2560,16 +2614,16 @@ msgstr "" msgid "GraphViz image or imagemap creation of directed graphs" msgstr "" -#: ../lib/plugin/GraphViz.php:264 ../lib/plugin/GraphViz.php:334 +#: ../lib/plugin/GraphViz.php:265 ../lib/plugin/GraphViz.php:335 msgid "No dot graph given" msgstr "" -#: ../lib/plugin/GraphViz.php:275 ../lib/plugin/SyntaxHighlighter.php:173 +#: ../lib/plugin/GraphViz.php:276 ../lib/plugin/SyntaxHighlighter.php:173 #, php-format msgid "Couldn't start commandline '%s'" msgstr "" -#: ../lib/plugin/GraphViz.php:278 ../lib/plugin/Ploticus.php:239 +#: ../lib/plugin/GraphViz.php:279 ../lib/plugin/Ploticus.php:239 #, php-format msgid "%s error: outputfile '%s' not created" msgstr "" @@ -2608,6 +2662,7 @@ msgid "Include text from another wiki page." msgstr "" #: ../lib/plugin/IncludePage.php:92 ../lib/plugin/PageGroup.php:131 +#: ../lib/plugin/Template.php:116 #, php-format msgid "%s(%d): no such revision" msgstr "" @@ -2967,12 +3022,6 @@ msgstr "" msgid "<%s: no such section>" msgstr "" -#: ../lib/plugin/PageGroup.php:104 ../lib/plugin/WikiFormRich.php:162 -#: ../lib/plugin/WikiFormRich.php:178 -#, php-format -msgid "A required argument '%s' is missing." -msgstr "" - #: ../lib/plugin/PageGroup.php:108 ../lib/plugin/PrevNext.php:66 msgid "Next" msgstr "Volgende" @@ -3403,8 +3452,8 @@ msgstr "" #: ../lib/plugin/RecentChanges.php:388 ../lib/plugin/RecentChanges.php:464 #: ../lib/plugin/RecentEdits.php:10 ../lib/plugin/RecentEdits.php:36 #: ../lib/plugin/RelatedChanges.php:27 -#: ../themes/Portland/templates/editpage.tmpl:66 -#: ../themes/Wordpress/templates/editpage.tmpl:75 +#: ../themes/Portland/templates/editpage.tmpl:45 +#: ../themes/Wordpress/templates/editpage.tmpl:54 msgid "RecentEdits" msgstr "" @@ -3573,58 +3622,42 @@ msgstr "" msgid "invalid %s ignored" msgstr "" -#: ../lib/plugin/SystemInfo.php:52 +#: ../lib/plugin/SystemInfo.php:51 msgid "SystemInfo" msgstr "" -#: ../lib/plugin/SystemInfo.php:56 +#: ../lib/plugin/SystemInfo.php:55 msgid "Provides access to PhpWiki's lower level system information." msgstr "" -#: ../lib/plugin/SystemInfo.php:83 -msgid "db type:" -msgstr "" - -#: ../lib/plugin/SystemInfo.php:88 -msgid "db backend:" -msgstr "" - -#: ../lib/plugin/SystemInfo.php:96 -msgid "dba handler:" -msgstr "" - -#: ../lib/plugin/SystemInfo.php:106 -msgid "timeout:" -msgstr "" - -#: ../lib/plugin/SystemInfo.php:112 +#: ../lib/plugin/SystemInfo.php:123 msgid "no cache used" msgstr "" -#: ../lib/plugin/SystemInfo.php:115 +#: ../lib/plugin/SystemInfo.php:126 msgid "cached pagedata:" msgstr "" -#: ../lib/plugin/SystemInfo.php:116 +#: ../lib/plugin/SystemInfo.php:127 msgid "cached versiondata:" msgstr "" -#: ../lib/plugin/SystemInfo.php:125 +#: ../lib/plugin/SystemInfo.php:136 #, php-format msgid "Keep up to %d major edits, but keep them no longer than %d days." msgstr "" -#: ../lib/plugin/SystemInfo.php:128 +#: ../lib/plugin/SystemInfo.php:139 #, php-format msgid " Keep up to %d minor edits, but keep them no longer than %d days." msgstr "" -#: ../lib/plugin/SystemInfo.php:131 +#: ../lib/plugin/SystemInfo.php:142 #, php-format msgid " Keep the latest contributions of the last %d authors up to %d days." msgstr "" -#: ../lib/plugin/SystemInfo.php:133 +#: ../lib/plugin/SystemInfo.php:144 #, php-format msgid "" " Additionally, try to keep the latest contributions of all authors in the " @@ -3632,163 +3665,167 @@ msgid "" "more than %d unique author revisions." msgstr "" -#: ../lib/plugin/SystemInfo.php:142 +#: ../lib/plugin/SystemInfo.php:153 #, php-format msgid "%d pages" msgstr "" -#: ../lib/plugin/SystemInfo.php:143 +#: ../lib/plugin/SystemInfo.php:154 #, php-format msgid "%d not-empty pages" msgstr "" -#: ../lib/plugin/SystemInfo.php:154 ../lib/plugin/SystemInfo.php:184 +#: ../lib/plugin/SystemInfo.php:165 ../lib/plugin/SystemInfo.php:195 msgid "not yet" msgstr "" -#: ../lib/plugin/SystemInfo.php:171 +#: ../lib/plugin/SystemInfo.php:182 #, php-format msgid "%d homepages" msgstr "" -#: ../lib/plugin/SystemInfo.php:219 +#: ../lib/plugin/SystemInfo.php:259 #, php-format msgid "total hits: %d" msgstr "" -#: ../lib/plugin/SystemInfo.php:220 +#: ../lib/plugin/SystemInfo.php:260 #, php-format msgid "max: %d" msgstr "" -#: ../lib/plugin/SystemInfo.php:221 +#: ../lib/plugin/SystemInfo.php:261 #, php-format msgid "mean: %2.3f" msgstr "" -#: ../lib/plugin/SystemInfo.php:222 +#: ../lib/plugin/SystemInfo.php:262 #, php-format msgid "median: %d" msgstr "" -#: ../lib/plugin/SystemInfo.php:223 +#: ../lib/plugin/SystemInfo.php:263 #, php-format msgid "stddev: %2.3f" msgstr "" -#: ../lib/plugin/SystemInfo.php:235 +#: ../lib/plugin/SystemInfo.php:264 #, php-format msgid "%d pages with less than %d hits (<%d%%)." msgstr "" -#: ../lib/plugin/SystemInfo.php:237 +#: ../lib/plugin/SystemInfo.php:266 #, php-format msgid "%d page(s) with more than %d hits (>%d%%)." msgstr "" -#: ../lib/plugin/SystemInfo.php:279 +#: ../lib/plugin/SystemInfo.php:404 #, php-format msgid "Application size: %d Kb" msgstr "" -#: ../lib/plugin/SystemInfo.php:281 +#: ../lib/plugin/SystemInfo.php:406 #, php-format msgid "Pagedata size: %d Kb" msgstr "" -#: ../lib/plugin/SystemInfo.php:299 +#: ../lib/plugin/SystemInfo.php:424 #, php-format msgid "Total %d plugins: " msgstr "" -#: ../lib/plugin/SystemInfo.php:308 +#: ../lib/plugin/SystemInfo.php:433 #, php-format msgid "Total of %d languages: " msgstr "" -#: ../lib/plugin/SystemInfo.php:311 +#: ../lib/plugin/SystemInfo.php:436 #, php-format msgid "Current language: '%s'" msgstr "" -#: ../lib/plugin/SystemInfo.php:313 +#: ../lib/plugin/SystemInfo.php:438 #, php-format msgid "Default language: '%s'" msgstr "" -#: ../lib/plugin/SystemInfo.php:321 +#: ../lib/plugin/SystemInfo.php:446 #, php-format msgid "Total of %d themes: " msgstr "" -#: ../lib/plugin/SystemInfo.php:323 +#: ../lib/plugin/SystemInfo.php:448 #, php-format msgid "Current theme: '%s'" msgstr "" -#: ../lib/plugin/SystemInfo.php:325 +#: ../lib/plugin/SystemInfo.php:450 #, php-format msgid "Default theme: '%s'" msgstr "" -#: ../lib/plugin/SystemInfo.php:338 +#: ../lib/plugin/SystemInfo.php:463 #, php-format msgid "unknown argument '%s' to SystemInfo" msgstr "" -#: ../lib/plugin/SystemInfo.php:361 +#: ../lib/plugin/SystemInfo.php:487 msgid "Application name" msgstr "" -#: ../lib/plugin/SystemInfo.php:362 +#: ../lib/plugin/SystemInfo.php:488 msgid "PhpWiki engine version" msgstr "" -#: ../lib/plugin/SystemInfo.php:363 +#: ../lib/plugin/SystemInfo.php:489 msgid "Database" msgstr "" -#: ../lib/plugin/SystemInfo.php:364 +#: ../lib/plugin/SystemInfo.php:490 msgid "Cache statistics" msgstr "" -#: ../lib/plugin/SystemInfo.php:365 +#: ../lib/plugin/SystemInfo.php:491 msgid "Page statistics" msgstr "" -#: ../lib/plugin/SystemInfo.php:368 +#: ../lib/plugin/SystemInfo.php:494 msgid "User statistics" msgstr "" -#: ../lib/plugin/SystemInfo.php:370 +#: ../lib/plugin/SystemInfo.php:496 msgid "Hit statistics" msgstr "" -#: ../lib/plugin/SystemInfo.php:372 +#: ../lib/plugin/SystemInfo.php:497 +msgid "Harddisc usage" +msgstr "" + +#: ../lib/plugin/SystemInfo.php:498 msgid "Expiry parameters" msgstr "" -#: ../lib/plugin/SystemInfo.php:373 +#: ../lib/plugin/SystemInfo.php:499 msgid "Wikiname regexp" msgstr "" -#: ../lib/plugin/SystemInfo.php:374 +#: ../lib/plugin/SystemInfo.php:500 msgid "Allowed protocols" msgstr "" -#: ../lib/plugin/SystemInfo.php:375 +#: ../lib/plugin/SystemInfo.php:501 msgid "Inline images" msgstr "" -#: ../lib/plugin/SystemInfo.php:376 +#: ../lib/plugin/SystemInfo.php:502 msgid "Available plugins" msgstr "" -#: ../lib/plugin/SystemInfo.php:377 +#: ../lib/plugin/SystemInfo.php:503 msgid "Supported languages" msgstr "" -#: ../lib/plugin/SystemInfo.php:378 +#: ../lib/plugin/SystemInfo.php:504 msgid "Supported themes" msgstr "" @@ -3816,6 +3853,14 @@ msgstr "" msgid "Sorry, this version of PHP cannot create PNG image files." msgstr "" +#: ../lib/plugin/Template.php:61 +msgid "Template" +msgstr "" + +#: ../lib/plugin/Template.php:65 +msgid "Parametrized page inclusion." +msgstr "" + #: ../lib/plugin/TexToPng.php:103 msgid "Converts TeX to an image. May be used to embed formulas in PhpWiki." msgstr "" @@ -3837,11 +3882,6 @@ msgstr "" msgid "Include an external web page within the body of a wiki page." msgstr "" -#: ../lib/plugin/Transclude.php:76 -#, php-format -msgid "%s parameter missing" -msgstr "" - #: ../lib/plugin/Transclude.php:88 msgid "Transcluded page" msgstr "" @@ -4016,8 +4056,8 @@ msgstr "" #: ../themes/Crao/templates/navbar.tmpl:23 #: ../themes/MonoBook/templates/navbar.tmpl:49 #: ../themes/blog/templates/navbar.tmpl:17 -#: ../themes/default/templates/head.tmpl:91 #: ../themes/default/templates/head.tmpl:92 +#: ../themes/default/templates/head.tmpl:93 #: ../themes/default/templates/homepage.tmpl:11 #: ../themes/default/templates/navbar.tmpl:40 #: ../themes/shamino_com/templates/top.tmpl:28 @@ -4121,7 +4161,7 @@ msgid "" "from graphviz." msgstr "" -#: ../lib/plugin/VisualWiki.php:487 +#: ../lib/plugin/VisualWiki.php:493 msgid "Legend" msgstr "" @@ -4985,8 +5025,8 @@ msgstr "" #: ../themes/MonoBook/templates/navbar.tmpl:25 #: ../themes/Portland/templates/navbar.tmpl:8 #: ../themes/Sidebar/templates/navbar.tmpl:24 -#: ../themes/default/templates/head.tmpl:41 #: ../themes/default/templates/head.tmpl:42 +#: ../themes/default/templates/head.tmpl:43 #: ../themes/default/templates/navbar.tmpl:20 #: ../themes/shamino_com/templates/top.tmpl:21 #: ../themes/smaller/templates/navbar.tmpl:8 @@ -5194,8 +5234,8 @@ msgstr "" #: ../lib/plugin/_WikiTranslation.php:123 #: ../themes/Crao/templates/head.tmpl:73 ../themes/Crao/templates/head.tmpl:74 -#: ../themes/default/templates/head.tmpl:78 #: ../themes/default/templates/head.tmpl:79 +#: ../themes/default/templates/head.tmpl:80 #: ../themes/wikilens/templates/head.tmpl:71 #: ../themes/wikilens/templates/head.tmpl:72 msgid "WikiWikiWeb" @@ -5646,7 +5686,7 @@ msgstr "" #: ../themes/Wordpress/templates/actionbar.tmpl:10 #: ../themes/blog/templates/actionbar.tmpl:7 #: ../themes/default/templates/actionbar.tmpl:17 -#: ../themes/default/templates/head.tmpl:52 +#: ../themes/default/templates/head.tmpl:53 #: ../themes/shamino_com/templates/info.tmpl:165 #: ../themes/smaller/templates/actionbar.tmpl:20 #: ../themes/smaller/templates/info.tmpl:5 @@ -5721,8 +5761,8 @@ msgid "View the current version" msgstr "" #: ../themes/Crao/templates/editpage.tmpl:4 -#: ../themes/Portland/templates/editpage.tmpl:80 -#: ../themes/Wordpress/templates/editpage.tmpl:80 +#: ../themes/Portland/templates/editpage.tmpl:57 +#: ../themes/Wordpress/templates/editpage.tmpl:59 #: ../themes/default/templates/editpage.tmpl:4 msgid "Preview only! Changes not saved." msgstr "" @@ -5740,36 +5780,36 @@ msgid "edit area" msgstr "" #: ../themes/Crao/templates/editpage.tmpl:18 -#: ../themes/Portland/templates/editpage.tmpl:46 -#: ../themes/Wordpress/templates/editpage.tmpl:44 +#: ../themes/Portland/templates/editpage.tmpl:25 +#: ../themes/Wordpress/templates/editpage.tmpl:23 #: ../themes/default/templates/editpage.tmpl:20 msgid "Warning: You are editing an old revision." msgstr "" #: ../themes/Crao/templates/editpage.tmpl:19 -#: ../themes/Portland/templates/editpage.tmpl:47 -#: ../themes/Wordpress/templates/editpage.tmpl:45 +#: ../themes/Portland/templates/editpage.tmpl:26 +#: ../themes/Wordpress/templates/editpage.tmpl:24 #: ../themes/default/templates/editpage.tmpl:21 msgid "Saving this page will overwrite the current version." msgstr "" #: ../themes/Crao/templates/editpage.tmpl:38 -#: ../themes/Portland/templates/editpage.tmpl:69 -#: ../themes/Wordpress/templates/editpage.tmpl:60 +#: ../themes/Portland/templates/editpage.tmpl:48 +#: ../themes/Wordpress/templates/editpage.tmpl:39 #: ../themes/default/templates/editpage.tmpl:40 msgid "H" msgstr "H" #: ../themes/Crao/templates/editpage.tmpl:39 -#: ../themes/Portland/templates/editpage.tmpl:71 -#: ../themes/Wordpress/templates/editpage.tmpl:61 +#: ../themes/Portland/templates/editpage.tmpl:49 +#: ../themes/Wordpress/templates/editpage.tmpl:40 #: ../themes/default/templates/editpage.tmpl:41 msgid "W" msgstr "B" #: ../themes/Crao/templates/editpage.tmpl:40 -#: ../themes/Portland/templates/editpage.tmpl:73 -#: ../themes/Wordpress/templates/editpage.tmpl:62 +#: ../themes/Portland/templates/editpage.tmpl:50 +#: ../themes/Wordpress/templates/editpage.tmpl:41 #: ../themes/default/templates/editpage.tmpl:42 msgid "Adjust" msgstr "" @@ -5784,18 +5824,18 @@ msgid "This is a minor change." msgstr "" #: ../themes/Crao/templates/editpage.tmpl:53 -#: ../themes/Portland/templates/editpage.tmpl:75 -#: ../themes/Wordpress/templates/editpage.tmpl:65 +#: ../themes/Portland/templates/editpage.tmpl:52 +#: ../themes/Wordpress/templates/editpage.tmpl:44 #: ../themes/default/templates/editpage.tmpl:60 msgid "Use old markup" msgstr "" #: ../themes/Crao/templates/editpage.tmpl:88 #: ../themes/Crao/templates/editpage.tmpl:93 -#: ../themes/Portland/templates/editpage.tmpl:103 -#: ../themes/Portland/templates/editpage.tmpl:108 -#: ../themes/Wordpress/templates/editpage.tmpl:103 -#: ../themes/Wordpress/templates/editpage.tmpl:108 +#: ../themes/Portland/templates/editpage.tmpl:80 +#: ../themes/Portland/templates/editpage.tmpl:85 +#: ../themes/Wordpress/templates/editpage.tmpl:82 +#: ../themes/Wordpress/templates/editpage.tmpl:87 #: ../themes/default/templates/editpage.tmpl:113 #: ../themes/default/templates/editpage.tmpl:118 #, php-format @@ -5804,44 +5844,44 @@ msgstr "%s tips for veranderen." #: ../themes/Crao/templates/editpage.tmpl:88 #: ../themes/Crao/templates/editpage.tmpl:93 -#: ../themes/Portland/templates/editpage.tmpl:103 -#: ../themes/Portland/templates/editpage.tmpl:108 -#: ../themes/Wordpress/templates/editpage.tmpl:103 -#: ../themes/Wordpress/templates/editpage.tmpl:108 +#: ../themes/Portland/templates/editpage.tmpl:80 +#: ../themes/Portland/templates/editpage.tmpl:85 +#: ../themes/Wordpress/templates/editpage.tmpl:82 +#: ../themes/Wordpress/templates/editpage.tmpl:87 #: ../themes/default/templates/editpage.tmpl:113 #: ../themes/default/templates/editpage.tmpl:118 msgid "GoodStyle" msgstr "GoedeStijl" #: ../themes/Crao/templates/editpage.tmpl:89 -#: ../themes/Portland/templates/editpage.tmpl:104 -#: ../themes/Wordpress/templates/editpage.tmpl:104 +#: ../themes/Portland/templates/editpage.tmpl:81 +#: ../themes/Wordpress/templates/editpage.tmpl:83 #: ../themes/default/templates/editpage.tmpl:114 msgid "OldTextFormattingRules" msgstr "OudTekstFormatteringsRegels" #: ../themes/Crao/templates/editpage.tmpl:89 #: ../themes/Crao/templates/editpage.tmpl:94 -#: ../themes/Portland/templates/editpage.tmpl:104 -#: ../themes/Portland/templates/editpage.tmpl:109 -#: ../themes/Wordpress/templates/editpage.tmpl:104 -#: ../themes/Wordpress/templates/editpage.tmpl:109 +#: ../themes/Portland/templates/editpage.tmpl:81 +#: ../themes/Portland/templates/editpage.tmpl:86 +#: ../themes/Wordpress/templates/editpage.tmpl:83 +#: ../themes/Wordpress/templates/editpage.tmpl:88 #: ../themes/default/templates/editpage.tmpl:114 #: ../themes/default/templates/editpage.tmpl:119 msgid "Synopsis" msgstr "" #: ../themes/Crao/templates/editpage.tmpl:94 -#: ../themes/Portland/templates/editpage.tmpl:109 -#: ../themes/Wordpress/templates/editpage.tmpl:109 +#: ../themes/Portland/templates/editpage.tmpl:86 +#: ../themes/Wordpress/templates/editpage.tmpl:88 #: ../themes/default/templates/editpage.tmpl:119 msgid "TextFormattingRules" msgstr "TekstFormatteringsRegels" #: ../themes/Crao/templates/head.tmpl:31 ../themes/Crao/templates/head.tmpl:32 #: ../themes/Crao/templates/htmldump.tmpl:22 -#: ../themes/default/templates/head.tmpl:36 #: ../themes/default/templates/head.tmpl:37 +#: ../themes/default/templates/head.tmpl:38 #: ../themes/default/templates/htmldump.tmpl:22 #: ../themes/wikilens/templates/head.tmpl:30 #: ../themes/wikilens/templates/head.tmpl:31 @@ -5849,8 +5889,8 @@ msgid "HowToUseWiki" msgstr "" #: ../themes/Crao/templates/head.tmpl:70 ../themes/Crao/templates/head.tmpl:71 -#: ../themes/default/templates/head.tmpl:75 #: ../themes/default/templates/head.tmpl:76 +#: ../themes/default/templates/head.tmpl:77 #: ../themes/wikilens/templates/head.tmpl:68 #: ../themes/wikilens/templates/head.tmpl:69 msgid "SandBox" @@ -5892,11 +5932,6 @@ msgstr "" msgid "Enter your UserId to sign in" msgstr "" -#: ../themes/Crao/templates/signin.tmpl:54 -#: ../themes/smaller/templates/signin.tmpl:54 -msgid "Sign in:" -msgstr "" - #: ../themes/Crao/templates/wikiblog.tmpl:19 #: ../themes/blog/templates/wikiblog.tmpl:20 #: ../themes/default/templates/comment.tmpl:18 @@ -6070,14 +6105,14 @@ msgid "Page Type:" msgstr "" #: ../themes/MonoBook/templates/info.tmpl:170 -#: ../themes/blog/templates/_info.tmpl:5 ../themes/blog/templates/info.tmpl:5 +#: ../themes/blog/templates/info.tmpl:5 #: ../themes/shamino_com/templates/info.tmpl:170 #: ../themes/smaller/templates/info.tmpl:9 msgid "Diff previous Revision" msgstr "" #: ../themes/MonoBook/templates/info.tmpl:171 -#: ../themes/blog/templates/_info.tmpl:6 ../themes/blog/templates/info.tmpl:6 +#: ../themes/blog/templates/info.tmpl:6 #: ../themes/shamino_com/templates/info.tmpl:171 #: ../themes/smaller/templates/info.tmpl:10 msgid "Diff previous Author" @@ -6152,14 +6187,14 @@ msgstr "" msgid "Page Execution took %s seconds" msgstr "" -#: ../themes/Portland/templates/editpage.tmpl:65 -#: ../themes/Wordpress/templates/editpage.tmpl:74 +#: ../themes/Portland/templates/editpage.tmpl:44 +#: ../themes/Wordpress/templates/editpage.tmpl:53 #, php-format msgid "" "I'm just doing minor edits. Please divert the usual logging to %s instead." msgstr "" -#: ../themes/Portland/templates/editpage.tmpl:69 +#: ../themes/Portland/templates/editpage.tmpl:48 #: ../themes/default/templates/userprefs.tmpl:195 msgid "Edit Area Size" msgstr "" @@ -6811,10 +6846,6 @@ msgstr "" #~ msgid "diff pages in this wiki" #~ msgstr "De %d meestbezochte pagina's van deze Wiki:" -#, fuzzy -#~ msgid "dump html pages from this wiki" -#~ msgstr "De %d meestbezochte pagina's van deze Wiki:" - #, fuzzy #~ msgid "dump serial pages from this wiki" #~ msgstr "De %d meestbezochte pagina's van deze Wiki:" diff --git a/locale/po/phpwiki.pot b/locale/po/phpwiki.pot index 683dc3723..732d9a190 100644 --- a/locale/po/phpwiki.pot +++ b/locale/po/phpwiki.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PhpWiki-1.3.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-09-27 17:30+0000\n" +"POT-Creation-Date: 2005-10-29 13:06+0000\n" "PO-Revision-Date: 2002-12-14 17:51-0500\n" "Last-Translator: Reini Urban \n" "Language-Team: LANGUAGE \n" @@ -42,8 +42,8 @@ msgstr "" msgid "Undo disabled" msgstr "" -#: ../lib/EditToolbar.php:57 ../lib/EditToolbar.php:230 -#: ../lib/EditToolbar.php:231 ../lib/plugin/WikiAdminSearchReplace.php:187 +#: ../lib/EditToolbar.php:57 ../lib/EditToolbar.php:253 +#: ../lib/EditToolbar.php:254 ../lib/plugin/WikiAdminSearchReplace.php:187 msgid "Search & Replace" msgstr "" @@ -74,15 +74,15 @@ msgstr "" msgid "OK" msgstr "" -#: ../lib/EditToolbar.php:65 ../lib/EditToolbar.php:285 -#: ../lib/EditToolbar.php:331 ../lib/EditToolbar.php:355 -#: ../lib/EditToolbar.php:388 +#: ../lib/EditToolbar.php:65 ../lib/EditToolbar.php:308 +#: ../lib/EditToolbar.php:354 ../lib/EditToolbar.php:378 +#: ../lib/EditToolbar.php:411 msgid "Close" msgstr "" #: ../lib/EditToolbar.php:80 #, php-format -msgid "Substring \"%s\" found %s times. Replace with with \"%s\"?" +msgid "Substring \"%s\" found %s times. Replace with \"%s\"?" msgstr "" #: ../lib/EditToolbar.php:82 @@ -94,114 +94,114 @@ msgstr "" msgid "Operation undone" msgstr "" -#: ../lib/EditToolbar.php:144 ../lib/EditToolbar.php:145 +#: ../lib/EditToolbar.php:167 ../lib/EditToolbar.php:168 msgid "Bold text" msgstr "" -#: ../lib/EditToolbar.php:149 ../lib/EditToolbar.php:150 +#: ../lib/EditToolbar.php:172 ../lib/EditToolbar.php:173 msgid "Italic text" msgstr "" -#: ../lib/EditToolbar.php:154 +#: ../lib/EditToolbar.php:177 msgid "optional label | PageName" msgstr "" -#: ../lib/EditToolbar.php:155 +#: ../lib/EditToolbar.php:178 msgid "Link to page" msgstr "" -#: ../lib/EditToolbar.php:159 +#: ../lib/EditToolbar.php:182 msgid "optional label | http://www.example.com" msgstr "" -#: ../lib/EditToolbar.php:160 +#: ../lib/EditToolbar.php:183 msgid "External link (remember http:// prefix)" msgstr "" -#: ../lib/EditToolbar.php:164 +#: ../lib/EditToolbar.php:187 msgid "Headline text" msgstr "" -#: ../lib/EditToolbar.php:165 +#: ../lib/EditToolbar.php:188 msgid "Level 1 headline" msgstr "" -#: ../lib/EditToolbar.php:169 +#: ../lib/EditToolbar.php:192 msgid "Example.jpg" msgstr "" -#: ../lib/EditToolbar.php:170 +#: ../lib/EditToolbar.php:193 msgid "Embedded image" msgstr "" -#: ../lib/EditToolbar.php:174 +#: ../lib/EditToolbar.php:197 msgid "Insert non-formatted text here" msgstr "" -#: ../lib/EditToolbar.php:175 +#: ../lib/EditToolbar.php:198 msgid "Ignore wiki formatting" msgstr "" -#: ../lib/EditToolbar.php:180 +#: ../lib/EditToolbar.php:203 msgid "Your signature" msgstr "" -#: ../lib/EditToolbar.php:185 +#: ../lib/EditToolbar.php:208 msgid "Horizontal line" msgstr "" -#: ../lib/EditToolbar.php:187 ../lib/EditToolbar.php:189 -#: ../lib/editpage.php:562 +#: ../lib/EditToolbar.php:210 ../lib/EditToolbar.php:212 +#: ../lib/editpage.php:592 msgid "Save" msgstr "" -#: ../lib/EditToolbar.php:191 ../lib/EditToolbar.php:193 -#: ../lib/editpage.php:558 +#: ../lib/EditToolbar.php:214 ../lib/EditToolbar.php:216 +#: ../lib/editpage.php:588 msgid "Preview" msgstr "" -#: ../lib/EditToolbar.php:209 +#: ../lib/EditToolbar.php:232 msgid "Click a button to get an example text" msgstr "" -#: ../lib/EditToolbar.php:222 ../lib/EditToolbar.php:223 +#: ../lib/EditToolbar.php:245 ../lib/EditToolbar.php:246 msgid "Undo Search & Replace" msgstr "" -#: ../lib/EditToolbar.php:279 ../lib/EditToolbar.php:280 +#: ../lib/EditToolbar.php:302 ../lib/EditToolbar.php:303 msgid "AddCategory" msgstr "" -#: ../lib/EditToolbar.php:282 +#: ../lib/EditToolbar.php:305 msgid "Insert Categories (double-click)" msgstr "" -#: ../lib/EditToolbar.php:284 ../lib/EditToolbar.php:330 -#: ../lib/EditToolbar.php:354 ../lib/EditToolbar.php:387 +#: ../lib/EditToolbar.php:307 ../lib/EditToolbar.php:353 +#: ../lib/EditToolbar.php:377 ../lib/EditToolbar.php:410 msgid "Insert" msgstr "" -#: ../lib/EditToolbar.php:325 ../lib/EditToolbar.php:326 +#: ../lib/EditToolbar.php:348 ../lib/EditToolbar.php:349 msgid "AddPlugin" msgstr "" -#: ../lib/EditToolbar.php:328 +#: ../lib/EditToolbar.php:351 msgid "Insert Plugin (double-click)" msgstr "" -#: ../lib/EditToolbar.php:349 ../lib/EditToolbar.php:350 +#: ../lib/EditToolbar.php:372 ../lib/EditToolbar.php:373 msgid "AddPageLink" msgstr "" -#: ../lib/EditToolbar.php:352 +#: ../lib/EditToolbar.php:375 msgid "Insert PageLink (double-click)" msgstr "" -#: ../lib/EditToolbar.php:382 ../lib/EditToolbar.php:383 +#: ../lib/EditToolbar.php:405 ../lib/EditToolbar.php:406 msgid "AddTemplate" msgstr "" -#: ../lib/EditToolbar.php:385 +#: ../lib/EditToolbar.php:408 msgid "Insert Template (double-click)" msgstr "" @@ -300,7 +300,7 @@ msgid "Hits" msgstr "" #: ../lib/PageList.php:958 ../themes/Crao/templates/editpage.tmpl:37 -#: ../themes/Wordpress/templates/editpage.tmpl:59 +#: ../themes/Wordpress/templates/editpage.tmpl:38 #: ../themes/default/templates/editpage.tmpl:39 msgid "Size" msgstr "" @@ -430,7 +430,7 @@ msgid "add " msgstr "" #: ../lib/PagePerm.php:650 -msgid "Check to add this Acl" +msgid "Check to add this ACL" msgstr "" #: ../lib/PageType.php:134 ../lib/loadsave.php:733 @@ -483,7 +483,7 @@ msgstr "" #: ../themes/Portland/templates/navbar.tmpl:28 #: ../themes/Wordpress/templates/actionbar.tmpl:21 #: ../themes/blog/templates/actionbar.tmpl:20 -#: ../themes/default/templates/head.tmpl:68 +#: ../themes/default/templates/head.tmpl:69 #: ../themes/default/templates/navbar.tmpl:19 #: ../themes/shamino_com/templates/top.tmpl:20 #: ../themes/smaller/templates/navbar.tmpl:7 @@ -532,7 +532,7 @@ msgstr "" msgid "%4d %s\n" msgstr "" -#: ../lib/TextSearchQuery.php:79 +#: ../lib/TextSearchQuery.php:79 ../lib/plugin/FileInfo.php:97 #, php-format msgid "Unsupported argument: %s=%s" msgstr "" @@ -638,8 +638,10 @@ msgid "Sign Out" msgstr "" #: ../lib/Theme.php:940 ../lib/WikiUser.php:221 ../lib/WikiUserNew.php:473 +#: ../themes/Crao/templates/signin.tmpl:54 #: ../themes/Crao/templates/signin.tmpl:59 #: ../themes/default/templates/login.tmpl:76 +#: ../themes/smaller/templates/signin.tmpl:54 msgid "Sign In" msgstr "" @@ -692,72 +694,72 @@ msgstr "" msgid "External Links" msgstr "" -#: ../lib/WikiDB.php:230 +#: ../lib/WikiDB.php:233 #, php-format msgid "Removed by: %s" msgstr "" -#: ../lib/WikiDB.php:232 +#: ../lib/WikiDB.php:235 #, php-format msgid "Page removed %s" msgstr "" -#: ../lib/WikiDB.php:237 ../lib/WikiDB.php:1042 ../lib/WikiDB.php:1067 +#: ../lib/WikiDB.php:241 ../lib/WikiDB.php:1047 ../lib/WikiDB.php:1072 #: ../lib/loadsave.php:99 #, php-format msgid "PageChange Notification of %s sent to %s" msgstr "" -#: ../lib/WikiDB.php:240 ../lib/WikiDB.php:1045 ../lib/WikiDB.php:1070 +#: ../lib/WikiDB.php:244 ../lib/WikiDB.php:1050 ../lib/WikiDB.php:1075 #: ../lib/loadsave.php:102 #, php-format msgid "PageChange Notification Error: Couldn't send %s to %s" msgstr "" -#: ../lib/WikiDB.php:468 +#: ../lib/WikiDB.php:472 #, php-format msgid "renamed from %s" msgstr "" -#: ../lib/WikiDB.php:476 +#: ../lib/WikiDB.php:480 msgid "WikiDB::renamePage() not yet implemented for this backend" msgstr "" -#: ../lib/WikiDB.php:840 +#: ../lib/WikiDB.php:844 #, php-format msgid "%s: Date of new revision is %s" msgstr "" -#: ../lib/WikiDB.php:901 ../lib/main.php:96 +#: ../lib/WikiDB.php:905 ../lib/main.php:96 msgid "Optimizing database" msgstr "" -#: ../lib/WikiDB.php:1005 +#: ../lib/WikiDB.php:1010 msgid "Page change" msgstr "" -#: ../lib/WikiDB.php:1033 ../lib/loadsave.php:787 +#: ../lib/WikiDB.php:1038 ../lib/loadsave.php:787 #: ../lib/plugin/RecentChanges.php:107 msgid "New page" msgstr "" -#: ../lib/WikiDB.php:1035 ../lib/WikiDB.php:1058 ../lib/loadsave.php:93 +#: ../lib/WikiDB.php:1041 ../lib/WikiDB.php:1064 ../lib/loadsave.php:93 #, php-format msgid "Edited by: %s" msgstr "" -#: ../lib/WikiDB.php:1060 +#: ../lib/WikiDB.php:1066 #, php-format msgid "Page rename %s to %s" msgstr "" -#: ../lib/WikiDB.php:1618 ../lib/WikiDB.php:1622 +#: ../lib/WikiDB.php:1626 ../lib/WikiDB.php:1630 #: ../themes/default/templates/homepage.tmpl:7 #, php-format msgid "Describe %s here." msgstr "" -#: ../lib/WikiDB.php:1657 +#: ../lib/WikiDB.php:1665 #, php-format msgid "Oops! Revision %s of %s seems to have been deleted!" msgstr "" @@ -841,24 +843,26 @@ msgstr "" msgid "No or not enough GROUP_DB SQL statements defined" msgstr "" -#: ../lib/WikiGroup.php:838 -msgid "AUTH_GROUP_FILE not defined" +#: ../lib/WikiGroup.php:838 ../lib/loadsave.php:921 +#, php-format +msgid "%s: not defined" msgstr "" -#: ../lib/WikiGroup.php:842 +#: ../lib/WikiGroup.php:843 #, php-format msgid "Cannot open AUTH_GROUP_FILE %s" msgstr "" -#: ../lib/WikiGroup.php:950 -msgid "LDAP_AUTH_HOST not defined" +#: ../lib/WikiGroup.php:951 +#, php-format +msgid "%s not defined" msgstr "" -#: ../lib/WikiGroup.php:959 +#: ../lib/WikiGroup.php:961 msgid "No LDAP in this PHP version" msgstr "" -#: ../lib/WikiGroup.php:1048 +#: ../lib/WikiGroup.php:1050 #, php-format msgid "Unable to connect to LDAP server %s" msgstr "" @@ -878,8 +882,8 @@ msgstr "" #: ../themes/Sidebar/templates/navbar.tmpl:38 #: ../themes/Wordpress/templates/actionbar.tmpl:25 #: ../themes/blog/templates/navbar.tmpl:14 -#: ../themes/default/templates/head.tmpl:85 #: ../themes/default/templates/head.tmpl:86 +#: ../themes/default/templates/head.tmpl:87 #: ../themes/default/templates/navbar.tmpl:55 #: ../themes/shamino_com/templates/actionbar.tmpl:18 #: ../themes/smaller/templates/navbar.tmpl:19 @@ -891,7 +895,7 @@ msgstr "" #: ../lib/WikiPlugin.php:125 #, php-format -msgid "argument '%s' not declared by plugin." +msgid "Argument '%s' not declared by plugin." msgstr "" #: ../lib/WikiPlugin.php:235 @@ -936,12 +940,12 @@ msgid "Image map expired. Reload wiki page to recreate its html part." msgstr "" #: ../lib/WikiUser.php:188 ../lib/WikiUser.php:268 -#: ../lib/WikiUser/AdoDb.php:29 ../lib/WikiUser/AdoDb.php:167 +#: ../lib/WikiUser/AdoDb.php:29 ../lib/WikiUser/AdoDb.php:186 #: ../lib/WikiUser/Db.php:43 ../lib/WikiUser/File.php:58 -#: ../lib/WikiUser/IMAP.php:17 ../lib/WikiUser/LDAP.php:57 +#: ../lib/WikiUser/IMAP.php:17 ../lib/WikiUser/LDAP.php:58 #: ../lib/WikiUser/POP3.php:17 ../lib/WikiUser/PdoDb.php:28 #: ../lib/WikiUser/PdoDb.php:103 ../lib/WikiUser/PearDb.php:27 -#: ../lib/WikiUser/PearDb.php:101 ../lib/WikiUserNew.php:559 +#: ../lib/WikiUser/PearDb.php:118 ../lib/WikiUserNew.php:559 msgid "Invalid username." msgstr "" @@ -991,15 +995,15 @@ msgid "" "password in your UserPreferences." msgstr "" -#: ../lib/WikiUser/AdoDb.php:126 ../lib/WikiUser/PdoDb.php:134 -#: ../lib/WikiUser/PearDb.php:121 +#: ../lib/WikiUser/AdoDb.php:145 ../lib/WikiUser/PdoDb.php:134 +#: ../lib/WikiUser/PearDb.php:138 #, php-format msgid "%s is missing" msgstr "" -#: ../lib/WikiUser/AdoDb.php:182 ../lib/WikiUser/AdoDb.php:236 +#: ../lib/WikiUser/AdoDb.php:201 ../lib/WikiUser/AdoDb.php:255 #: ../lib/WikiUser/PdoDb.php:190 ../lib/WikiUser/PdoDb.php:255 -#: ../lib/WikiUser/PearDb.php:164 ../lib/WikiUser/PearDb.php:208 +#: ../lib/WikiUser/PearDb.php:181 ../lib/WikiUser/PearDb.php:225 #, php-format msgid "Either %s is missing or DATABASE_TYPE != '%s'" msgstr "" @@ -1008,7 +1012,12 @@ msgstr "" msgid "Unable to connect to IMAP server " msgstr "" -#: ../lib/WikiUser/LDAP.php:64 ../lib/WikiUser/LDAP.php:107 +#: ../lib/WikiUser/LDAP.php:35 +#, php-format +msgid "Unable to bind LDAP server %s using %s %s" +msgstr "" + +#: ../lib/WikiUser/LDAP.php:65 ../lib/WikiUser/LDAP.php:108 #, php-format msgid "Invalid username '%s' for LDAP Auth" msgstr "" @@ -1200,7 +1209,7 @@ msgstr "" #: ../themes/Sidebar/templates/frame-header.tmpl:16 #: ../themes/Sidebar/templates/top.tmpl:10 #: ../themes/Wordpress/templates/body.tmpl:13 -#: ../themes/default/templates/head.tmpl:52 +#: ../themes/default/templates/head.tmpl:53 #: ../themes/default/templates/top.tmpl:11 #: ../themes/shamino_com/templates/top.tmpl:8 #: ../themes/wikilens/templates/head.tmpl:45 @@ -1233,91 +1242,100 @@ msgstr "" msgid "You searched for: " msgstr "" -#: ../lib/editpage.php:95 ../lib/editpage.php:107 +#: ../lib/editpage.php:100 ../lib/editpage.php:112 msgid "Typed in verification word mismatch ... are you a bot?" msgstr "" -#: ../lib/editpage.php:128 ../lib/editpage.php:451 +#: ../lib/editpage.php:134 ../lib/editpage.php:480 msgid "Your version" msgstr "" -#: ../lib/editpage.php:128 ../lib/editpage.php:452 +#: ../lib/editpage.php:134 ../lib/editpage.php:481 msgid "Other version" msgstr "" -#: ../lib/editpage.php:138 +#: ../lib/editpage.php:144 msgid "Some internal editing error" msgstr "" -#: ../lib/editpage.php:139 +#: ../lib/editpage.php:145 msgid "" "Your are probably trying to edit/create an invalid version of this page." msgstr "" -#: ../lib/editpage.php:140 +#: ../lib/editpage.php:146 msgid "&version=-1 might help." msgstr "" -#: ../lib/editpage.php:157 +#: ../lib/editpage.php:163 #, php-format msgid "Edit: %s" msgstr "" -#: ../lib/editpage.php:191 +#: ../lib/editpage.php:197 #, php-format msgid "View Source: %s" msgstr "" -#: ../lib/editpage.php:205 +#: ../lib/editpage.php:211 msgid "Page now locked." msgstr "" -#: ../lib/editpage.php:205 +#: ../lib/editpage.php:211 msgid "Page now unlocked." msgstr "" -#: ../lib/editpage.php:306 +#: ../lib/editpage.php:313 #, php-format msgid "Saved: %s" msgstr "" -#: ../lib/editpage.php:368 +#: ../lib/editpage.php:376 msgid "Too many external links." msgstr "" -#: ../lib/editpage.php:382 +#: ../lib/editpage.php:390 msgid "SpamAssassin reports: " msgstr "" -#: ../lib/editpage.php:400 +#: ../lib/editpage.php:407 +msgid "External links contain blocked domains:" +msgstr "" + +#: ../lib/editpage.php:408 +#, php-format +msgid "%s is listed at %s" +msgstr "" + +#: ../lib/editpage.php:429 msgid "Spam Prevention" msgstr "" -#: ../lib/editpage.php:401 +#: ../lib/editpage.php:430 msgid "This page edit seems to contain spam and was therefore not saved." msgstr "" -#: ../lib/editpage.php:403 ../lib/editpage.php:437 +#: ../lib/editpage.php:432 ../lib/editpage.php:466 msgid "Sorry for the inconvenience." msgstr "" -#: ../lib/editpage.php:434 ../themes/MacOSX/themeinfo.php:137 +#: ../lib/editpage.php:463 ../themes/MacOSX/themeinfo.php:137 msgid "Page Locked" msgstr "" -#: ../lib/editpage.php:435 +#: ../lib/editpage.php:464 msgid "" "This page has been locked by the administrator so your changes can not be " "saved." msgstr "" -#: ../lib/editpage.php:436 +#: ../lib/editpage.php:465 msgid "" "(Copy your changes to the clipboard. You can try editing a different page or " "save your text in a text editor.)" msgstr "" -#: ../lib/editpage.php:450 ../lib/editpage.php:751 +#: ../lib/editpage.php:479 ../lib/editpage.php:784 #, php-format msgid "" "Some of the changes could not automatically be combined. Please look for " @@ -1325,42 +1343,42 @@ msgid "" "those sections by hand before you click Save." msgstr "" -#: ../lib/editpage.php:454 ../lib/editpage.php:754 +#: ../lib/editpage.php:483 ../lib/editpage.php:787 msgid "Please check it through before saving." msgstr "" -#: ../lib/editpage.php:465 +#: ../lib/editpage.php:494 msgid "Conflicting Edits!" msgstr "" -#: ../lib/editpage.php:466 +#: ../lib/editpage.php:495 msgid "" "In the time since you started editing this page, another user has saved a " "new version of it." msgstr "" -#: ../lib/editpage.php:467 +#: ../lib/editpage.php:496 msgid "" "Your changes can not be saved as they are, since doing so would overwrite " "the other author's changes. So, your changes and those of the other author " "have been combined. The result is shown below." msgstr "" -#: ../lib/editpage.php:527 +#: ../lib/editpage.php:557 msgid "Type word above:" msgstr "" -#: ../lib/editpage.php:550 +#: ../lib/editpage.php:580 msgid "Convert" msgstr "" -#: ../lib/editpage.php:583 ../themes/Portland/templates/editpage.tmpl:62 -#: ../themes/Wordpress/templates/editpage.tmpl:71 +#: ../lib/editpage.php:615 ../themes/Portland/templates/editpage.tmpl:41 +#: ../themes/Wordpress/templates/editpage.tmpl:50 #, php-format msgid "Author will be logged as %s." msgstr "" -#: ../lib/editpage.php:726 +#: ../lib/editpage.php:759 #, php-format msgid "Merge and Edit: %s" msgstr "" @@ -1563,11 +1581,6 @@ msgstr "" msgid "- version %d saved to database as version %d" msgstr "" -#: ../lib/loadsave.php:921 -#, php-format -msgid "%s: not defined" -msgstr "" - #: ../lib/loadsave.php:931 msgid "Default InterWiki map file not loaded." msgstr "" @@ -1739,7 +1752,7 @@ msgid "download a zip dump from this wiki" msgstr "" #: ../lib/main.php:508 -msgid "download an html zip dump from this wiki" +msgid "download a html zip dump from this wiki" msgstr "" #: ../lib/main.php:532 @@ -1912,8 +1925,8 @@ msgstr "" msgid "Click to display all comments" msgstr "" -#: ../lib/plugin/AddComment.php:111 ../lib/plugin/CreateToc.php:260 -#: ../lib/plugin/CreateToc.php:265 +#: ../lib/plugin/AddComment.php:111 ../lib/plugin/CreateToc.php:370 +#: ../lib/plugin/CreateToc.php:375 msgid "Click to display" msgstr "" @@ -2042,7 +2055,7 @@ msgstr "" msgid "hours" msgstr "" -#: ../lib/plugin/AnalyseAccessLogSql.php:204 ../lib/plugin/VisualWiki.php:493 +#: ../lib/plugin/AnalyseAccessLogSql.php:204 ../lib/plugin/VisualWiki.php:499 msgid "days" msgstr "" @@ -2124,7 +2137,7 @@ msgstr "" #: ../lib/plugin/AuthorHistory.php:70 #: ../themes/MonoBook/templates/info.tmpl:168 -#: ../themes/blog/templates/_info.tmpl:3 ../themes/blog/templates/info.tmpl:3 +#: ../themes/blog/templates/info.tmpl:3 #: ../themes/shamino_com/templates/info.tmpl:167 #: ../themes/smaller/templates/info.tmpl:7 msgid "AuthorHistory" @@ -2153,8 +2166,8 @@ msgstr "" #: ../themes/Crao/templates/blogform.tmpl:12 #: ../themes/Crao/templates/editpage.tmpl:48 #: ../themes/MonoBook/templates/info.tmpl:78 -#: ../themes/Portland/templates/editpage.tmpl:60 -#: ../themes/Wordpress/templates/editpage.tmpl:69 +#: ../themes/Portland/templates/editpage.tmpl:39 +#: ../themes/Wordpress/templates/editpage.tmpl:48 #: ../themes/blog/templates/blogform.tmpl:15 #: ../themes/default/templates/blogform.tmpl:15 #: ../themes/default/templates/editpage.tmpl:47 @@ -2227,7 +2240,7 @@ msgstr "" msgid "%s pages link to %s:" msgstr "" -#: ../lib/plugin/BlogArchives.php:24 ../lib/plugin/BlogArchives.php:159 +#: ../lib/plugin/BlogArchives.php:24 ../lib/plugin/BlogArchives.php:134 #: ../themes/blog/templates/actionbar.tmpl:17 msgid "Archives" msgstr "" @@ -2236,17 +2249,17 @@ msgstr "" msgid "List blog months links for the current or ADMIN user" msgstr "" -#: ../lib/plugin/BlogArchives.php:113 ../lib/plugin/BlogJournal.php:110 +#: ../lib/plugin/BlogArchives.php:88 ../lib/plugin/BlogJournal.php:85 #, php-format msgid "Blog Entries for %s:" msgstr "" -#: ../lib/plugin/BlogArchives.php:121 +#: ../lib/plugin/BlogArchives.php:96 #: ../themes/blog/templates/actionbar.tmpl:17 msgid "BlogArchives" msgstr "" -#: ../lib/plugin/BlogArchives.php:147 +#: ../lib/plugin/BlogArchives.php:122 msgid "Blog Archives:" msgstr "" @@ -2258,11 +2271,11 @@ msgstr "" msgid "Include latest blog entries for the current or ADMIN user" msgstr "" -#: ../lib/plugin/BlogJournal.php:106 ../lib/plugin/WikiBlog.php:75 +#: ../lib/plugin/BlogJournal.php:81 ../lib/plugin/WikiBlog.php:75 msgid "WikiBlog" msgstr "" -#: ../lib/plugin/BlogJournal.php:108 +#: ../lib/plugin/BlogJournal.php:83 msgid "No Blog Entries" msgstr "" @@ -2273,7 +2286,7 @@ msgstr "" #: ../themes/Sidebar/templates/body.tmpl:26 ../themes/Sidebar/themeinfo.php:44 #: ../themes/Wordpress/templates/actionbar.tmpl:31 #: ../themes/blog/templates/sidebar.tmpl:18 -#: ../themes/default/templates/head.tmpl:95 +#: ../themes/default/templates/head.tmpl:96 #: ../themes/default/templates/homepage.tmpl:15 #: ../themes/default/templates/navbar.tmpl:45 #: ../themes/wikilens/templates/head.tmpl:89 @@ -2289,12 +2302,12 @@ msgstr "" msgid "Next Month" msgstr "" -#: ../lib/plugin/Calendar.php:168 ../lib/plugin/CalendarList.php:139 +#: ../lib/plugin/Calendar.php:168 ../lib/plugin/CalendarList.php:135 #, php-format msgid "Edit %s" msgstr "" -#: ../lib/plugin/CalendarList.php:55 ../lib/plugin/CalendarList.php:59 +#: ../lib/plugin/CalendarList.php:51 ../lib/plugin/CalendarList.php:55 msgid "CalendarList" msgstr "" @@ -2341,20 +2354,20 @@ msgstr "" msgid "Automatically link headers at the top" msgstr "" -#: ../lib/plugin/CreateToc.php:193 ../lib/plugin/IncludePage.php:77 -#: ../lib/plugin/RateIt.php:208 +#: ../lib/plugin/CreateToc.php:300 ../lib/plugin/IncludePage.php:77 +#: ../lib/plugin/RateIt.php:208 ../lib/plugin/Template.php:102 msgid "no page specified" msgstr "" -#: ../lib/plugin/CreateToc.php:204 +#: ../lib/plugin/CreateToc.php:311 msgid "CreateToc disabled for old markup" msgstr "" -#: ../lib/plugin/CreateToc.php:257 +#: ../lib/plugin/CreateToc.php:367 msgid "Click to hide the TOC" msgstr "" -#: ../lib/plugin/CreateToc.php:267 ../lib/plugin/CreateToc.php:270 +#: ../lib/plugin/CreateToc.php:377 ../lib/plugin/CreateToc.php:380 msgid "Table Of Contents" msgstr "" @@ -2406,6 +2419,21 @@ msgstr "" msgid "Redirects to an external web site based on form input" msgstr "" +#: ../lib/plugin/FileInfo.php:39 +msgid "FileInfo" +msgstr "" + +#: ../lib/plugin/FileInfo.php:43 +msgid "Display file information like version,size,date,... of uploaded files." +msgstr "" + +#: ../lib/plugin/FileInfo.php:63 ../lib/plugin/FileInfo.php:65 +#: ../lib/plugin/PageGroup.php:104 ../lib/plugin/WikiFormRich.php:162 +#: ../lib/plugin/WikiFormRich.php:178 +#, php-format +msgid "A required argument '%s' is missing." +msgstr "" + #: ../lib/plugin/FoafViewer.php:52 msgid "FoafViewer" msgstr "" @@ -2452,6 +2480,7 @@ msgid "" msgstr "" #: ../lib/plugin/FrameInclude.php:93 ../lib/plugin/IncludePage.php:84 +#: ../lib/plugin/Template.php:108 #, php-format msgid "recursive inclusion of page %s" msgstr "" @@ -2529,6 +2558,30 @@ msgstr "" msgid "Go" msgstr "" +#: ../lib/plugin/GoogleMaps.php:63 +msgid "GoogleMaps" +msgstr "" + +#: ../lib/plugin/GoogleMaps.php:67 +msgid "" +"Displays a marker with further infos (when clicking) on given coordinates" +msgstr "" + +#: ../lib/plugin/GoogleMaps.php:96 ../lib/plugin/GoogleMaps.php:99 +#: ../lib/plugin/Transclude.php:76 +#, php-format +msgid "%s parameter missing" +msgstr "" + +#: ../lib/plugin/GoogleMaps.php:108 +#, php-format +msgid "invalid argument %s" +msgstr "" + +#: ../lib/plugin/GoogleMaps.php:128 +msgid "new window" +msgstr "" + #: ../lib/plugin/GooglePlugin.php:43 msgid "GooglePlugin" msgstr "" @@ -2549,16 +2602,16 @@ msgstr "" msgid "GraphViz image or imagemap creation of directed graphs" msgstr "" -#: ../lib/plugin/GraphViz.php:264 ../lib/plugin/GraphViz.php:334 +#: ../lib/plugin/GraphViz.php:265 ../lib/plugin/GraphViz.php:335 msgid "No dot graph given" msgstr "" -#: ../lib/plugin/GraphViz.php:275 ../lib/plugin/SyntaxHighlighter.php:173 +#: ../lib/plugin/GraphViz.php:276 ../lib/plugin/SyntaxHighlighter.php:173 #, php-format msgid "Couldn't start commandline '%s'" msgstr "" -#: ../lib/plugin/GraphViz.php:278 ../lib/plugin/Ploticus.php:239 +#: ../lib/plugin/GraphViz.php:279 ../lib/plugin/Ploticus.php:239 #, php-format msgid "%s error: outputfile '%s' not created" msgstr "" @@ -2597,6 +2650,7 @@ msgid "Include text from another wiki page." msgstr "" #: ../lib/plugin/IncludePage.php:92 ../lib/plugin/PageGroup.php:131 +#: ../lib/plugin/Template.php:116 #, php-format msgid "%s(%d): no such revision" msgstr "" @@ -2956,12 +3010,6 @@ msgstr "" msgid "<%s: no such section>" msgstr "" -#: ../lib/plugin/PageGroup.php:104 ../lib/plugin/WikiFormRich.php:162 -#: ../lib/plugin/WikiFormRich.php:178 -#, php-format -msgid "A required argument '%s' is missing." -msgstr "" - #: ../lib/plugin/PageGroup.php:108 ../lib/plugin/PrevNext.php:66 msgid "Next" msgstr "" @@ -3391,8 +3439,8 @@ msgstr "" #: ../lib/plugin/RecentChanges.php:388 ../lib/plugin/RecentChanges.php:464 #: ../lib/plugin/RecentEdits.php:10 ../lib/plugin/RecentEdits.php:36 #: ../lib/plugin/RelatedChanges.php:27 -#: ../themes/Portland/templates/editpage.tmpl:66 -#: ../themes/Wordpress/templates/editpage.tmpl:75 +#: ../themes/Portland/templates/editpage.tmpl:45 +#: ../themes/Wordpress/templates/editpage.tmpl:54 msgid "RecentEdits" msgstr "" @@ -3561,58 +3609,42 @@ msgstr "" msgid "invalid %s ignored" msgstr "" -#: ../lib/plugin/SystemInfo.php:52 +#: ../lib/plugin/SystemInfo.php:51 msgid "SystemInfo" msgstr "" -#: ../lib/plugin/SystemInfo.php:56 +#: ../lib/plugin/SystemInfo.php:55 msgid "Provides access to PhpWiki's lower level system information." msgstr "" -#: ../lib/plugin/SystemInfo.php:83 -msgid "db type:" -msgstr "" - -#: ../lib/plugin/SystemInfo.php:88 -msgid "db backend:" -msgstr "" - -#: ../lib/plugin/SystemInfo.php:96 -msgid "dba handler:" -msgstr "" - -#: ../lib/plugin/SystemInfo.php:106 -msgid "timeout:" -msgstr "" - -#: ../lib/plugin/SystemInfo.php:112 +#: ../lib/plugin/SystemInfo.php:123 msgid "no cache used" msgstr "" -#: ../lib/plugin/SystemInfo.php:115 +#: ../lib/plugin/SystemInfo.php:126 msgid "cached pagedata:" msgstr "" -#: ../lib/plugin/SystemInfo.php:116 +#: ../lib/plugin/SystemInfo.php:127 msgid "cached versiondata:" msgstr "" -#: ../lib/plugin/SystemInfo.php:125 +#: ../lib/plugin/SystemInfo.php:136 #, php-format msgid "Keep up to %d major edits, but keep them no longer than %d days." msgstr "" -#: ../lib/plugin/SystemInfo.php:128 +#: ../lib/plugin/SystemInfo.php:139 #, php-format msgid " Keep up to %d minor edits, but keep them no longer than %d days." msgstr "" -#: ../lib/plugin/SystemInfo.php:131 +#: ../lib/plugin/SystemInfo.php:142 #, php-format msgid " Keep the latest contributions of the last %d authors up to %d days." msgstr "" -#: ../lib/plugin/SystemInfo.php:133 +#: ../lib/plugin/SystemInfo.php:144 #, php-format msgid "" " Additionally, try to keep the latest contributions of all authors in the " @@ -3620,163 +3652,167 @@ msgid "" "more than %d unique author revisions." msgstr "" -#: ../lib/plugin/SystemInfo.php:142 +#: ../lib/plugin/SystemInfo.php:153 #, php-format msgid "%d pages" msgstr "" -#: ../lib/plugin/SystemInfo.php:143 +#: ../lib/plugin/SystemInfo.php:154 #, php-format msgid "%d not-empty pages" msgstr "" -#: ../lib/plugin/SystemInfo.php:154 ../lib/plugin/SystemInfo.php:184 +#: ../lib/plugin/SystemInfo.php:165 ../lib/plugin/SystemInfo.php:195 msgid "not yet" msgstr "" -#: ../lib/plugin/SystemInfo.php:171 +#: ../lib/plugin/SystemInfo.php:182 #, php-format msgid "%d homepages" msgstr "" -#: ../lib/plugin/SystemInfo.php:219 +#: ../lib/plugin/SystemInfo.php:259 #, php-format msgid "total hits: %d" msgstr "" -#: ../lib/plugin/SystemInfo.php:220 +#: ../lib/plugin/SystemInfo.php:260 #, php-format msgid "max: %d" msgstr "" -#: ../lib/plugin/SystemInfo.php:221 +#: ../lib/plugin/SystemInfo.php:261 #, php-format msgid "mean: %2.3f" msgstr "" -#: ../lib/plugin/SystemInfo.php:222 +#: ../lib/plugin/SystemInfo.php:262 #, php-format msgid "median: %d" msgstr "" -#: ../lib/plugin/SystemInfo.php:223 +#: ../lib/plugin/SystemInfo.php:263 #, php-format msgid "stddev: %2.3f" msgstr "" -#: ../lib/plugin/SystemInfo.php:235 +#: ../lib/plugin/SystemInfo.php:264 #, php-format msgid "%d pages with less than %d hits (<%d%%)." msgstr "" -#: ../lib/plugin/SystemInfo.php:237 +#: ../lib/plugin/SystemInfo.php:266 #, php-format msgid "%d page(s) with more than %d hits (>%d%%)." msgstr "" -#: ../lib/plugin/SystemInfo.php:279 +#: ../lib/plugin/SystemInfo.php:404 #, php-format msgid "Application size: %d Kb" msgstr "" -#: ../lib/plugin/SystemInfo.php:281 +#: ../lib/plugin/SystemInfo.php:406 #, php-format msgid "Pagedata size: %d Kb" msgstr "" -#: ../lib/plugin/SystemInfo.php:299 +#: ../lib/plugin/SystemInfo.php:424 #, php-format msgid "Total %d plugins: " msgstr "" -#: ../lib/plugin/SystemInfo.php:308 +#: ../lib/plugin/SystemInfo.php:433 #, php-format msgid "Total of %d languages: " msgstr "" -#: ../lib/plugin/SystemInfo.php:311 +#: ../lib/plugin/SystemInfo.php:436 #, php-format msgid "Current language: '%s'" msgstr "" -#: ../lib/plugin/SystemInfo.php:313 +#: ../lib/plugin/SystemInfo.php:438 #, php-format msgid "Default language: '%s'" msgstr "" -#: ../lib/plugin/SystemInfo.php:321 +#: ../lib/plugin/SystemInfo.php:446 #, php-format msgid "Total of %d themes: " msgstr "" -#: ../lib/plugin/SystemInfo.php:323 +#: ../lib/plugin/SystemInfo.php:448 #, php-format msgid "Current theme: '%s'" msgstr "" -#: ../lib/plugin/SystemInfo.php:325 +#: ../lib/plugin/SystemInfo.php:450 #, php-format msgid "Default theme: '%s'" msgstr "" -#: ../lib/plugin/SystemInfo.php:338 +#: ../lib/plugin/SystemInfo.php:463 #, php-format msgid "unknown argument '%s' to SystemInfo" msgstr "" -#: ../lib/plugin/SystemInfo.php:361 +#: ../lib/plugin/SystemInfo.php:487 msgid "Application name" msgstr "" -#: ../lib/plugin/SystemInfo.php:362 +#: ../lib/plugin/SystemInfo.php:488 msgid "PhpWiki engine version" msgstr "" -#: ../lib/plugin/SystemInfo.php:363 +#: ../lib/plugin/SystemInfo.php:489 msgid "Database" msgstr "" -#: ../lib/plugin/SystemInfo.php:364 +#: ../lib/plugin/SystemInfo.php:490 msgid "Cache statistics" msgstr "" -#: ../lib/plugin/SystemInfo.php:365 +#: ../lib/plugin/SystemInfo.php:491 msgid "Page statistics" msgstr "" -#: ../lib/plugin/SystemInfo.php:368 +#: ../lib/plugin/SystemInfo.php:494 msgid "User statistics" msgstr "" -#: ../lib/plugin/SystemInfo.php:370 +#: ../lib/plugin/SystemInfo.php:496 msgid "Hit statistics" msgstr "" -#: ../lib/plugin/SystemInfo.php:372 +#: ../lib/plugin/SystemInfo.php:497 +msgid "Harddisc usage" +msgstr "" + +#: ../lib/plugin/SystemInfo.php:498 msgid "Expiry parameters" msgstr "" -#: ../lib/plugin/SystemInfo.php:373 +#: ../lib/plugin/SystemInfo.php:499 msgid "Wikiname regexp" msgstr "" -#: ../lib/plugin/SystemInfo.php:374 +#: ../lib/plugin/SystemInfo.php:500 msgid "Allowed protocols" msgstr "" -#: ../lib/plugin/SystemInfo.php:375 +#: ../lib/plugin/SystemInfo.php:501 msgid "Inline images" msgstr "" -#: ../lib/plugin/SystemInfo.php:376 +#: ../lib/plugin/SystemInfo.php:502 msgid "Available plugins" msgstr "" -#: ../lib/plugin/SystemInfo.php:377 +#: ../lib/plugin/SystemInfo.php:503 msgid "Supported languages" msgstr "" -#: ../lib/plugin/SystemInfo.php:378 +#: ../lib/plugin/SystemInfo.php:504 msgid "Supported themes" msgstr "" @@ -3804,6 +3840,14 @@ msgstr "" msgid "Sorry, this version of PHP cannot create PNG image files." msgstr "" +#: ../lib/plugin/Template.php:61 +msgid "Template" +msgstr "" + +#: ../lib/plugin/Template.php:65 +msgid "Parametrized page inclusion." +msgstr "" + #: ../lib/plugin/TexToPng.php:103 msgid "Converts TeX to an image. May be used to embed formulas in PhpWiki." msgstr "" @@ -3825,11 +3869,6 @@ msgstr "" msgid "Include an external web page within the body of a wiki page." msgstr "" -#: ../lib/plugin/Transclude.php:76 -#, php-format -msgid "%s parameter missing" -msgstr "" - #: ../lib/plugin/Transclude.php:88 msgid "Transcluded page" msgstr "" @@ -4004,8 +4043,8 @@ msgstr "" #: ../themes/Crao/templates/navbar.tmpl:23 #: ../themes/MonoBook/templates/navbar.tmpl:49 #: ../themes/blog/templates/navbar.tmpl:17 -#: ../themes/default/templates/head.tmpl:91 #: ../themes/default/templates/head.tmpl:92 +#: ../themes/default/templates/head.tmpl:93 #: ../themes/default/templates/homepage.tmpl:11 #: ../themes/default/templates/navbar.tmpl:40 #: ../themes/shamino_com/templates/top.tmpl:28 @@ -4109,7 +4148,7 @@ msgid "" "from graphviz." msgstr "" -#: ../lib/plugin/VisualWiki.php:487 +#: ../lib/plugin/VisualWiki.php:493 msgid "Legend" msgstr "" @@ -4970,8 +5009,8 @@ msgstr "" #: ../themes/MonoBook/templates/navbar.tmpl:25 #: ../themes/Portland/templates/navbar.tmpl:8 #: ../themes/Sidebar/templates/navbar.tmpl:24 -#: ../themes/default/templates/head.tmpl:41 #: ../themes/default/templates/head.tmpl:42 +#: ../themes/default/templates/head.tmpl:43 #: ../themes/default/templates/navbar.tmpl:20 #: ../themes/shamino_com/templates/top.tmpl:21 #: ../themes/smaller/templates/navbar.tmpl:8 @@ -5179,8 +5218,8 @@ msgstr "" #: ../lib/plugin/_WikiTranslation.php:123 #: ../themes/Crao/templates/head.tmpl:73 ../themes/Crao/templates/head.tmpl:74 -#: ../themes/default/templates/head.tmpl:78 #: ../themes/default/templates/head.tmpl:79 +#: ../themes/default/templates/head.tmpl:80 #: ../themes/wikilens/templates/head.tmpl:71 #: ../themes/wikilens/templates/head.tmpl:72 msgid "WikiWikiWeb" @@ -5631,7 +5670,7 @@ msgstr "" #: ../themes/Wordpress/templates/actionbar.tmpl:10 #: ../themes/blog/templates/actionbar.tmpl:7 #: ../themes/default/templates/actionbar.tmpl:17 -#: ../themes/default/templates/head.tmpl:52 +#: ../themes/default/templates/head.tmpl:53 #: ../themes/shamino_com/templates/info.tmpl:165 #: ../themes/smaller/templates/actionbar.tmpl:20 #: ../themes/smaller/templates/info.tmpl:5 @@ -5706,8 +5745,8 @@ msgid "View the current version" msgstr "" #: ../themes/Crao/templates/editpage.tmpl:4 -#: ../themes/Portland/templates/editpage.tmpl:80 -#: ../themes/Wordpress/templates/editpage.tmpl:80 +#: ../themes/Portland/templates/editpage.tmpl:57 +#: ../themes/Wordpress/templates/editpage.tmpl:59 #: ../themes/default/templates/editpage.tmpl:4 msgid "Preview only! Changes not saved." msgstr "" @@ -5725,36 +5764,36 @@ msgid "edit area" msgstr "" #: ../themes/Crao/templates/editpage.tmpl:18 -#: ../themes/Portland/templates/editpage.tmpl:46 -#: ../themes/Wordpress/templates/editpage.tmpl:44 +#: ../themes/Portland/templates/editpage.tmpl:25 +#: ../themes/Wordpress/templates/editpage.tmpl:23 #: ../themes/default/templates/editpage.tmpl:20 msgid "Warning: You are editing an old revision." msgstr "" #: ../themes/Crao/templates/editpage.tmpl:19 -#: ../themes/Portland/templates/editpage.tmpl:47 -#: ../themes/Wordpress/templates/editpage.tmpl:45 +#: ../themes/Portland/templates/editpage.tmpl:26 +#: ../themes/Wordpress/templates/editpage.tmpl:24 #: ../themes/default/templates/editpage.tmpl:21 msgid "Saving this page will overwrite the current version." msgstr "" #: ../themes/Crao/templates/editpage.tmpl:38 -#: ../themes/Portland/templates/editpage.tmpl:69 -#: ../themes/Wordpress/templates/editpage.tmpl:60 +#: ../themes/Portland/templates/editpage.tmpl:48 +#: ../themes/Wordpress/templates/editpage.tmpl:39 #: ../themes/default/templates/editpage.tmpl:40 msgid "H" msgstr "" #: ../themes/Crao/templates/editpage.tmpl:39 -#: ../themes/Portland/templates/editpage.tmpl:71 -#: ../themes/Wordpress/templates/editpage.tmpl:61 +#: ../themes/Portland/templates/editpage.tmpl:49 +#: ../themes/Wordpress/templates/editpage.tmpl:40 #: ../themes/default/templates/editpage.tmpl:41 msgid "W" msgstr "" #: ../themes/Crao/templates/editpage.tmpl:40 -#: ../themes/Portland/templates/editpage.tmpl:73 -#: ../themes/Wordpress/templates/editpage.tmpl:62 +#: ../themes/Portland/templates/editpage.tmpl:50 +#: ../themes/Wordpress/templates/editpage.tmpl:41 #: ../themes/default/templates/editpage.tmpl:42 msgid "Adjust" msgstr "" @@ -5769,18 +5808,18 @@ msgid "This is a minor change." msgstr "" #: ../themes/Crao/templates/editpage.tmpl:53 -#: ../themes/Portland/templates/editpage.tmpl:75 -#: ../themes/Wordpress/templates/editpage.tmpl:65 +#: ../themes/Portland/templates/editpage.tmpl:52 +#: ../themes/Wordpress/templates/editpage.tmpl:44 #: ../themes/default/templates/editpage.tmpl:60 msgid "Use old markup" msgstr "" #: ../themes/Crao/templates/editpage.tmpl:88 #: ../themes/Crao/templates/editpage.tmpl:93 -#: ../themes/Portland/templates/editpage.tmpl:103 -#: ../themes/Portland/templates/editpage.tmpl:108 -#: ../themes/Wordpress/templates/editpage.tmpl:103 -#: ../themes/Wordpress/templates/editpage.tmpl:108 +#: ../themes/Portland/templates/editpage.tmpl:80 +#: ../themes/Portland/templates/editpage.tmpl:85 +#: ../themes/Wordpress/templates/editpage.tmpl:82 +#: ../themes/Wordpress/templates/editpage.tmpl:87 #: ../themes/default/templates/editpage.tmpl:113 #: ../themes/default/templates/editpage.tmpl:118 #, php-format @@ -5789,44 +5828,44 @@ msgstr "" #: ../themes/Crao/templates/editpage.tmpl:88 #: ../themes/Crao/templates/editpage.tmpl:93 -#: ../themes/Portland/templates/editpage.tmpl:103 -#: ../themes/Portland/templates/editpage.tmpl:108 -#: ../themes/Wordpress/templates/editpage.tmpl:103 -#: ../themes/Wordpress/templates/editpage.tmpl:108 +#: ../themes/Portland/templates/editpage.tmpl:80 +#: ../themes/Portland/templates/editpage.tmpl:85 +#: ../themes/Wordpress/templates/editpage.tmpl:82 +#: ../themes/Wordpress/templates/editpage.tmpl:87 #: ../themes/default/templates/editpage.tmpl:113 #: ../themes/default/templates/editpage.tmpl:118 msgid "GoodStyle" msgstr "" #: ../themes/Crao/templates/editpage.tmpl:89 -#: ../themes/Portland/templates/editpage.tmpl:104 -#: ../themes/Wordpress/templates/editpage.tmpl:104 +#: ../themes/Portland/templates/editpage.tmpl:81 +#: ../themes/Wordpress/templates/editpage.tmpl:83 #: ../themes/default/templates/editpage.tmpl:114 msgid "OldTextFormattingRules" msgstr "" #: ../themes/Crao/templates/editpage.tmpl:89 #: ../themes/Crao/templates/editpage.tmpl:94 -#: ../themes/Portland/templates/editpage.tmpl:104 -#: ../themes/Portland/templates/editpage.tmpl:109 -#: ../themes/Wordpress/templates/editpage.tmpl:104 -#: ../themes/Wordpress/templates/editpage.tmpl:109 +#: ../themes/Portland/templates/editpage.tmpl:81 +#: ../themes/Portland/templates/editpage.tmpl:86 +#: ../themes/Wordpress/templates/editpage.tmpl:83 +#: ../themes/Wordpress/templates/editpage.tmpl:88 #: ../themes/default/templates/editpage.tmpl:114 #: ../themes/default/templates/editpage.tmpl:119 msgid "Synopsis" msgstr "" #: ../themes/Crao/templates/editpage.tmpl:94 -#: ../themes/Portland/templates/editpage.tmpl:109 -#: ../themes/Wordpress/templates/editpage.tmpl:109 +#: ../themes/Portland/templates/editpage.tmpl:86 +#: ../themes/Wordpress/templates/editpage.tmpl:88 #: ../themes/default/templates/editpage.tmpl:119 msgid "TextFormattingRules" msgstr "" #: ../themes/Crao/templates/head.tmpl:31 ../themes/Crao/templates/head.tmpl:32 #: ../themes/Crao/templates/htmldump.tmpl:22 -#: ../themes/default/templates/head.tmpl:36 #: ../themes/default/templates/head.tmpl:37 +#: ../themes/default/templates/head.tmpl:38 #: ../themes/default/templates/htmldump.tmpl:22 #: ../themes/wikilens/templates/head.tmpl:30 #: ../themes/wikilens/templates/head.tmpl:31 @@ -5834,8 +5873,8 @@ msgid "HowToUseWiki" msgstr "" #: ../themes/Crao/templates/head.tmpl:70 ../themes/Crao/templates/head.tmpl:71 -#: ../themes/default/templates/head.tmpl:75 #: ../themes/default/templates/head.tmpl:76 +#: ../themes/default/templates/head.tmpl:77 #: ../themes/wikilens/templates/head.tmpl:68 #: ../themes/wikilens/templates/head.tmpl:69 msgid "SandBox" @@ -5877,11 +5916,6 @@ msgstr "" msgid "Enter your UserId to sign in" msgstr "" -#: ../themes/Crao/templates/signin.tmpl:54 -#: ../themes/smaller/templates/signin.tmpl:54 -msgid "Sign in:" -msgstr "" - #: ../themes/Crao/templates/wikiblog.tmpl:19 #: ../themes/blog/templates/wikiblog.tmpl:20 #: ../themes/default/templates/comment.tmpl:18 @@ -6055,14 +6089,14 @@ msgid "Page Type:" msgstr "" #: ../themes/MonoBook/templates/info.tmpl:170 -#: ../themes/blog/templates/_info.tmpl:5 ../themes/blog/templates/info.tmpl:5 +#: ../themes/blog/templates/info.tmpl:5 #: ../themes/shamino_com/templates/info.tmpl:170 #: ../themes/smaller/templates/info.tmpl:9 msgid "Diff previous Revision" msgstr "" #: ../themes/MonoBook/templates/info.tmpl:171 -#: ../themes/blog/templates/_info.tmpl:6 ../themes/blog/templates/info.tmpl:6 +#: ../themes/blog/templates/info.tmpl:6 #: ../themes/shamino_com/templates/info.tmpl:171 #: ../themes/smaller/templates/info.tmpl:10 msgid "Diff previous Author" @@ -6137,14 +6171,14 @@ msgstr "" msgid "Page Execution took %s seconds" msgstr "" -#: ../themes/Portland/templates/editpage.tmpl:65 -#: ../themes/Wordpress/templates/editpage.tmpl:74 +#: ../themes/Portland/templates/editpage.tmpl:44 +#: ../themes/Wordpress/templates/editpage.tmpl:53 #, php-format msgid "" "I'm just doing minor edits. Please divert the usual logging to %s instead." msgstr "" -#: ../themes/Portland/templates/editpage.tmpl:69 +#: ../themes/Portland/templates/editpage.tmpl:48 #: ../themes/default/templates/userprefs.tmpl:195 msgid "Edit Area Size" msgstr "" diff --git a/locale/po/sv.po b/locale/po/sv.po index 1eace0d5e..18bbfbd78 100644 --- a/locale/po/sv.po +++ b/locale/po/sv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PhpWiki-1.3.4pre\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-09-27 17:30+0000\n" +"POT-Creation-Date: 2005-10-29 13:06+0000\n" "PO-Revision-Date: 2001-01-27 01:58+0200\n" "Last-Translator: Jon Åslund \n" "Language-Team: \n" @@ -43,8 +43,8 @@ msgstr "" msgid "Undo disabled" msgstr "" -#: ../lib/EditToolbar.php:57 ../lib/EditToolbar.php:230 -#: ../lib/EditToolbar.php:231 ../lib/plugin/WikiAdminSearchReplace.php:187 +#: ../lib/EditToolbar.php:57 ../lib/EditToolbar.php:253 +#: ../lib/EditToolbar.php:254 ../lib/plugin/WikiAdminSearchReplace.php:187 msgid "Search & Replace" msgstr "" @@ -75,15 +75,15 @@ msgstr "" msgid "OK" msgstr "" -#: ../lib/EditToolbar.php:65 ../lib/EditToolbar.php:285 -#: ../lib/EditToolbar.php:331 ../lib/EditToolbar.php:355 -#: ../lib/EditToolbar.php:388 +#: ../lib/EditToolbar.php:65 ../lib/EditToolbar.php:308 +#: ../lib/EditToolbar.php:354 ../lib/EditToolbar.php:378 +#: ../lib/EditToolbar.php:411 msgid "Close" msgstr "" #: ../lib/EditToolbar.php:80 #, php-format -msgid "Substring \"%s\" found %s times. Replace with with \"%s\"?" +msgid "Substring \"%s\" found %s times. Replace with \"%s\"?" msgstr "" #: ../lib/EditToolbar.php:82 @@ -95,115 +95,115 @@ msgstr "\"%s\" ingen funna." msgid "Operation undone" msgstr "" -#: ../lib/EditToolbar.php:144 ../lib/EditToolbar.php:145 +#: ../lib/EditToolbar.php:167 ../lib/EditToolbar.php:168 msgid "Bold text" msgstr "" -#: ../lib/EditToolbar.php:149 ../lib/EditToolbar.php:150 +#: ../lib/EditToolbar.php:172 ../lib/EditToolbar.php:173 msgid "Italic text" msgstr "" -#: ../lib/EditToolbar.php:154 +#: ../lib/EditToolbar.php:177 msgid "optional label | PageName" msgstr "" -#: ../lib/EditToolbar.php:155 +#: ../lib/EditToolbar.php:178 msgid "Link to page" msgstr "" -#: ../lib/EditToolbar.php:159 +#: ../lib/EditToolbar.php:182 msgid "optional label | http://www.example.com" msgstr "" -#: ../lib/EditToolbar.php:160 +#: ../lib/EditToolbar.php:183 msgid "External link (remember http:// prefix)" msgstr "" -#: ../lib/EditToolbar.php:164 +#: ../lib/EditToolbar.php:187 msgid "Headline text" msgstr "" -#: ../lib/EditToolbar.php:165 +#: ../lib/EditToolbar.php:188 msgid "Level 1 headline" msgstr "" -#: ../lib/EditToolbar.php:169 +#: ../lib/EditToolbar.php:192 msgid "Example.jpg" msgstr "" -#: ../lib/EditToolbar.php:170 +#: ../lib/EditToolbar.php:193 msgid "Embedded image" msgstr "" -#: ../lib/EditToolbar.php:174 +#: ../lib/EditToolbar.php:197 msgid "Insert non-formatted text here" msgstr "" -#: ../lib/EditToolbar.php:175 +#: ../lib/EditToolbar.php:198 msgid "Ignore wiki formatting" msgstr "" -#: ../lib/EditToolbar.php:180 +#: ../lib/EditToolbar.php:203 msgid "Your signature" msgstr "" -#: ../lib/EditToolbar.php:185 +#: ../lib/EditToolbar.php:208 msgid "Horizontal line" msgstr "" -#: ../lib/EditToolbar.php:187 ../lib/EditToolbar.php:189 -#: ../lib/editpage.php:562 +#: ../lib/EditToolbar.php:210 ../lib/EditToolbar.php:212 +#: ../lib/editpage.php:592 msgid "Save" msgstr "Spara" -#: ../lib/EditToolbar.php:191 ../lib/EditToolbar.php:193 -#: ../lib/editpage.php:558 +#: ../lib/EditToolbar.php:214 ../lib/EditToolbar.php:216 +#: ../lib/editpage.php:588 msgid "Preview" msgstr "Översikt" -#: ../lib/EditToolbar.php:209 +#: ../lib/EditToolbar.php:232 msgid "Click a button to get an example text" msgstr "" -#: ../lib/EditToolbar.php:222 ../lib/EditToolbar.php:223 +#: ../lib/EditToolbar.php:245 ../lib/EditToolbar.php:246 msgid "Undo Search & Replace" msgstr "" -#: ../lib/EditToolbar.php:279 ../lib/EditToolbar.php:280 +#: ../lib/EditToolbar.php:302 ../lib/EditToolbar.php:303 #, fuzzy msgid "AddCategory" msgstr "Nuvarande sida:" -#: ../lib/EditToolbar.php:282 +#: ../lib/EditToolbar.php:305 msgid "Insert Categories (double-click)" msgstr "" -#: ../lib/EditToolbar.php:284 ../lib/EditToolbar.php:330 -#: ../lib/EditToolbar.php:354 ../lib/EditToolbar.php:387 +#: ../lib/EditToolbar.php:307 ../lib/EditToolbar.php:353 +#: ../lib/EditToolbar.php:377 ../lib/EditToolbar.php:410 msgid "Insert" msgstr "" -#: ../lib/EditToolbar.php:325 ../lib/EditToolbar.php:326 +#: ../lib/EditToolbar.php:348 ../lib/EditToolbar.php:349 msgid "AddPlugin" msgstr "" -#: ../lib/EditToolbar.php:328 +#: ../lib/EditToolbar.php:351 msgid "Insert Plugin (double-click)" msgstr "" -#: ../lib/EditToolbar.php:349 ../lib/EditToolbar.php:350 +#: ../lib/EditToolbar.php:372 ../lib/EditToolbar.php:373 msgid "AddPageLink" msgstr "" -#: ../lib/EditToolbar.php:352 +#: ../lib/EditToolbar.php:375 msgid "Insert PageLink (double-click)" msgstr "" -#: ../lib/EditToolbar.php:382 ../lib/EditToolbar.php:383 +#: ../lib/EditToolbar.php:405 ../lib/EditToolbar.php:406 msgid "AddTemplate" msgstr "" -#: ../lib/EditToolbar.php:385 +#: ../lib/EditToolbar.php:408 msgid "Insert Template (double-click)" msgstr "" @@ -303,7 +303,7 @@ msgid "Hits" msgstr "Träffar" #: ../lib/PageList.php:958 ../themes/Crao/templates/editpage.tmpl:37 -#: ../themes/Wordpress/templates/editpage.tmpl:59 +#: ../themes/Wordpress/templates/editpage.tmpl:38 #: ../themes/default/templates/editpage.tmpl:39 msgid "Size" msgstr "" @@ -433,7 +433,7 @@ msgid "add " msgstr "" #: ../lib/PagePerm.php:650 -msgid "Check to add this Acl" +msgid "Check to add this ACL" msgstr "" #: ../lib/PageType.php:134 ../lib/loadsave.php:733 @@ -486,7 +486,7 @@ msgstr "" #: ../themes/Portland/templates/navbar.tmpl:28 #: ../themes/Wordpress/templates/actionbar.tmpl:21 #: ../themes/blog/templates/actionbar.tmpl:20 -#: ../themes/default/templates/head.tmpl:68 +#: ../themes/default/templates/head.tmpl:69 #: ../themes/default/templates/navbar.tmpl:19 #: ../themes/shamino_com/templates/top.tmpl:20 #: ../themes/smaller/templates/navbar.tmpl:7 @@ -535,7 +535,7 @@ msgstr "" msgid "%4d %s\n" msgstr "%4d %s\n" -#: ../lib/TextSearchQuery.php:79 +#: ../lib/TextSearchQuery.php:79 ../lib/plugin/FileInfo.php:97 #, php-format msgid "Unsupported argument: %s=%s" msgstr "" @@ -641,8 +641,10 @@ msgid "Sign Out" msgstr "Logga ut" #: ../lib/Theme.php:940 ../lib/WikiUser.php:221 ../lib/WikiUserNew.php:473 +#: ../themes/Crao/templates/signin.tmpl:54 #: ../themes/Crao/templates/signin.tmpl:59 #: ../themes/default/templates/login.tmpl:76 +#: ../themes/smaller/templates/signin.tmpl:54 msgid "Sign In" msgstr "Anslut" @@ -695,73 +697,73 @@ msgstr "" msgid "External Links" msgstr "" -#: ../lib/WikiDB.php:230 +#: ../lib/WikiDB.php:233 #, fuzzy, php-format msgid "Removed by: %s" msgstr "Redigera: %s" -#: ../lib/WikiDB.php:232 +#: ../lib/WikiDB.php:235 #, fuzzy, php-format msgid "Page removed %s" msgstr "Sidan är Låst" -#: ../lib/WikiDB.php:237 ../lib/WikiDB.php:1042 ../lib/WikiDB.php:1067 +#: ../lib/WikiDB.php:241 ../lib/WikiDB.php:1047 ../lib/WikiDB.php:1072 #: ../lib/loadsave.php:99 #, php-format msgid "PageChange Notification of %s sent to %s" msgstr "" -#: ../lib/WikiDB.php:240 ../lib/WikiDB.php:1045 ../lib/WikiDB.php:1070 +#: ../lib/WikiDB.php:244 ../lib/WikiDB.php:1050 ../lib/WikiDB.php:1075 #: ../lib/loadsave.php:102 #, php-format msgid "PageChange Notification Error: Couldn't send %s to %s" msgstr "" -#: ../lib/WikiDB.php:468 +#: ../lib/WikiDB.php:472 #, php-format msgid "renamed from %s" msgstr "" -#: ../lib/WikiDB.php:476 +#: ../lib/WikiDB.php:480 msgid "WikiDB::renamePage() not yet implemented for this backend" msgstr "" -#: ../lib/WikiDB.php:840 +#: ../lib/WikiDB.php:844 #, php-format msgid "%s: Date of new revision is %s" msgstr "" -#: ../lib/WikiDB.php:901 ../lib/main.php:96 +#: ../lib/WikiDB.php:905 ../lib/main.php:96 msgid "Optimizing database" msgstr "" -#: ../lib/WikiDB.php:1005 +#: ../lib/WikiDB.php:1010 msgid "Page change" msgstr "" -#: ../lib/WikiDB.php:1033 ../lib/loadsave.php:787 +#: ../lib/WikiDB.php:1038 ../lib/loadsave.php:787 #: ../lib/plugin/RecentChanges.php:107 #, fuzzy msgid "New page" msgstr "Ta bort sida" -#: ../lib/WikiDB.php:1035 ../lib/WikiDB.php:1058 ../lib/loadsave.php:93 +#: ../lib/WikiDB.php:1041 ../lib/WikiDB.php:1064 ../lib/loadsave.php:93 #, fuzzy, php-format msgid "Edited by: %s" msgstr "Redigera: %s" -#: ../lib/WikiDB.php:1060 +#: ../lib/WikiDB.php:1066 #, php-format msgid "Page rename %s to %s" msgstr "" -#: ../lib/WikiDB.php:1618 ../lib/WikiDB.php:1622 +#: ../lib/WikiDB.php:1626 ../lib/WikiDB.php:1630 #: ../themes/default/templates/homepage.tmpl:7 #, php-format msgid "Describe %s here." msgstr "Beskriv %s här." -#: ../lib/WikiDB.php:1657 +#: ../lib/WikiDB.php:1665 #, php-format msgid "Oops! Revision %s of %s seems to have been deleted!" msgstr "" @@ -845,24 +847,26 @@ msgstr "" msgid "No or not enough GROUP_DB SQL statements defined" msgstr "" -#: ../lib/WikiGroup.php:838 -msgid "AUTH_GROUP_FILE not defined" -msgstr "" +#: ../lib/WikiGroup.php:838 ../lib/loadsave.php:921 +#, fuzzy, php-format +msgid "%s: not defined" +msgstr "%s: fila ingen funna" -#: ../lib/WikiGroup.php:842 +#: ../lib/WikiGroup.php:843 #, php-format msgid "Cannot open AUTH_GROUP_FILE %s" msgstr "" -#: ../lib/WikiGroup.php:950 -msgid "LDAP_AUTH_HOST not defined" -msgstr "" +#: ../lib/WikiGroup.php:951 +#, fuzzy, php-format +msgid "%s not defined" +msgstr "%s: fila ingen funna" -#: ../lib/WikiGroup.php:959 +#: ../lib/WikiGroup.php:961 msgid "No LDAP in this PHP version" msgstr "" -#: ../lib/WikiGroup.php:1048 +#: ../lib/WikiGroup.php:1050 #, php-format msgid "Unable to connect to LDAP server %s" msgstr "" @@ -882,8 +886,8 @@ msgstr "" #: ../themes/Sidebar/templates/navbar.tmpl:38 #: ../themes/Wordpress/templates/actionbar.tmpl:25 #: ../themes/blog/templates/navbar.tmpl:14 -#: ../themes/default/templates/head.tmpl:85 #: ../themes/default/templates/head.tmpl:86 +#: ../themes/default/templates/head.tmpl:87 #: ../themes/default/templates/navbar.tmpl:55 #: ../themes/shamino_com/templates/actionbar.tmpl:18 #: ../themes/smaller/templates/navbar.tmpl:19 @@ -895,7 +899,7 @@ msgstr "" #: ../lib/WikiPlugin.php:125 #, php-format -msgid "argument '%s' not declared by plugin." +msgid "Argument '%s' not declared by plugin." msgstr "" #: ../lib/WikiPlugin.php:235 @@ -940,12 +944,12 @@ msgid "Image map expired. Reload wiki page to recreate its html part." msgstr "" #: ../lib/WikiUser.php:188 ../lib/WikiUser.php:268 -#: ../lib/WikiUser/AdoDb.php:29 ../lib/WikiUser/AdoDb.php:167 +#: ../lib/WikiUser/AdoDb.php:29 ../lib/WikiUser/AdoDb.php:186 #: ../lib/WikiUser/Db.php:43 ../lib/WikiUser/File.php:58 -#: ../lib/WikiUser/IMAP.php:17 ../lib/WikiUser/LDAP.php:57 +#: ../lib/WikiUser/IMAP.php:17 ../lib/WikiUser/LDAP.php:58 #: ../lib/WikiUser/POP3.php:17 ../lib/WikiUser/PdoDb.php:28 #: ../lib/WikiUser/PdoDb.php:103 ../lib/WikiUser/PearDb.php:27 -#: ../lib/WikiUser/PearDb.php:101 ../lib/WikiUserNew.php:559 +#: ../lib/WikiUser/PearDb.php:118 ../lib/WikiUserNew.php:559 msgid "Invalid username." msgstr "" @@ -996,15 +1000,15 @@ msgid "" "password in your UserPreferences." msgstr "" -#: ../lib/WikiUser/AdoDb.php:126 ../lib/WikiUser/PdoDb.php:134 -#: ../lib/WikiUser/PearDb.php:121 +#: ../lib/WikiUser/AdoDb.php:145 ../lib/WikiUser/PdoDb.php:134 +#: ../lib/WikiUser/PearDb.php:138 #, php-format msgid "%s is missing" msgstr "" -#: ../lib/WikiUser/AdoDb.php:182 ../lib/WikiUser/AdoDb.php:236 +#: ../lib/WikiUser/AdoDb.php:201 ../lib/WikiUser/AdoDb.php:255 #: ../lib/WikiUser/PdoDb.php:190 ../lib/WikiUser/PdoDb.php:255 -#: ../lib/WikiUser/PearDb.php:164 ../lib/WikiUser/PearDb.php:208 +#: ../lib/WikiUser/PearDb.php:181 ../lib/WikiUser/PearDb.php:225 #, php-format msgid "Either %s is missing or DATABASE_TYPE != '%s'" msgstr "" @@ -1013,7 +1017,12 @@ msgstr "" msgid "Unable to connect to IMAP server " msgstr "" -#: ../lib/WikiUser/LDAP.php:64 ../lib/WikiUser/LDAP.php:107 +#: ../lib/WikiUser/LDAP.php:35 +#, php-format +msgid "Unable to bind LDAP server %s using %s %s" +msgstr "" + +#: ../lib/WikiUser/LDAP.php:65 ../lib/WikiUser/LDAP.php:108 #, php-format msgid "Invalid username '%s' for LDAP Auth" msgstr "" @@ -1203,7 +1212,7 @@ msgstr "Versionerna #: ../themes/Sidebar/templates/frame-header.tmpl:16 #: ../themes/Sidebar/templates/top.tmpl:10 #: ../themes/Wordpress/templates/body.tmpl:13 -#: ../themes/default/templates/head.tmpl:52 +#: ../themes/default/templates/head.tmpl:53 #: ../themes/default/templates/top.tmpl:11 #: ../themes/shamino_com/templates/top.tmpl:8 #: ../themes/wikilens/templates/head.tmpl:45 @@ -1236,86 +1245,95 @@ msgstr "(Ins msgid "You searched for: " msgstr "" -#: ../lib/editpage.php:95 ../lib/editpage.php:107 +#: ../lib/editpage.php:100 ../lib/editpage.php:112 msgid "Typed in verification word mismatch ... are you a bot?" msgstr "" -#: ../lib/editpage.php:128 ../lib/editpage.php:451 +#: ../lib/editpage.php:134 ../lib/editpage.php:480 msgid "Your version" msgstr "" -#: ../lib/editpage.php:128 ../lib/editpage.php:452 +#: ../lib/editpage.php:134 ../lib/editpage.php:481 msgid "Other version" msgstr "" -#: ../lib/editpage.php:138 +#: ../lib/editpage.php:144 msgid "Some internal editing error" msgstr "" -#: ../lib/editpage.php:139 +#: ../lib/editpage.php:145 msgid "" "Your are probably trying to edit/create an invalid version of this page." msgstr "" -#: ../lib/editpage.php:140 +#: ../lib/editpage.php:146 msgid "&version=-1 might help." msgstr "" -#: ../lib/editpage.php:157 +#: ../lib/editpage.php:163 #, php-format msgid "Edit: %s" msgstr "Redigera: %s" -#: ../lib/editpage.php:191 +#: ../lib/editpage.php:197 #, php-format msgid "View Source: %s" msgstr "Visa Källkoden: %s" -#: ../lib/editpage.php:205 +#: ../lib/editpage.php:211 msgid "Page now locked." msgstr "" -#: ../lib/editpage.php:205 +#: ../lib/editpage.php:211 msgid "Page now unlocked." msgstr "" -#: ../lib/editpage.php:306 +#: ../lib/editpage.php:313 #, php-format msgid "Saved: %s" msgstr "Sparade: %s" -#: ../lib/editpage.php:368 +#: ../lib/editpage.php:376 msgid "Too many external links." msgstr "" -#: ../lib/editpage.php:382 +#: ../lib/editpage.php:390 msgid "SpamAssassin reports: " msgstr "" -#: ../lib/editpage.php:400 +#: ../lib/editpage.php:407 +msgid "External links contain blocked domains:" +msgstr "" + +#: ../lib/editpage.php:408 +#, fuzzy, php-format +msgid "%s is listed at %s" +msgstr "%s i %s" + +#: ../lib/editpage.php:429 msgid "Spam Prevention" msgstr "" -#: ../lib/editpage.php:401 +#: ../lib/editpage.php:430 msgid "This page edit seems to contain spam and was therefore not saved." msgstr "" -#: ../lib/editpage.php:403 ../lib/editpage.php:437 +#: ../lib/editpage.php:432 ../lib/editpage.php:466 msgid "Sorry for the inconvenience." msgstr "Ledsen för allt besvär." -#: ../lib/editpage.php:434 ../themes/MacOSX/themeinfo.php:137 +#: ../lib/editpage.php:463 ../themes/MacOSX/themeinfo.php:137 msgid "Page Locked" msgstr "Sidan är Låst" -#: ../lib/editpage.php:435 +#: ../lib/editpage.php:464 #, fuzzy msgid "" "This page has been locked by the administrator so your changes can not be " "saved." msgstr "Den här sidan är låst av administratören och kan ej redigeras." -#: ../lib/editpage.php:436 +#: ../lib/editpage.php:465 #, fuzzy msgid "" "(Copy your changes to the clipboard. You can try editing a different page or " @@ -1324,7 +1342,7 @@ msgstr "" "Kopiera dina ändringar till urklippet eller till ett annat temporärt ställe " "(t.ex. en texteditor)." -#: ../lib/editpage.php:450 ../lib/editpage.php:751 +#: ../lib/editpage.php:479 ../lib/editpage.php:784 #, php-format msgid "" "Some of the changes could not automatically be combined. Please look for " @@ -1332,43 +1350,43 @@ msgid "" "those sections by hand before you click Save." msgstr "" -#: ../lib/editpage.php:454 ../lib/editpage.php:754 +#: ../lib/editpage.php:483 ../lib/editpage.php:787 msgid "Please check it through before saving." msgstr "" -#: ../lib/editpage.php:465 +#: ../lib/editpage.php:494 msgid "Conflicting Edits!" msgstr "" -#: ../lib/editpage.php:466 +#: ../lib/editpage.php:495 msgid "" "In the time since you started editing this page, another user has saved a " "new version of it." msgstr "" -#: ../lib/editpage.php:467 +#: ../lib/editpage.php:496 msgid "" "Your changes can not be saved as they are, since doing so would overwrite " "the other author's changes. So, your changes and those of the other author " "have been combined. The result is shown below." msgstr "" -#: ../lib/editpage.php:527 +#: ../lib/editpage.php:557 msgid "Type word above:" msgstr "" -#: ../lib/editpage.php:550 +#: ../lib/editpage.php:580 #, fuzzy msgid "Convert" msgstr "Innehåll" -#: ../lib/editpage.php:583 ../themes/Portland/templates/editpage.tmpl:62 -#: ../themes/Wordpress/templates/editpage.tmpl:71 +#: ../lib/editpage.php:615 ../themes/Portland/templates/editpage.tmpl:41 +#: ../themes/Wordpress/templates/editpage.tmpl:50 #, php-format msgid "Author will be logged as %s." msgstr "" -#: ../lib/editpage.php:726 +#: ../lib/editpage.php:759 #, php-format msgid "Merge and Edit: %s" msgstr "" @@ -1572,11 +1590,6 @@ msgstr "" msgid "- version %d saved to database as version %d" msgstr "" -#: ../lib/loadsave.php:921 -#, fuzzy, php-format -msgid "%s: not defined" -msgstr "%s: fila ingen funna" - #: ../lib/loadsave.php:931 msgid "Default InterWiki map file not loaded." msgstr "" @@ -1748,8 +1761,9 @@ msgid "download a zip dump from this wiki" msgstr "" #: ../lib/main.php:508 -msgid "download an html zip dump from this wiki" -msgstr "" +#, fuzzy +msgid "download a html zip dump from this wiki" +msgstr "De %d mest populära sidorna för den här wikin:" #: ../lib/main.php:532 msgid "Browsing pages" @@ -1922,8 +1936,8 @@ msgstr "" msgid "Click to display all comments" msgstr "" -#: ../lib/plugin/AddComment.php:111 ../lib/plugin/CreateToc.php:260 -#: ../lib/plugin/CreateToc.php:265 +#: ../lib/plugin/AddComment.php:111 ../lib/plugin/CreateToc.php:370 +#: ../lib/plugin/CreateToc.php:375 msgid "Click to display" msgstr "" @@ -2052,7 +2066,7 @@ msgstr "" msgid "hours" msgstr "" -#: ../lib/plugin/AnalyseAccessLogSql.php:204 ../lib/plugin/VisualWiki.php:493 +#: ../lib/plugin/AnalyseAccessLogSql.php:204 ../lib/plugin/VisualWiki.php:499 msgid "days" msgstr "" @@ -2134,7 +2148,7 @@ msgstr "" #: ../lib/plugin/AuthorHistory.php:70 #: ../themes/MonoBook/templates/info.tmpl:168 -#: ../themes/blog/templates/_info.tmpl:3 ../themes/blog/templates/info.tmpl:3 +#: ../themes/blog/templates/info.tmpl:3 #: ../themes/shamino_com/templates/info.tmpl:167 #: ../themes/smaller/templates/info.tmpl:7 msgid "AuthorHistory" @@ -2163,8 +2177,8 @@ msgstr "" #: ../themes/Crao/templates/blogform.tmpl:12 #: ../themes/Crao/templates/editpage.tmpl:48 #: ../themes/MonoBook/templates/info.tmpl:78 -#: ../themes/Portland/templates/editpage.tmpl:60 -#: ../themes/Wordpress/templates/editpage.tmpl:69 +#: ../themes/Portland/templates/editpage.tmpl:39 +#: ../themes/Wordpress/templates/editpage.tmpl:48 #: ../themes/blog/templates/blogform.tmpl:15 #: ../themes/default/templates/blogform.tmpl:15 #: ../themes/default/templates/editpage.tmpl:47 @@ -2237,7 +2251,7 @@ msgstr "" msgid "%s pages link to %s:" msgstr "" -#: ../lib/plugin/BlogArchives.php:24 ../lib/plugin/BlogArchives.php:159 +#: ../lib/plugin/BlogArchives.php:24 ../lib/plugin/BlogArchives.php:134 #: ../themes/blog/templates/actionbar.tmpl:17 msgid "Archives" msgstr "" @@ -2246,17 +2260,17 @@ msgstr "" msgid "List blog months links for the current or ADMIN user" msgstr "" -#: ../lib/plugin/BlogArchives.php:113 ../lib/plugin/BlogJournal.php:110 +#: ../lib/plugin/BlogArchives.php:88 ../lib/plugin/BlogJournal.php:85 #, php-format msgid "Blog Entries for %s:" msgstr "" -#: ../lib/plugin/BlogArchives.php:121 +#: ../lib/plugin/BlogArchives.php:96 #: ../themes/blog/templates/actionbar.tmpl:17 msgid "BlogArchives" msgstr "" -#: ../lib/plugin/BlogArchives.php:147 +#: ../lib/plugin/BlogArchives.php:122 msgid "Blog Archives:" msgstr "" @@ -2268,11 +2282,11 @@ msgstr "" msgid "Include latest blog entries for the current or ADMIN user" msgstr "" -#: ../lib/plugin/BlogJournal.php:106 ../lib/plugin/WikiBlog.php:75 +#: ../lib/plugin/BlogJournal.php:81 ../lib/plugin/WikiBlog.php:75 msgid "WikiBlog" msgstr "" -#: ../lib/plugin/BlogJournal.php:108 +#: ../lib/plugin/BlogJournal.php:83 msgid "No Blog Entries" msgstr "" @@ -2283,7 +2297,7 @@ msgstr "" #: ../themes/Sidebar/templates/body.tmpl:26 ../themes/Sidebar/themeinfo.php:44 #: ../themes/Wordpress/templates/actionbar.tmpl:31 #: ../themes/blog/templates/sidebar.tmpl:18 -#: ../themes/default/templates/head.tmpl:95 +#: ../themes/default/templates/head.tmpl:96 #: ../themes/default/templates/homepage.tmpl:15 #: ../themes/default/templates/navbar.tmpl:45 #: ../themes/wikilens/templates/head.tmpl:89 @@ -2299,12 +2313,12 @@ msgstr "F msgid "Next Month" msgstr "Följande Månad" -#: ../lib/plugin/Calendar.php:168 ../lib/plugin/CalendarList.php:139 +#: ../lib/plugin/Calendar.php:168 ../lib/plugin/CalendarList.php:135 #, php-format msgid "Edit %s" msgstr "Redigera %s" -#: ../lib/plugin/CalendarList.php:55 ../lib/plugin/CalendarList.php:59 +#: ../lib/plugin/CalendarList.php:51 ../lib/plugin/CalendarList.php:55 msgid "CalendarList" msgstr "" @@ -2351,20 +2365,20 @@ msgstr "" msgid "Automatically link headers at the top" msgstr "" -#: ../lib/plugin/CreateToc.php:193 ../lib/plugin/IncludePage.php:77 -#: ../lib/plugin/RateIt.php:208 +#: ../lib/plugin/CreateToc.php:300 ../lib/plugin/IncludePage.php:77 +#: ../lib/plugin/RateIt.php:208 ../lib/plugin/Template.php:102 msgid "no page specified" msgstr "" -#: ../lib/plugin/CreateToc.php:204 +#: ../lib/plugin/CreateToc.php:311 msgid "CreateToc disabled for old markup" msgstr "" -#: ../lib/plugin/CreateToc.php:257 +#: ../lib/plugin/CreateToc.php:367 msgid "Click to hide the TOC" msgstr "" -#: ../lib/plugin/CreateToc.php:267 ../lib/plugin/CreateToc.php:270 +#: ../lib/plugin/CreateToc.php:377 ../lib/plugin/CreateToc.php:380 msgid "Table Of Contents" msgstr "" @@ -2416,6 +2430,21 @@ msgstr "" msgid "Redirects to an external web site based on form input" msgstr "" +#: ../lib/plugin/FileInfo.php:39 +msgid "FileInfo" +msgstr "" + +#: ../lib/plugin/FileInfo.php:43 +msgid "Display file information like version,size,date,... of uploaded files." +msgstr "" + +#: ../lib/plugin/FileInfo.php:63 ../lib/plugin/FileInfo.php:65 +#: ../lib/plugin/PageGroup.php:104 ../lib/plugin/WikiFormRich.php:162 +#: ../lib/plugin/WikiFormRich.php:178 +#, php-format +msgid "A required argument '%s' is missing." +msgstr "" + #: ../lib/plugin/FoafViewer.php:52 msgid "FoafViewer" msgstr "" @@ -2462,6 +2491,7 @@ msgid "" msgstr "" #: ../lib/plugin/FrameInclude.php:93 ../lib/plugin/IncludePage.php:84 +#: ../lib/plugin/Template.php:108 #, php-format msgid "recursive inclusion of page %s" msgstr "" @@ -2540,6 +2570,30 @@ msgstr "" msgid "Go" msgstr "\"Gå till sidan\"" +#: ../lib/plugin/GoogleMaps.php:63 +msgid "GoogleMaps" +msgstr "" + +#: ../lib/plugin/GoogleMaps.php:67 +msgid "" +"Displays a marker with further infos (when clicking) on given coordinates" +msgstr "" + +#: ../lib/plugin/GoogleMaps.php:96 ../lib/plugin/GoogleMaps.php:99 +#: ../lib/plugin/Transclude.php:76 +#, php-format +msgid "%s parameter missing" +msgstr "" + +#: ../lib/plugin/GoogleMaps.php:108 +#, php-format +msgid "invalid argument %s" +msgstr "" + +#: ../lib/plugin/GoogleMaps.php:128 +msgid "new window" +msgstr "" + #: ../lib/plugin/GooglePlugin.php:43 msgid "GooglePlugin" msgstr "" @@ -2560,16 +2614,16 @@ msgstr "" msgid "GraphViz image or imagemap creation of directed graphs" msgstr "" -#: ../lib/plugin/GraphViz.php:264 ../lib/plugin/GraphViz.php:334 +#: ../lib/plugin/GraphViz.php:265 ../lib/plugin/GraphViz.php:335 msgid "No dot graph given" msgstr "" -#: ../lib/plugin/GraphViz.php:275 ../lib/plugin/SyntaxHighlighter.php:173 +#: ../lib/plugin/GraphViz.php:276 ../lib/plugin/SyntaxHighlighter.php:173 #, php-format msgid "Couldn't start commandline '%s'" msgstr "" -#: ../lib/plugin/GraphViz.php:278 ../lib/plugin/Ploticus.php:239 +#: ../lib/plugin/GraphViz.php:279 ../lib/plugin/Ploticus.php:239 #, php-format msgid "%s error: outputfile '%s' not created" msgstr "" @@ -2608,6 +2662,7 @@ msgid "Include text from another wiki page." msgstr "" #: ../lib/plugin/IncludePage.php:92 ../lib/plugin/PageGroup.php:131 +#: ../lib/plugin/Template.php:116 #, php-format msgid "%s(%d): no such revision" msgstr "" @@ -2970,12 +3025,6 @@ msgstr "Inneh msgid "<%s: no such section>" msgstr "" -#: ../lib/plugin/PageGroup.php:104 ../lib/plugin/WikiFormRich.php:162 -#: ../lib/plugin/WikiFormRich.php:178 -#, php-format -msgid "A required argument '%s' is missing." -msgstr "" - #: ../lib/plugin/PageGroup.php:108 ../lib/plugin/PrevNext.php:66 msgid "Next" msgstr "Nästa" @@ -3406,8 +3455,8 @@ msgstr "" #: ../lib/plugin/RecentChanges.php:388 ../lib/plugin/RecentChanges.php:464 #: ../lib/plugin/RecentEdits.php:10 ../lib/plugin/RecentEdits.php:36 #: ../lib/plugin/RelatedChanges.php:27 -#: ../themes/Portland/templates/editpage.tmpl:66 -#: ../themes/Wordpress/templates/editpage.tmpl:75 +#: ../themes/Portland/templates/editpage.tmpl:45 +#: ../themes/Wordpress/templates/editpage.tmpl:54 msgid "RecentEdits" msgstr "" @@ -3576,58 +3625,42 @@ msgstr "" msgid "invalid %s ignored" msgstr "" -#: ../lib/plugin/SystemInfo.php:52 +#: ../lib/plugin/SystemInfo.php:51 msgid "SystemInfo" msgstr "" -#: ../lib/plugin/SystemInfo.php:56 +#: ../lib/plugin/SystemInfo.php:55 msgid "Provides access to PhpWiki's lower level system information." msgstr "" -#: ../lib/plugin/SystemInfo.php:83 -msgid "db type:" -msgstr "" - -#: ../lib/plugin/SystemInfo.php:88 -msgid "db backend:" -msgstr "" - -#: ../lib/plugin/SystemInfo.php:96 -msgid "dba handler:" -msgstr "" - -#: ../lib/plugin/SystemInfo.php:106 -msgid "timeout:" -msgstr "" - -#: ../lib/plugin/SystemInfo.php:112 +#: ../lib/plugin/SystemInfo.php:123 msgid "no cache used" msgstr "" -#: ../lib/plugin/SystemInfo.php:115 +#: ../lib/plugin/SystemInfo.php:126 msgid "cached pagedata:" msgstr "" -#: ../lib/plugin/SystemInfo.php:116 +#: ../lib/plugin/SystemInfo.php:127 msgid "cached versiondata:" msgstr "" -#: ../lib/plugin/SystemInfo.php:125 +#: ../lib/plugin/SystemInfo.php:136 #, php-format msgid "Keep up to %d major edits, but keep them no longer than %d days." msgstr "" -#: ../lib/plugin/SystemInfo.php:128 +#: ../lib/plugin/SystemInfo.php:139 #, php-format msgid " Keep up to %d minor edits, but keep them no longer than %d days." msgstr "" -#: ../lib/plugin/SystemInfo.php:131 +#: ../lib/plugin/SystemInfo.php:142 #, php-format msgid " Keep the latest contributions of the last %d authors up to %d days." msgstr "" -#: ../lib/plugin/SystemInfo.php:133 +#: ../lib/plugin/SystemInfo.php:144 #, php-format msgid "" " Additionally, try to keep the latest contributions of all authors in the " @@ -3635,163 +3668,167 @@ msgid "" "more than %d unique author revisions." msgstr "" -#: ../lib/plugin/SystemInfo.php:142 +#: ../lib/plugin/SystemInfo.php:153 #, php-format msgid "%d pages" msgstr "" -#: ../lib/plugin/SystemInfo.php:143 +#: ../lib/plugin/SystemInfo.php:154 #, php-format msgid "%d not-empty pages" msgstr "" -#: ../lib/plugin/SystemInfo.php:154 ../lib/plugin/SystemInfo.php:184 +#: ../lib/plugin/SystemInfo.php:165 ../lib/plugin/SystemInfo.php:195 msgid "not yet" msgstr "" -#: ../lib/plugin/SystemInfo.php:171 +#: ../lib/plugin/SystemInfo.php:182 #, php-format msgid "%d homepages" msgstr "" -#: ../lib/plugin/SystemInfo.php:219 +#: ../lib/plugin/SystemInfo.php:259 #, php-format msgid "total hits: %d" msgstr "" -#: ../lib/plugin/SystemInfo.php:220 +#: ../lib/plugin/SystemInfo.php:260 #, php-format msgid "max: %d" msgstr "" -#: ../lib/plugin/SystemInfo.php:221 +#: ../lib/plugin/SystemInfo.php:261 #, php-format msgid "mean: %2.3f" msgstr "" -#: ../lib/plugin/SystemInfo.php:222 +#: ../lib/plugin/SystemInfo.php:262 #, php-format msgid "median: %d" msgstr "" -#: ../lib/plugin/SystemInfo.php:223 +#: ../lib/plugin/SystemInfo.php:263 #, php-format msgid "stddev: %2.3f" msgstr "" -#: ../lib/plugin/SystemInfo.php:235 +#: ../lib/plugin/SystemInfo.php:264 #, php-format msgid "%d pages with less than %d hits (<%d%%)." msgstr "" -#: ../lib/plugin/SystemInfo.php:237 +#: ../lib/plugin/SystemInfo.php:266 #, php-format msgid "%d page(s) with more than %d hits (>%d%%)." msgstr "" -#: ../lib/plugin/SystemInfo.php:279 +#: ../lib/plugin/SystemInfo.php:404 #, php-format msgid "Application size: %d Kb" msgstr "" -#: ../lib/plugin/SystemInfo.php:281 +#: ../lib/plugin/SystemInfo.php:406 #, php-format msgid "Pagedata size: %d Kb" msgstr "" -#: ../lib/plugin/SystemInfo.php:299 +#: ../lib/plugin/SystemInfo.php:424 #, php-format msgid "Total %d plugins: " msgstr "" -#: ../lib/plugin/SystemInfo.php:308 +#: ../lib/plugin/SystemInfo.php:433 #, php-format msgid "Total of %d languages: " msgstr "" -#: ../lib/plugin/SystemInfo.php:311 +#: ../lib/plugin/SystemInfo.php:436 #, php-format msgid "Current language: '%s'" msgstr "" -#: ../lib/plugin/SystemInfo.php:313 +#: ../lib/plugin/SystemInfo.php:438 #, php-format msgid "Default language: '%s'" msgstr "" -#: ../lib/plugin/SystemInfo.php:321 +#: ../lib/plugin/SystemInfo.php:446 #, php-format msgid "Total of %d themes: " msgstr "" -#: ../lib/plugin/SystemInfo.php:323 +#: ../lib/plugin/SystemInfo.php:448 #, php-format msgid "Current theme: '%s'" msgstr "" -#: ../lib/plugin/SystemInfo.php:325 +#: ../lib/plugin/SystemInfo.php:450 #, php-format msgid "Default theme: '%s'" msgstr "" -#: ../lib/plugin/SystemInfo.php:338 +#: ../lib/plugin/SystemInfo.php:463 #, php-format msgid "unknown argument '%s' to SystemInfo" msgstr "" -#: ../lib/plugin/SystemInfo.php:361 +#: ../lib/plugin/SystemInfo.php:487 msgid "Application name" msgstr "" -#: ../lib/plugin/SystemInfo.php:362 +#: ../lib/plugin/SystemInfo.php:488 msgid "PhpWiki engine version" msgstr "" -#: ../lib/plugin/SystemInfo.php:363 +#: ../lib/plugin/SystemInfo.php:489 msgid "Database" msgstr "" -#: ../lib/plugin/SystemInfo.php:364 +#: ../lib/plugin/SystemInfo.php:490 msgid "Cache statistics" msgstr "" -#: ../lib/plugin/SystemInfo.php:365 +#: ../lib/plugin/SystemInfo.php:491 msgid "Page statistics" msgstr "" -#: ../lib/plugin/SystemInfo.php:368 +#: ../lib/plugin/SystemInfo.php:494 msgid "User statistics" msgstr "" -#: ../lib/plugin/SystemInfo.php:370 +#: ../lib/plugin/SystemInfo.php:496 msgid "Hit statistics" msgstr "" -#: ../lib/plugin/SystemInfo.php:372 +#: ../lib/plugin/SystemInfo.php:497 +msgid "Harddisc usage" +msgstr "" + +#: ../lib/plugin/SystemInfo.php:498 msgid "Expiry parameters" msgstr "" -#: ../lib/plugin/SystemInfo.php:373 +#: ../lib/plugin/SystemInfo.php:499 msgid "Wikiname regexp" msgstr "" -#: ../lib/plugin/SystemInfo.php:374 +#: ../lib/plugin/SystemInfo.php:500 msgid "Allowed protocols" msgstr "" -#: ../lib/plugin/SystemInfo.php:375 +#: ../lib/plugin/SystemInfo.php:501 msgid "Inline images" msgstr "" -#: ../lib/plugin/SystemInfo.php:376 +#: ../lib/plugin/SystemInfo.php:502 msgid "Available plugins" msgstr "" -#: ../lib/plugin/SystemInfo.php:377 +#: ../lib/plugin/SystemInfo.php:503 msgid "Supported languages" msgstr "" -#: ../lib/plugin/SystemInfo.php:378 +#: ../lib/plugin/SystemInfo.php:504 msgid "Supported themes" msgstr "" @@ -3819,6 +3856,14 @@ msgstr "" msgid "Sorry, this version of PHP cannot create PNG image files." msgstr "" +#: ../lib/plugin/Template.php:61 +msgid "Template" +msgstr "" + +#: ../lib/plugin/Template.php:65 +msgid "Parametrized page inclusion." +msgstr "" + #: ../lib/plugin/TexToPng.php:103 msgid "Converts TeX to an image. May be used to embed formulas in PhpWiki." msgstr "" @@ -3840,11 +3885,6 @@ msgstr "" msgid "Include an external web page within the body of a wiki page." msgstr "" -#: ../lib/plugin/Transclude.php:76 -#, php-format -msgid "%s parameter missing" -msgstr "" - #: ../lib/plugin/Transclude.php:88 msgid "Transcluded page" msgstr "" @@ -3958,7 +3998,7 @@ msgstr "" #: ../lib/plugin/UnfoldSubpages.php:160 #, fuzzy, php-format msgid "%s has no subpages defined." -msgstr "%s: fila ingen funna" +msgstr "%s: fila ingen funna." #: ../lib/plugin/UpLoad.php:46 msgid "Upload files to the local InterWiki Upload:" @@ -4019,8 +4059,8 @@ msgstr "" #: ../themes/Crao/templates/navbar.tmpl:23 #: ../themes/MonoBook/templates/navbar.tmpl:49 #: ../themes/blog/templates/navbar.tmpl:17 -#: ../themes/default/templates/head.tmpl:91 #: ../themes/default/templates/head.tmpl:92 +#: ../themes/default/templates/head.tmpl:93 #: ../themes/default/templates/homepage.tmpl:11 #: ../themes/default/templates/navbar.tmpl:40 #: ../themes/shamino_com/templates/top.tmpl:28 @@ -4124,7 +4164,7 @@ msgid "" "from graphviz." msgstr "" -#: ../lib/plugin/VisualWiki.php:487 +#: ../lib/plugin/VisualWiki.php:493 msgid "Legend" msgstr "" @@ -4987,8 +5027,8 @@ msgstr "" #: ../themes/MonoBook/templates/navbar.tmpl:25 #: ../themes/Portland/templates/navbar.tmpl:8 #: ../themes/Sidebar/templates/navbar.tmpl:24 -#: ../themes/default/templates/head.tmpl:41 #: ../themes/default/templates/head.tmpl:42 +#: ../themes/default/templates/head.tmpl:43 #: ../themes/default/templates/navbar.tmpl:20 #: ../themes/shamino_com/templates/top.tmpl:21 #: ../themes/smaller/templates/navbar.tmpl:8 @@ -5196,8 +5236,8 @@ msgstr "" #: ../lib/plugin/_WikiTranslation.php:123 #: ../themes/Crao/templates/head.tmpl:73 ../themes/Crao/templates/head.tmpl:74 -#: ../themes/default/templates/head.tmpl:78 #: ../themes/default/templates/head.tmpl:79 +#: ../themes/default/templates/head.tmpl:80 #: ../themes/wikilens/templates/head.tmpl:71 #: ../themes/wikilens/templates/head.tmpl:72 msgid "WikiWikiWeb" @@ -5648,7 +5688,7 @@ msgstr "" #: ../themes/Wordpress/templates/actionbar.tmpl:10 #: ../themes/blog/templates/actionbar.tmpl:7 #: ../themes/default/templates/actionbar.tmpl:17 -#: ../themes/default/templates/head.tmpl:52 +#: ../themes/default/templates/head.tmpl:53 #: ../themes/shamino_com/templates/info.tmpl:165 #: ../themes/smaller/templates/actionbar.tmpl:20 #: ../themes/smaller/templates/info.tmpl:5 @@ -5723,8 +5763,8 @@ msgid "View the current version" msgstr "" #: ../themes/Crao/templates/editpage.tmpl:4 -#: ../themes/Portland/templates/editpage.tmpl:80 -#: ../themes/Wordpress/templates/editpage.tmpl:80 +#: ../themes/Portland/templates/editpage.tmpl:57 +#: ../themes/Wordpress/templates/editpage.tmpl:59 #: ../themes/default/templates/editpage.tmpl:4 msgid "Preview only! Changes not saved." msgstr "" @@ -5742,36 +5782,36 @@ msgid "edit area" msgstr "" #: ../themes/Crao/templates/editpage.tmpl:18 -#: ../themes/Portland/templates/editpage.tmpl:46 -#: ../themes/Wordpress/templates/editpage.tmpl:44 +#: ../themes/Portland/templates/editpage.tmpl:25 +#: ../themes/Wordpress/templates/editpage.tmpl:23 #: ../themes/default/templates/editpage.tmpl:20 msgid "Warning: You are editing an old revision." msgstr "" #: ../themes/Crao/templates/editpage.tmpl:19 -#: ../themes/Portland/templates/editpage.tmpl:47 -#: ../themes/Wordpress/templates/editpage.tmpl:45 +#: ../themes/Portland/templates/editpage.tmpl:26 +#: ../themes/Wordpress/templates/editpage.tmpl:24 #: ../themes/default/templates/editpage.tmpl:21 msgid "Saving this page will overwrite the current version." msgstr "" #: ../themes/Crao/templates/editpage.tmpl:38 -#: ../themes/Portland/templates/editpage.tmpl:69 -#: ../themes/Wordpress/templates/editpage.tmpl:60 +#: ../themes/Portland/templates/editpage.tmpl:48 +#: ../themes/Wordpress/templates/editpage.tmpl:39 #: ../themes/default/templates/editpage.tmpl:40 msgid "H" msgstr "H" #: ../themes/Crao/templates/editpage.tmpl:39 -#: ../themes/Portland/templates/editpage.tmpl:71 -#: ../themes/Wordpress/templates/editpage.tmpl:61 +#: ../themes/Portland/templates/editpage.tmpl:49 +#: ../themes/Wordpress/templates/editpage.tmpl:40 #: ../themes/default/templates/editpage.tmpl:41 msgid "W" msgstr "B" #: ../themes/Crao/templates/editpage.tmpl:40 -#: ../themes/Portland/templates/editpage.tmpl:73 -#: ../themes/Wordpress/templates/editpage.tmpl:62 +#: ../themes/Portland/templates/editpage.tmpl:50 +#: ../themes/Wordpress/templates/editpage.tmpl:41 #: ../themes/default/templates/editpage.tmpl:42 msgid "Adjust" msgstr "Justera" @@ -5786,18 +5826,18 @@ msgid "This is a minor change." msgstr "" #: ../themes/Crao/templates/editpage.tmpl:53 -#: ../themes/Portland/templates/editpage.tmpl:75 -#: ../themes/Wordpress/templates/editpage.tmpl:65 +#: ../themes/Portland/templates/editpage.tmpl:52 +#: ../themes/Wordpress/templates/editpage.tmpl:44 #: ../themes/default/templates/editpage.tmpl:60 msgid "Use old markup" msgstr "" #: ../themes/Crao/templates/editpage.tmpl:88 #: ../themes/Crao/templates/editpage.tmpl:93 -#: ../themes/Portland/templates/editpage.tmpl:103 -#: ../themes/Portland/templates/editpage.tmpl:108 -#: ../themes/Wordpress/templates/editpage.tmpl:103 -#: ../themes/Wordpress/templates/editpage.tmpl:108 +#: ../themes/Portland/templates/editpage.tmpl:80 +#: ../themes/Portland/templates/editpage.tmpl:85 +#: ../themes/Wordpress/templates/editpage.tmpl:82 +#: ../themes/Wordpress/templates/editpage.tmpl:87 #: ../themes/default/templates/editpage.tmpl:113 #: ../themes/default/templates/editpage.tmpl:118 #, php-format @@ -5806,44 +5846,44 @@ msgstr "%s: Redigeringstips." #: ../themes/Crao/templates/editpage.tmpl:88 #: ../themes/Crao/templates/editpage.tmpl:93 -#: ../themes/Portland/templates/editpage.tmpl:103 -#: ../themes/Portland/templates/editpage.tmpl:108 -#: ../themes/Wordpress/templates/editpage.tmpl:103 -#: ../themes/Wordpress/templates/editpage.tmpl:108 +#: ../themes/Portland/templates/editpage.tmpl:80 +#: ../themes/Portland/templates/editpage.tmpl:85 +#: ../themes/Wordpress/templates/editpage.tmpl:82 +#: ../themes/Wordpress/templates/editpage.tmpl:87 #: ../themes/default/templates/editpage.tmpl:113 #: ../themes/default/templates/editpage.tmpl:118 msgid "GoodStyle" msgstr "BraStil" #: ../themes/Crao/templates/editpage.tmpl:89 -#: ../themes/Portland/templates/editpage.tmpl:104 -#: ../themes/Wordpress/templates/editpage.tmpl:104 +#: ../themes/Portland/templates/editpage.tmpl:81 +#: ../themes/Wordpress/templates/editpage.tmpl:83 #: ../themes/default/templates/editpage.tmpl:114 msgid "OldTextFormattingRules" msgstr "" #: ../themes/Crao/templates/editpage.tmpl:89 #: ../themes/Crao/templates/editpage.tmpl:94 -#: ../themes/Portland/templates/editpage.tmpl:104 -#: ../themes/Portland/templates/editpage.tmpl:109 -#: ../themes/Wordpress/templates/editpage.tmpl:104 -#: ../themes/Wordpress/templates/editpage.tmpl:109 +#: ../themes/Portland/templates/editpage.tmpl:81 +#: ../themes/Portland/templates/editpage.tmpl:86 +#: ../themes/Wordpress/templates/editpage.tmpl:83 +#: ../themes/Wordpress/templates/editpage.tmpl:88 #: ../themes/default/templates/editpage.tmpl:114 #: ../themes/default/templates/editpage.tmpl:119 msgid "Synopsis" msgstr "Översikt" #: ../themes/Crao/templates/editpage.tmpl:94 -#: ../themes/Portland/templates/editpage.tmpl:109 -#: ../themes/Wordpress/templates/editpage.tmpl:109 +#: ../themes/Portland/templates/editpage.tmpl:86 +#: ../themes/Wordpress/templates/editpage.tmpl:88 #: ../themes/default/templates/editpage.tmpl:119 msgid "TextFormattingRules" msgstr "Textformateringsregler" #: ../themes/Crao/templates/head.tmpl:31 ../themes/Crao/templates/head.tmpl:32 #: ../themes/Crao/templates/htmldump.tmpl:22 -#: ../themes/default/templates/head.tmpl:36 #: ../themes/default/templates/head.tmpl:37 +#: ../themes/default/templates/head.tmpl:38 #: ../themes/default/templates/htmldump.tmpl:22 #: ../themes/wikilens/templates/head.tmpl:30 #: ../themes/wikilens/templates/head.tmpl:31 @@ -5851,8 +5891,8 @@ msgid "HowToUseWiki" msgstr "" #: ../themes/Crao/templates/head.tmpl:70 ../themes/Crao/templates/head.tmpl:71 -#: ../themes/default/templates/head.tmpl:75 #: ../themes/default/templates/head.tmpl:76 +#: ../themes/default/templates/head.tmpl:77 #: ../themes/wikilens/templates/head.tmpl:68 #: ../themes/wikilens/templates/head.tmpl:69 msgid "SandBox" @@ -5895,11 +5935,6 @@ msgstr "" msgid "Enter your UserId to sign in" msgstr "" -#: ../themes/Crao/templates/signin.tmpl:54 -#: ../themes/smaller/templates/signin.tmpl:54 -msgid "Sign in:" -msgstr "" - #: ../themes/Crao/templates/wikiblog.tmpl:19 #: ../themes/blog/templates/wikiblog.tmpl:20 #: ../themes/default/templates/comment.tmpl:18 @@ -6073,14 +6108,14 @@ msgid "Page Type:" msgstr "" #: ../themes/MonoBook/templates/info.tmpl:170 -#: ../themes/blog/templates/_info.tmpl:5 ../themes/blog/templates/info.tmpl:5 +#: ../themes/blog/templates/info.tmpl:5 #: ../themes/shamino_com/templates/info.tmpl:170 #: ../themes/smaller/templates/info.tmpl:9 msgid "Diff previous Revision" msgstr "" #: ../themes/MonoBook/templates/info.tmpl:171 -#: ../themes/blog/templates/_info.tmpl:6 ../themes/blog/templates/info.tmpl:6 +#: ../themes/blog/templates/info.tmpl:6 #: ../themes/shamino_com/templates/info.tmpl:171 #: ../themes/smaller/templates/info.tmpl:10 msgid "Diff previous Author" @@ -6155,14 +6190,14 @@ msgstr "%s f msgid "Page Execution took %s seconds" msgstr "" -#: ../themes/Portland/templates/editpage.tmpl:65 -#: ../themes/Wordpress/templates/editpage.tmpl:74 +#: ../themes/Portland/templates/editpage.tmpl:44 +#: ../themes/Wordpress/templates/editpage.tmpl:53 #, php-format msgid "" "I'm just doing minor edits. Please divert the usual logging to %s instead." msgstr "" -#: ../themes/Portland/templates/editpage.tmpl:69 +#: ../themes/Portland/templates/editpage.tmpl:48 #: ../themes/default/templates/userprefs.tmpl:195 msgid "Edit Area Size" msgstr "" @@ -6794,10 +6829,6 @@ msgstr "" #~ msgid "diff pages in this wiki" #~ msgstr "De %d mest populära sidorna för den här wikin:" -#, fuzzy -#~ msgid "dump html pages from this wiki" -#~ msgstr "De %d mest populära sidorna för den här wikin:" - #, fuzzy #~ msgid "dump serial pages from this wiki" #~ msgstr "De %d mest populära sidorna för den här wikin:" diff --git a/locale/po/zh.po b/locale/po/zh.po index 7ed036a04..377e6e11f 100644 --- a/locale/po/zh.po +++ b/locale/po/zh.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PhpWiki-1.3.9\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-09-27 17:30+0000\n" +"POT-Creation-Date: 2005-10-29 13:06+0000\n" "PO-Revision-Date: 2004-04-21 10:08+0800\n" "Last-Translator: DruryL \n" "Language-Team: DruryL \n" @@ -45,8 +45,8 @@ msgstr "" msgid "Undo disabled" msgstr "<未能顯示>" -#: ../lib/EditToolbar.php:57 ../lib/EditToolbar.php:230 -#: ../lib/EditToolbar.php:231 ../lib/plugin/WikiAdminSearchReplace.php:187 +#: ../lib/EditToolbar.php:57 ../lib/EditToolbar.php:253 +#: ../lib/EditToolbar.php:254 ../lib/plugin/WikiAdminSearchReplace.php:187 msgid "Search & Replace" msgstr "搜尋與取代" @@ -78,15 +78,15 @@ msgstr "取代:" msgid "OK" msgstr "" -#: ../lib/EditToolbar.php:65 ../lib/EditToolbar.php:285 -#: ../lib/EditToolbar.php:331 ../lib/EditToolbar.php:355 -#: ../lib/EditToolbar.php:388 +#: ../lib/EditToolbar.php:65 ../lib/EditToolbar.php:308 +#: ../lib/EditToolbar.php:354 ../lib/EditToolbar.php:378 +#: ../lib/EditToolbar.php:411 msgid "Close" msgstr "" #: ../lib/EditToolbar.php:80 #, php-format -msgid "Substring \"%s\" found %s times. Replace with with \"%s\"?" +msgid "Substring \"%s\" found %s times. Replace with \"%s\"?" msgstr "" #: ../lib/EditToolbar.php:82 @@ -98,120 +98,120 @@ msgstr "未找到頁面 %s." msgid "Operation undone" msgstr "" -#: ../lib/EditToolbar.php:144 ../lib/EditToolbar.php:145 +#: ../lib/EditToolbar.php:167 ../lib/EditToolbar.php:168 msgid "Bold text" msgstr "" -#: ../lib/EditToolbar.php:149 ../lib/EditToolbar.php:150 +#: ../lib/EditToolbar.php:172 ../lib/EditToolbar.php:173 msgid "Italic text" msgstr "" -#: ../lib/EditToolbar.php:154 +#: ../lib/EditToolbar.php:177 msgid "optional label | PageName" msgstr "" -#: ../lib/EditToolbar.php:155 +#: ../lib/EditToolbar.php:178 #, fuzzy msgid "Link to page" msgstr "解除鎖定此頁面" -#: ../lib/EditToolbar.php:159 +#: ../lib/EditToolbar.php:182 msgid "optional label | http://www.example.com" msgstr "" -#: ../lib/EditToolbar.php:160 +#: ../lib/EditToolbar.php:183 msgid "External link (remember http:// prefix)" msgstr "" -#: ../lib/EditToolbar.php:164 +#: ../lib/EditToolbar.php:187 msgid "Headline text" msgstr "" -#: ../lib/EditToolbar.php:165 +#: ../lib/EditToolbar.php:188 msgid "Level 1 headline" msgstr "" -#: ../lib/EditToolbar.php:169 +#: ../lib/EditToolbar.php:192 msgid "Example.jpg" msgstr "" -#: ../lib/EditToolbar.php:170 +#: ../lib/EditToolbar.php:193 msgid "Embedded image" msgstr "" -#: ../lib/EditToolbar.php:174 +#: ../lib/EditToolbar.php:197 msgid "Insert non-formatted text here" msgstr "" -#: ../lib/EditToolbar.php:175 +#: ../lib/EditToolbar.php:198 msgid "Ignore wiki formatting" msgstr "" -#: ../lib/EditToolbar.php:180 +#: ../lib/EditToolbar.php:203 #, fuzzy msgid "Your signature" msgstr "你的版本" -#: ../lib/EditToolbar.php:185 +#: ../lib/EditToolbar.php:208 msgid "Horizontal line" msgstr "" -#: ../lib/EditToolbar.php:187 ../lib/EditToolbar.php:189 -#: ../lib/editpage.php:562 +#: ../lib/EditToolbar.php:210 ../lib/EditToolbar.php:212 +#: ../lib/editpage.php:592 msgid "Save" msgstr "儲存" -#: ../lib/EditToolbar.php:191 ../lib/EditToolbar.php:193 -#: ../lib/editpage.php:558 +#: ../lib/EditToolbar.php:214 ../lib/EditToolbar.php:216 +#: ../lib/editpage.php:588 msgid "Preview" msgstr "預覽" -#: ../lib/EditToolbar.php:209 +#: ../lib/EditToolbar.php:232 msgid "Click a button to get an example text" msgstr "" -#: ../lib/EditToolbar.php:222 ../lib/EditToolbar.php:223 +#: ../lib/EditToolbar.php:245 ../lib/EditToolbar.php:246 #, fuzzy msgid "Undo Search & Replace" msgstr "搜尋與取代" -#: ../lib/EditToolbar.php:279 ../lib/EditToolbar.php:280 +#: ../lib/EditToolbar.php:302 ../lib/EditToolbar.php:303 #, fuzzy msgid "AddCategory" msgstr "CategoryPage" -#: ../lib/EditToolbar.php:282 +#: ../lib/EditToolbar.php:305 msgid "Insert Categories (double-click)" msgstr "" -#: ../lib/EditToolbar.php:284 ../lib/EditToolbar.php:330 -#: ../lib/EditToolbar.php:354 ../lib/EditToolbar.php:387 +#: ../lib/EditToolbar.php:307 ../lib/EditToolbar.php:353 +#: ../lib/EditToolbar.php:377 ../lib/EditToolbar.php:410 msgid "Insert" msgstr "" -#: ../lib/EditToolbar.php:325 ../lib/EditToolbar.php:326 +#: ../lib/EditToolbar.php:348 ../lib/EditToolbar.php:349 #, fuzzy msgid "AddPlugin" msgstr "Plugin" -#: ../lib/EditToolbar.php:328 +#: ../lib/EditToolbar.php:351 msgid "Insert Plugin (double-click)" msgstr "" -#: ../lib/EditToolbar.php:349 ../lib/EditToolbar.php:350 +#: ../lib/EditToolbar.php:372 ../lib/EditToolbar.php:373 #, fuzzy msgid "AddPageLink" msgstr "AddingPages" -#: ../lib/EditToolbar.php:352 +#: ../lib/EditToolbar.php:375 msgid "Insert PageLink (double-click)" msgstr "" -#: ../lib/EditToolbar.php:382 ../lib/EditToolbar.php:383 +#: ../lib/EditToolbar.php:405 ../lib/EditToolbar.php:406 msgid "AddTemplate" msgstr "" -#: ../lib/EditToolbar.php:385 +#: ../lib/EditToolbar.php:408 msgid "Insert Template (double-click)" msgstr "" @@ -310,7 +310,7 @@ msgid "Hits" msgstr "點擊" #: ../lib/PageList.php:958 ../themes/Crao/templates/editpage.tmpl:37 -#: ../themes/Wordpress/templates/editpage.tmpl:59 +#: ../themes/Wordpress/templates/editpage.tmpl:38 #: ../themes/default/templates/editpage.tmpl:39 msgid "Size" msgstr "大小" @@ -441,7 +441,7 @@ msgid "add " msgstr "" #: ../lib/PagePerm.php:650 -msgid "Check to add this Acl" +msgid "Check to add this ACL" msgstr "" #: ../lib/PageType.php:134 ../lib/loadsave.php:733 @@ -495,7 +495,7 @@ msgstr "InterWiki 位址" #: ../themes/Portland/templates/navbar.tmpl:28 #: ../themes/Wordpress/templates/actionbar.tmpl:21 #: ../themes/blog/templates/actionbar.tmpl:20 -#: ../themes/default/templates/head.tmpl:68 +#: ../themes/default/templates/head.tmpl:69 #: ../themes/default/templates/navbar.tmpl:19 #: ../themes/shamino_com/templates/top.tmpl:20 #: ../themes/smaller/templates/navbar.tmpl:7 @@ -544,7 +544,7 @@ msgstr "檔案 '%s'" msgid "%4d %s\n" msgstr "%4d %s\n" -#: ../lib/TextSearchQuery.php:79 +#: ../lib/TextSearchQuery.php:79 ../lib/plugin/FileInfo.php:97 #, fuzzy, php-format msgid "Unsupported argument: %s=%s" msgstr "已支援的語言" @@ -651,8 +651,10 @@ msgid "Sign Out" msgstr "簽出" #: ../lib/Theme.php:940 ../lib/WikiUser.php:221 ../lib/WikiUserNew.php:473 +#: ../themes/Crao/templates/signin.tmpl:54 #: ../themes/Crao/templates/signin.tmpl:59 #: ../themes/default/templates/login.tmpl:76 +#: ../themes/smaller/templates/signin.tmpl:54 msgid "Sign In" msgstr "簽入" @@ -705,75 +707,75 @@ msgstr "相關連結" msgid "External Links" msgstr "外部連結" -#: ../lib/WikiDB.php:230 +#: ../lib/WikiDB.php:233 #, fuzzy, php-format msgid "Removed by: %s" msgstr "由 %s 編輯" -#: ../lib/WikiDB.php:232 +#: ../lib/WikiDB.php:235 #, fuzzy, php-format msgid "Page removed %s" msgstr "頁面已被鎖定" -#: ../lib/WikiDB.php:237 ../lib/WikiDB.php:1042 ../lib/WikiDB.php:1067 +#: ../lib/WikiDB.php:241 ../lib/WikiDB.php:1047 ../lib/WikiDB.php:1072 #: ../lib/loadsave.php:99 #, php-format msgid "PageChange Notification of %s sent to %s" msgstr "%s 的 PageChange 通知已送給 %s" -#: ../lib/WikiDB.php:240 ../lib/WikiDB.php:1045 ../lib/WikiDB.php:1070 +#: ../lib/WikiDB.php:244 ../lib/WikiDB.php:1050 ../lib/WikiDB.php:1075 #: ../lib/loadsave.php:102 #, php-format msgid "PageChange Notification Error: Couldn't send %s to %s" msgstr "PageChange 通知錯誤: 無法送 %s 給 %s" -#: ../lib/WikiDB.php:468 +#: ../lib/WikiDB.php:472 #, php-format msgid "renamed from %s" msgstr "從 %s 更名" -#: ../lib/WikiDB.php:476 +#: ../lib/WikiDB.php:480 msgid "WikiDB::renamePage() not yet implemented for this backend" msgstr "後台的 WikiDB::renamePage() 還沒實作出來." -#: ../lib/WikiDB.php:840 +#: ../lib/WikiDB.php:844 #, php-format msgid "%s: Date of new revision is %s" msgstr "%s: 新版本的日期是 %s" -#: ../lib/WikiDB.php:901 ../lib/main.php:96 +#: ../lib/WikiDB.php:905 ../lib/main.php:96 #, fuzzy msgid "Optimizing database" msgstr "最佳化 %s" -#: ../lib/WikiDB.php:1005 +#: ../lib/WikiDB.php:1010 #, fuzzy msgid "Page change" msgstr "沒有頁面被變更." -#: ../lib/WikiDB.php:1033 ../lib/loadsave.php:787 +#: ../lib/WikiDB.php:1038 ../lib/loadsave.php:787 #: ../lib/plugin/RecentChanges.php:107 #, fuzzy msgid "New page" msgstr "新頁面." -#: ../lib/WikiDB.php:1035 ../lib/WikiDB.php:1058 ../lib/loadsave.php:93 +#: ../lib/WikiDB.php:1041 ../lib/WikiDB.php:1064 ../lib/loadsave.php:93 #, php-format msgid "Edited by: %s" msgstr "由 %s 編輯" -#: ../lib/WikiDB.php:1060 +#: ../lib/WikiDB.php:1066 #, fuzzy, php-format msgid "Page rename %s to %s" msgstr "頁面名稱以 '%s' 開頭的" -#: ../lib/WikiDB.php:1618 ../lib/WikiDB.php:1622 +#: ../lib/WikiDB.php:1626 ../lib/WikiDB.php:1630 #: ../themes/default/templates/homepage.tmpl:7 #, php-format msgid "Describe %s here." msgstr "在這兒描述 %s." -#: ../lib/WikiDB.php:1657 +#: ../lib/WikiDB.php:1665 #, php-format msgid "Oops! Revision %s of %s seems to have been deleted!" msgstr "Acck! 修訂 %s - %s 看來已經被刪除了!" @@ -859,24 +861,26 @@ msgstr "群組 %s 不存在" msgid "No or not enough GROUP_DB SQL statements defined" msgstr "沒有或缺少足夠的 GROUP_DB SQL 敘述定義" -#: ../lib/WikiGroup.php:838 -msgid "AUTH_GROUP_FILE not defined" -msgstr "AUTH_GROUP_FILE 未定義" +#: ../lib/WikiGroup.php:838 ../lib/loadsave.php:921 +#, php-format +msgid "%s: not defined" +msgstr "%s: 未被定義" -#: ../lib/WikiGroup.php:842 +#: ../lib/WikiGroup.php:843 #, php-format msgid "Cannot open AUTH_GROUP_FILE %s" msgstr "無法開啟 AUTH_GROUP_FILE %s" -#: ../lib/WikiGroup.php:950 -msgid "LDAP_AUTH_HOST not defined" -msgstr "LDAP_AUTH_HOST 未定義" +#: ../lib/WikiGroup.php:951 +#, fuzzy, php-format +msgid "%s not defined" +msgstr "%s: 未被定義" -#: ../lib/WikiGroup.php:959 +#: ../lib/WikiGroup.php:961 msgid "No LDAP in this PHP version" msgstr "此版本的 PHP 無 LDAP" -#: ../lib/WikiGroup.php:1048 +#: ../lib/WikiGroup.php:1050 #, php-format msgid "Unable to connect to LDAP server %s" msgstr "無法連結到 LDAP 伺服器 %s" @@ -896,8 +900,8 @@ msgstr "n/a" #: ../themes/Sidebar/templates/navbar.tmpl:38 #: ../themes/Wordpress/templates/actionbar.tmpl:25 #: ../themes/blog/templates/navbar.tmpl:14 -#: ../themes/default/templates/head.tmpl:85 #: ../themes/default/templates/head.tmpl:86 +#: ../themes/default/templates/head.tmpl:87 #: ../themes/default/templates/navbar.tmpl:55 #: ../themes/shamino_com/templates/actionbar.tmpl:18 #: ../themes/smaller/templates/navbar.tmpl:19 @@ -909,7 +913,7 @@ msgstr "PhpWikiAdministration" #: ../lib/WikiPlugin.php:125 #, fuzzy, php-format -msgid "argument '%s' not declared by plugin." +msgid "Argument '%s' not declared by plugin." msgstr "引數 '%s' 沒有被 plugin 宣告" #: ../lib/WikiPlugin.php:235 @@ -954,12 +958,12 @@ msgid "Image map expired. Reload wiki page to recreate its html part." msgstr "" #: ../lib/WikiUser.php:188 ../lib/WikiUser.php:268 -#: ../lib/WikiUser/AdoDb.php:29 ../lib/WikiUser/AdoDb.php:167 +#: ../lib/WikiUser/AdoDb.php:29 ../lib/WikiUser/AdoDb.php:186 #: ../lib/WikiUser/Db.php:43 ../lib/WikiUser/File.php:58 -#: ../lib/WikiUser/IMAP.php:17 ../lib/WikiUser/LDAP.php:57 +#: ../lib/WikiUser/IMAP.php:17 ../lib/WikiUser/LDAP.php:58 #: ../lib/WikiUser/POP3.php:17 ../lib/WikiUser/PdoDb.php:28 #: ../lib/WikiUser/PdoDb.php:103 ../lib/WikiUser/PearDb.php:27 -#: ../lib/WikiUser/PearDb.php:101 ../lib/WikiUserNew.php:559 +#: ../lib/WikiUser/PearDb.php:118 ../lib/WikiUserNew.php:559 #, fuzzy msgid "Invalid username." msgstr "錯誤的 acl" @@ -1014,15 +1018,15 @@ msgstr "" "Old UserPage %s without stored password updated with empty password. Set a " "password in your UserPreferences." -#: ../lib/WikiUser/AdoDb.php:126 ../lib/WikiUser/PdoDb.php:134 -#: ../lib/WikiUser/PearDb.php:121 +#: ../lib/WikiUser/AdoDb.php:145 ../lib/WikiUser/PdoDb.php:134 +#: ../lib/WikiUser/PearDb.php:138 #, fuzzy, php-format msgid "%s is missing" msgstr "%s 參數遺漏" -#: ../lib/WikiUser/AdoDb.php:182 ../lib/WikiUser/AdoDb.php:236 +#: ../lib/WikiUser/AdoDb.php:201 ../lib/WikiUser/AdoDb.php:255 #: ../lib/WikiUser/PdoDb.php:190 ../lib/WikiUser/PdoDb.php:255 -#: ../lib/WikiUser/PearDb.php:164 ../lib/WikiUser/PearDb.php:208 +#: ../lib/WikiUser/PearDb.php:181 ../lib/WikiUser/PearDb.php:225 #, php-format msgid "Either %s is missing or DATABASE_TYPE != '%s'" msgstr "" @@ -1031,7 +1035,12 @@ msgstr "" msgid "Unable to connect to IMAP server " msgstr "無法連結到 IMAP 伺服器" -#: ../lib/WikiUser/LDAP.php:64 ../lib/WikiUser/LDAP.php:107 +#: ../lib/WikiUser/LDAP.php:35 +#, fuzzy, php-format +msgid "Unable to bind LDAP server %s using %s %s" +msgstr "無法連結到 LDAP 伺服器 %s" + +#: ../lib/WikiUser/LDAP.php:65 ../lib/WikiUser/LDAP.php:108 #, php-format msgid "Invalid username '%s' for LDAP Auth" msgstr "" @@ -1234,7 +1243,7 @@ msgstr "版本相同" #: ../themes/Sidebar/templates/frame-header.tmpl:16 #: ../themes/Sidebar/templates/top.tmpl:10 #: ../themes/Wordpress/templates/body.tmpl:13 -#: ../themes/default/templates/head.tmpl:52 +#: ../themes/default/templates/head.tmpl:53 #: ../themes/default/templates/top.tmpl:11 #: ../themes/shamino_com/templates/top.tmpl:8 #: ../themes/wikilens/templates/head.tmpl:45 @@ -1267,94 +1276,103 @@ msgstr "(已從 %s 重導向)" msgid "You searched for: " msgstr "" -#: ../lib/editpage.php:95 ../lib/editpage.php:107 +#: ../lib/editpage.php:100 ../lib/editpage.php:112 msgid "Typed in verification word mismatch ... are you a bot?" msgstr "" -#: ../lib/editpage.php:128 ../lib/editpage.php:451 +#: ../lib/editpage.php:134 ../lib/editpage.php:480 msgid "Your version" msgstr "你的版本" -#: ../lib/editpage.php:128 ../lib/editpage.php:452 +#: ../lib/editpage.php:134 ../lib/editpage.php:481 msgid "Other version" msgstr "其他版本" -#: ../lib/editpage.php:138 +#: ../lib/editpage.php:144 msgid "Some internal editing error" msgstr "" -#: ../lib/editpage.php:139 +#: ../lib/editpage.php:145 #, fuzzy msgid "" "Your are probably trying to edit/create an invalid version of this page." msgstr "你正在查看此頁面的較舊修訂." -#: ../lib/editpage.php:140 +#: ../lib/editpage.php:146 msgid "&version=-1 might help." msgstr "" -#: ../lib/editpage.php:157 +#: ../lib/editpage.php:163 #, php-format msgid "Edit: %s" msgstr "編輯: %s" -#: ../lib/editpage.php:191 +#: ../lib/editpage.php:197 #, php-format msgid "View Source: %s" msgstr "查看源碼: %s" -#: ../lib/editpage.php:205 +#: ../lib/editpage.php:211 msgid "Page now locked." msgstr "頁面已被鎖定." -#: ../lib/editpage.php:205 +#: ../lib/editpage.php:211 msgid "Page now unlocked." msgstr "頁面已被解鎖定." -#: ../lib/editpage.php:306 +#: ../lib/editpage.php:313 #, php-format msgid "Saved: %s" msgstr "已存於: %s" -#: ../lib/editpage.php:368 +#: ../lib/editpage.php:376 #, fuzzy msgid "Too many external links." msgstr "外部連結" -#: ../lib/editpage.php:382 +#: ../lib/editpage.php:390 msgid "SpamAssassin reports: " msgstr "" -#: ../lib/editpage.php:400 +#: ../lib/editpage.php:407 +msgid "External links contain blocked domains:" +msgstr "" + +#: ../lib/editpage.php:408 +#, fuzzy, php-format +msgid "%s is listed at %s" +msgstr "%s 個頁面連結到 %s:" + +#: ../lib/editpage.php:429 msgid "Spam Prevention" msgstr "" -#: ../lib/editpage.php:401 +#: ../lib/editpage.php:430 msgid "This page edit seems to contain spam and was therefore not saved." msgstr "" -#: ../lib/editpage.php:403 ../lib/editpage.php:437 +#: ../lib/editpage.php:432 ../lib/editpage.php:466 msgid "Sorry for the inconvenience." msgstr "抱歉造成你的不便." -#: ../lib/editpage.php:434 ../themes/MacOSX/themeinfo.php:137 +#: ../lib/editpage.php:463 ../themes/MacOSX/themeinfo.php:137 msgid "Page Locked" msgstr "頁面已被鎖定" -#: ../lib/editpage.php:435 +#: ../lib/editpage.php:464 msgid "" "This page has been locked by the administrator so your changes can not be " "saved." msgstr "此頁面已被管理者鎖定,所以你的更動無法儲存." -#: ../lib/editpage.php:436 +#: ../lib/editpage.php:465 msgid "" "(Copy your changes to the clipboard. You can try editing a different page or " "save your text in a text editor.)" msgstr "" "(複製你的更動到剪貼簿中. 你可以試著編輯另一個不同的頁面或存到文字編輯器中.)" -#: ../lib/editpage.php:450 ../lib/editpage.php:751 +#: ../lib/editpage.php:479 ../lib/editpage.php:784 #, php-format msgid "" "Some of the changes could not automatically be combined. Please look for " @@ -1364,21 +1382,21 @@ msgstr "" "部份更動無法自動合併. 請搜尋以 '%s' 開頭並以 '%s' 結尾的部份.在儲存之前,你需" "要手動編輯這些部份." -#: ../lib/editpage.php:454 ../lib/editpage.php:754 +#: ../lib/editpage.php:483 ../lib/editpage.php:787 msgid "Please check it through before saving." msgstr "在儲存之前請再檢查一次." -#: ../lib/editpage.php:465 +#: ../lib/editpage.php:494 msgid "Conflicting Edits!" msgstr "發生衝突!" -#: ../lib/editpage.php:466 +#: ../lib/editpage.php:495 msgid "" "In the time since you started editing this page, another user has saved a " "new version of it." msgstr "從你上次修改這個頁面到現在的這段時間,已經有使用者儲存了較新的版本." -#: ../lib/editpage.php:467 +#: ../lib/editpage.php:496 msgid "" "Your changes can not be saved as they are, since doing so would overwrite " "the other author's changes. So, your changes and those of the other author " @@ -1387,22 +1405,22 @@ msgstr "" "無法儲存你所變更的部份,在你編輯的這段時間,已經有其他作者變更了.所以你所變更的" "部份已經和其他作者變更的部份合併.結果顯示在下面." -#: ../lib/editpage.php:527 +#: ../lib/editpage.php:557 msgid "Type word above:" msgstr "" -#: ../lib/editpage.php:550 +#: ../lib/editpage.php:580 #, fuzzy msgid "Convert" msgstr "內容" -#: ../lib/editpage.php:583 ../themes/Portland/templates/editpage.tmpl:62 -#: ../themes/Wordpress/templates/editpage.tmpl:71 +#: ../lib/editpage.php:615 ../themes/Portland/templates/editpage.tmpl:41 +#: ../themes/Wordpress/templates/editpage.tmpl:50 #, php-format msgid "Author will be logged as %s." msgstr "作者將登入為 %s." -#: ../lib/editpage.php:726 +#: ../lib/editpage.php:759 #, php-format msgid "Merge and Edit: %s" msgstr "合併並離開: %s" @@ -1615,11 +1633,6 @@ msgstr "版本 %d" msgid "- version %d saved to database as version %d" msgstr "- 已經以版本 %d 存入資料庫中" -#: ../lib/loadsave.php:921 -#, php-format -msgid "%s: not defined" -msgstr "%s: 未被定義" - #: ../lib/loadsave.php:931 msgid "Default InterWiki map file not loaded." msgstr "預設 InterWiki map 檔案未能載入." @@ -1796,7 +1809,8 @@ msgid "download a zip dump from this wiki" msgstr "從此 wiki 下載 zip dump" #: ../lib/main.php:508 -msgid "download an html zip dump from this wiki" +#, fuzzy +msgid "download a html zip dump from this wiki" msgstr "從此 wiki 下載 html zip dump" #: ../lib/main.php:532 @@ -1973,8 +1987,8 @@ msgstr "" msgid "Click to display all comments" msgstr "點擊以顯示" -#: ../lib/plugin/AddComment.php:111 ../lib/plugin/CreateToc.php:260 -#: ../lib/plugin/CreateToc.php:265 +#: ../lib/plugin/AddComment.php:111 ../lib/plugin/CreateToc.php:370 +#: ../lib/plugin/CreateToc.php:375 msgid "Click to display" msgstr "點擊以顯示" @@ -2106,7 +2120,7 @@ msgstr "%d 分鐘" msgid "hours" msgstr "" -#: ../lib/plugin/AnalyseAccessLogSql.php:204 ../lib/plugin/VisualWiki.php:493 +#: ../lib/plugin/AnalyseAccessLogSql.php:204 ../lib/plugin/VisualWiki.php:499 msgid "days" msgstr "天" @@ -2194,7 +2208,7 @@ msgstr "" #: ../lib/plugin/AuthorHistory.php:70 #: ../themes/MonoBook/templates/info.tmpl:168 -#: ../themes/blog/templates/_info.tmpl:3 ../themes/blog/templates/info.tmpl:3 +#: ../themes/blog/templates/info.tmpl:3 #: ../themes/shamino_com/templates/info.tmpl:167 #: ../themes/smaller/templates/info.tmpl:7 msgid "AuthorHistory" @@ -2225,8 +2239,8 @@ msgstr "作者" #: ../themes/Crao/templates/blogform.tmpl:12 #: ../themes/Crao/templates/editpage.tmpl:48 #: ../themes/MonoBook/templates/info.tmpl:78 -#: ../themes/Portland/templates/editpage.tmpl:60 -#: ../themes/Wordpress/templates/editpage.tmpl:69 +#: ../themes/Portland/templates/editpage.tmpl:39 +#: ../themes/Wordpress/templates/editpage.tmpl:48 #: ../themes/blog/templates/blogform.tmpl:15 #: ../themes/default/templates/blogform.tmpl:15 #: ../themes/default/templates/editpage.tmpl:47 @@ -2299,7 +2313,7 @@ msgstr "一個頁面連結到 %s:" msgid "%s pages link to %s:" msgstr "%s 個頁面連結到 %s:" -#: ../lib/plugin/BlogArchives.php:24 ../lib/plugin/BlogArchives.php:159 +#: ../lib/plugin/BlogArchives.php:24 ../lib/plugin/BlogArchives.php:134 #: ../themes/blog/templates/actionbar.tmpl:17 msgid "Archives" msgstr "" @@ -2308,17 +2322,17 @@ msgstr "" msgid "List blog months links for the current or ADMIN user" msgstr "" -#: ../lib/plugin/BlogArchives.php:113 ../lib/plugin/BlogJournal.php:110 +#: ../lib/plugin/BlogArchives.php:88 ../lib/plugin/BlogJournal.php:85 #, php-format msgid "Blog Entries for %s:" msgstr "" -#: ../lib/plugin/BlogArchives.php:121 +#: ../lib/plugin/BlogArchives.php:96 #: ../themes/blog/templates/actionbar.tmpl:17 msgid "BlogArchives" msgstr "" -#: ../lib/plugin/BlogArchives.php:147 +#: ../lib/plugin/BlogArchives.php:122 msgid "Blog Archives:" msgstr "" @@ -2330,11 +2344,11 @@ msgstr "" msgid "Include latest blog entries for the current or ADMIN user" msgstr "" -#: ../lib/plugin/BlogJournal.php:106 ../lib/plugin/WikiBlog.php:75 +#: ../lib/plugin/BlogJournal.php:81 ../lib/plugin/WikiBlog.php:75 msgid "WikiBlog" msgstr "WikiBlog" -#: ../lib/plugin/BlogJournal.php:108 +#: ../lib/plugin/BlogJournal.php:83 msgid "No Blog Entries" msgstr "" @@ -2345,7 +2359,7 @@ msgstr "" #: ../themes/Sidebar/templates/body.tmpl:26 ../themes/Sidebar/themeinfo.php:44 #: ../themes/Wordpress/templates/actionbar.tmpl:31 #: ../themes/blog/templates/sidebar.tmpl:18 -#: ../themes/default/templates/head.tmpl:95 +#: ../themes/default/templates/head.tmpl:96 #: ../themes/default/templates/homepage.tmpl:15 #: ../themes/default/templates/navbar.tmpl:45 #: ../themes/wikilens/templates/head.tmpl:89 @@ -2361,12 +2375,12 @@ msgstr "上個月" msgid "Next Month" msgstr "下個月" -#: ../lib/plugin/Calendar.php:168 ../lib/plugin/CalendarList.php:139 +#: ../lib/plugin/Calendar.php:168 ../lib/plugin/CalendarList.php:135 #, php-format msgid "Edit %s" msgstr "編輯 %s" -#: ../lib/plugin/CalendarList.php:55 ../lib/plugin/CalendarList.php:59 +#: ../lib/plugin/CalendarList.php:51 ../lib/plugin/CalendarList.php:55 msgid "CalendarList" msgstr "月曆列表" @@ -2413,20 +2427,20 @@ msgstr "CreateToc" msgid "Automatically link headers at the top" msgstr "在上面自動連結表頭" -#: ../lib/plugin/CreateToc.php:193 ../lib/plugin/IncludePage.php:77 -#: ../lib/plugin/RateIt.php:208 +#: ../lib/plugin/CreateToc.php:300 ../lib/plugin/IncludePage.php:77 +#: ../lib/plugin/RateIt.php:208 ../lib/plugin/Template.php:102 msgid "no page specified" msgstr "沒有指定頁面" -#: ../lib/plugin/CreateToc.php:204 +#: ../lib/plugin/CreateToc.php:311 msgid "CreateToc disabled for old markup" msgstr "" -#: ../lib/plugin/CreateToc.php:257 +#: ../lib/plugin/CreateToc.php:367 msgid "Click to hide the TOC" msgstr "" -#: ../lib/plugin/CreateToc.php:267 ../lib/plugin/CreateToc.php:270 +#: ../lib/plugin/CreateToc.php:377 ../lib/plugin/CreateToc.php:380 msgid "Table Of Contents" msgstr "目錄" @@ -2482,6 +2496,22 @@ msgstr "外部搜尋" msgid "Redirects to an external web site based on form input" msgstr "以表單輸入方式重導向到另外一個外部站台" +#: ../lib/plugin/FileInfo.php:39 +#, fuzzy +msgid "FileInfo" +msgstr "Info" + +#: ../lib/plugin/FileInfo.php:43 +msgid "Display file information like version,size,date,... of uploaded files." +msgstr "" + +#: ../lib/plugin/FileInfo.php:63 ../lib/plugin/FileInfo.php:65 +#: ../lib/plugin/PageGroup.php:104 ../lib/plugin/WikiFormRich.php:162 +#: ../lib/plugin/WikiFormRich.php:178 +#, php-format +msgid "A required argument '%s' is missing." +msgstr "缺少引數 '%s'." + #: ../lib/plugin/FoafViewer.php:52 msgid "FoafViewer" msgstr "" @@ -2529,6 +2559,7 @@ msgid "" msgstr "在內容的分離框架中顯示 url. 只能放一個框架." #: ../lib/plugin/FrameInclude.php:93 ../lib/plugin/IncludePage.php:84 +#: ../lib/plugin/Template.php:108 #, php-format msgid "recursive inclusion of page %s" msgstr "遞迴含括頁面 %s" @@ -2606,6 +2637,30 @@ msgstr "前往或建立頁面." msgid "Go" msgstr "Go" +#: ../lib/plugin/GoogleMaps.php:63 +msgid "GoogleMaps" +msgstr "" + +#: ../lib/plugin/GoogleMaps.php:67 +msgid "" +"Displays a marker with further infos (when clicking) on given coordinates" +msgstr "" + +#: ../lib/plugin/GoogleMaps.php:96 ../lib/plugin/GoogleMaps.php:99 +#: ../lib/plugin/Transclude.php:76 +#, php-format +msgid "%s parameter missing" +msgstr "%s 參數遺漏" + +#: ../lib/plugin/GoogleMaps.php:108 +#, fuzzy, php-format +msgid "invalid argument %s" +msgstr "錯誤的顏色值: %s" + +#: ../lib/plugin/GoogleMaps.php:128 +msgid "new window" +msgstr "" + #: ../lib/plugin/GooglePlugin.php:43 msgid "GooglePlugin" msgstr "GooglePlugin" @@ -2627,16 +2682,16 @@ msgstr "" msgid "GraphViz image or imagemap creation of directed graphs" msgstr "" -#: ../lib/plugin/GraphViz.php:264 ../lib/plugin/GraphViz.php:334 +#: ../lib/plugin/GraphViz.php:265 ../lib/plugin/GraphViz.php:335 msgid "No dot graph given" msgstr "" -#: ../lib/plugin/GraphViz.php:275 ../lib/plugin/SyntaxHighlighter.php:173 +#: ../lib/plugin/GraphViz.php:276 ../lib/plugin/SyntaxHighlighter.php:173 #, fuzzy, php-format msgid "Couldn't start commandline '%s'" msgstr "無法設定頁面 '%s' 的 acl." -#: ../lib/plugin/GraphViz.php:278 ../lib/plugin/Ploticus.php:239 +#: ../lib/plugin/GraphViz.php:279 ../lib/plugin/Ploticus.php:239 #, php-format msgid "%s error: outputfile '%s' not created" msgstr "" @@ -2676,6 +2731,7 @@ msgid "Include text from another wiki page." msgstr "從其他 wiki 頁面含括文字." #: ../lib/plugin/IncludePage.php:92 ../lib/plugin/PageGroup.php:131 +#: ../lib/plugin/Template.php:116 #, php-format msgid "%s(%d): no such revision" msgstr "%s(%d): 沒有這個修訂." @@ -3050,12 +3106,6 @@ msgstr "內容" msgid "<%s: no such section>" msgstr "<%s: 沒有此部份>" -#: ../lib/plugin/PageGroup.php:104 ../lib/plugin/WikiFormRich.php:162 -#: ../lib/plugin/WikiFormRich.php:178 -#, php-format -msgid "A required argument '%s' is missing." -msgstr "缺少引數 '%s'." - #: ../lib/plugin/PageGroup.php:108 ../lib/plugin/PrevNext.php:66 msgid "Next" msgstr "下一個" @@ -3491,8 +3541,8 @@ msgstr "所有 %s 已被列在下面." #: ../lib/plugin/RecentChanges.php:388 ../lib/plugin/RecentChanges.php:464 #: ../lib/plugin/RecentEdits.php:10 ../lib/plugin/RecentEdits.php:36 #: ../lib/plugin/RelatedChanges.php:27 -#: ../themes/Portland/templates/editpage.tmpl:66 -#: ../themes/Wordpress/templates/editpage.tmpl:75 +#: ../themes/Portland/templates/editpage.tmpl:45 +#: ../themes/Wordpress/templates/editpage.tmpl:54 msgid "RecentEdits" msgstr "RecentEdits" @@ -3670,58 +3720,42 @@ msgstr "沒有指定頁面" msgid "invalid %s ignored" msgstr "" -#: ../lib/plugin/SystemInfo.php:52 +#: ../lib/plugin/SystemInfo.php:51 msgid "SystemInfo" msgstr "SystemInfo" -#: ../lib/plugin/SystemInfo.php:56 +#: ../lib/plugin/SystemInfo.php:55 msgid "Provides access to PhpWiki's lower level system information." msgstr "提供存取 PhpWiki 下層系統資訊." -#: ../lib/plugin/SystemInfo.php:83 -msgid "db type:" -msgstr "db 型態:" - -#: ../lib/plugin/SystemInfo.php:88 -msgid "db backend:" -msgstr "db 後台:" - -#: ../lib/plugin/SystemInfo.php:96 -msgid "dba handler:" -msgstr "dba handler:" - -#: ../lib/plugin/SystemInfo.php:106 -msgid "timeout:" -msgstr "逾時:" - -#: ../lib/plugin/SystemInfo.php:112 +#: ../lib/plugin/SystemInfo.php:123 msgid "no cache used" msgstr "沒有快取被使用" -#: ../lib/plugin/SystemInfo.php:115 +#: ../lib/plugin/SystemInfo.php:126 msgid "cached pagedata:" msgstr "已置於快取的頁面資料:" -#: ../lib/plugin/SystemInfo.php:116 +#: ../lib/plugin/SystemInfo.php:127 msgid "cached versiondata:" msgstr "已快取的版本資料:" -#: ../lib/plugin/SystemInfo.php:125 +#: ../lib/plugin/SystemInfo.php:136 #, php-format msgid "Keep up to %d major edits, but keep them no longer than %d days." msgstr "保持 %d 份主要編輯,但不超過 %d 天." -#: ../lib/plugin/SystemInfo.php:128 +#: ../lib/plugin/SystemInfo.php:139 #, php-format msgid " Keep up to %d minor edits, but keep them no longer than %d days." msgstr "保持 %d 份次要編輯,但不超過 %d 天." -#: ../lib/plugin/SystemInfo.php:131 +#: ../lib/plugin/SystemInfo.php:142 #, php-format msgid " Keep the latest contributions of the last %d authors up to %d days." msgstr "保存最後 %d 位作者的最新貢獻直到 %d 天." -#: ../lib/plugin/SystemInfo.php:133 +#: ../lib/plugin/SystemInfo.php:144 #, php-format msgid "" " Additionally, try to keep the latest contributions of all authors in the " @@ -3731,163 +3765,167 @@ msgstr "" " 除此之外, 試著保存最近 %d 天之內所有作者的最新貢獻 (即使超過他們的 %d ,) 但" "是沒保存超過 %d 份單一作者修訂." -#: ../lib/plugin/SystemInfo.php:142 +#: ../lib/plugin/SystemInfo.php:153 #, php-format msgid "%d pages" msgstr "%d 個頁面" -#: ../lib/plugin/SystemInfo.php:143 +#: ../lib/plugin/SystemInfo.php:154 #, php-format msgid "%d not-empty pages" msgstr "%d 個非空白頁面" -#: ../lib/plugin/SystemInfo.php:154 ../lib/plugin/SystemInfo.php:184 +#: ../lib/plugin/SystemInfo.php:165 ../lib/plugin/SystemInfo.php:195 msgid "not yet" msgstr "尚未" -#: ../lib/plugin/SystemInfo.php:171 +#: ../lib/plugin/SystemInfo.php:182 #, php-format msgid "%d homepages" msgstr "%d 個主頁" -#: ../lib/plugin/SystemInfo.php:219 +#: ../lib/plugin/SystemInfo.php:259 #, php-format msgid "total hits: %d" msgstr "總擊閱數: %d" -#: ../lib/plugin/SystemInfo.php:220 +#: ../lib/plugin/SystemInfo.php:260 #, php-format msgid "max: %d" msgstr "最大: %d" -#: ../lib/plugin/SystemInfo.php:221 +#: ../lib/plugin/SystemInfo.php:261 #, php-format msgid "mean: %2.3f" msgstr "表示: %2.3f" -#: ../lib/plugin/SystemInfo.php:222 +#: ../lib/plugin/SystemInfo.php:262 #, php-format msgid "median: %d" msgstr "median: %d" -#: ../lib/plugin/SystemInfo.php:223 +#: ../lib/plugin/SystemInfo.php:263 #, php-format msgid "stddev: %2.3f" msgstr "stddev: %2.3f" -#: ../lib/plugin/SystemInfo.php:235 +#: ../lib/plugin/SystemInfo.php:264 #, php-format msgid "%d pages with less than %d hits (<%d%%)." msgstr "%d 個頁面少於 %d 個擊閱數(<%d%%)." -#: ../lib/plugin/SystemInfo.php:237 +#: ../lib/plugin/SystemInfo.php:266 #, php-format msgid "%d page(s) with more than %d hits (>%d%%)." msgstr "%d 個頁面超過 %d 個擊閱數(>%d%%)." -#: ../lib/plugin/SystemInfo.php:279 +#: ../lib/plugin/SystemInfo.php:404 #, php-format msgid "Application size: %d Kb" msgstr "應用程式大小: %d Kb" -#: ../lib/plugin/SystemInfo.php:281 +#: ../lib/plugin/SystemInfo.php:406 #, php-format msgid "Pagedata size: %d Kb" msgstr "頁面資料大小: %d Kb" -#: ../lib/plugin/SystemInfo.php:299 +#: ../lib/plugin/SystemInfo.php:424 #, php-format msgid "Total %d plugins: " msgstr "共有 %d 個 plugin:" -#: ../lib/plugin/SystemInfo.php:308 +#: ../lib/plugin/SystemInfo.php:433 #, php-format msgid "Total of %d languages: " msgstr "共有 %d 種語言:" -#: ../lib/plugin/SystemInfo.php:311 +#: ../lib/plugin/SystemInfo.php:436 #, php-format msgid "Current language: '%s'" msgstr "目前語言: '%s'" -#: ../lib/plugin/SystemInfo.php:313 +#: ../lib/plugin/SystemInfo.php:438 #, php-format msgid "Default language: '%s'" msgstr "預設語言: '%s'" -#: ../lib/plugin/SystemInfo.php:321 +#: ../lib/plugin/SystemInfo.php:446 #, php-format msgid "Total of %d themes: " msgstr "共有 %d 組佈景主題: " -#: ../lib/plugin/SystemInfo.php:323 +#: ../lib/plugin/SystemInfo.php:448 #, php-format msgid "Current theme: '%s'" msgstr "目前佈景主題: '%s'" -#: ../lib/plugin/SystemInfo.php:325 +#: ../lib/plugin/SystemInfo.php:450 #, php-format msgid "Default theme: '%s'" msgstr "預設佈景主題: '%s'" -#: ../lib/plugin/SystemInfo.php:338 +#: ../lib/plugin/SystemInfo.php:463 #, php-format msgid "unknown argument '%s' to SystemInfo" msgstr "SystemInfo 未知的引數 '%s'" -#: ../lib/plugin/SystemInfo.php:361 +#: ../lib/plugin/SystemInfo.php:487 msgid "Application name" msgstr "應用程式名稱" -#: ../lib/plugin/SystemInfo.php:362 +#: ../lib/plugin/SystemInfo.php:488 msgid "PhpWiki engine version" msgstr "PhpWiki 引擎版本" -#: ../lib/plugin/SystemInfo.php:363 +#: ../lib/plugin/SystemInfo.php:489 msgid "Database" msgstr "資料庫" -#: ../lib/plugin/SystemInfo.php:364 +#: ../lib/plugin/SystemInfo.php:490 msgid "Cache statistics" msgstr "快取統計" -#: ../lib/plugin/SystemInfo.php:365 +#: ../lib/plugin/SystemInfo.php:491 msgid "Page statistics" msgstr "頁面統計" -#: ../lib/plugin/SystemInfo.php:368 +#: ../lib/plugin/SystemInfo.php:494 msgid "User statistics" msgstr "使用者統計" -#: ../lib/plugin/SystemInfo.php:370 +#: ../lib/plugin/SystemInfo.php:496 msgid "Hit statistics" msgstr "擊閱數統計" -#: ../lib/plugin/SystemInfo.php:372 +#: ../lib/plugin/SystemInfo.php:497 +msgid "Harddisc usage" +msgstr "" + +#: ../lib/plugin/SystemInfo.php:498 msgid "Expiry parameters" msgstr "過期參數" -#: ../lib/plugin/SystemInfo.php:373 +#: ../lib/plugin/SystemInfo.php:499 msgid "Wikiname regexp" msgstr "Wikiname regexp" -#: ../lib/plugin/SystemInfo.php:374 +#: ../lib/plugin/SystemInfo.php:500 msgid "Allowed protocols" msgstr "允許的協定" -#: ../lib/plugin/SystemInfo.php:375 +#: ../lib/plugin/SystemInfo.php:501 msgid "Inline images" msgstr "Inline 圖片" -#: ../lib/plugin/SystemInfo.php:376 +#: ../lib/plugin/SystemInfo.php:502 msgid "Available plugins" msgstr "可用的 plugin" -#: ../lib/plugin/SystemInfo.php:377 +#: ../lib/plugin/SystemInfo.php:503 msgid "Supported languages" msgstr "已支援的語言" -#: ../lib/plugin/SystemInfo.php:378 +#: ../lib/plugin/SystemInfo.php:504 msgid "Supported themes" msgstr "已支援的佈景主題" @@ -3916,6 +3954,15 @@ msgstr "%s 無法寫入." msgid "Sorry, this version of PHP cannot create PNG image files." msgstr "抱歉, 這個版本的 PHP 無法建立 PNG 圖片檔." +#: ../lib/plugin/Template.php:61 +#, fuzzy +msgid "Template" +msgstr "佈景主題" + +#: ../lib/plugin/Template.php:65 +msgid "Parametrized page inclusion." +msgstr "" + #: ../lib/plugin/TexToPng.php:103 msgid "Converts TeX to an image. May be used to embed formulas in PhpWiki." msgstr "轉換 TeX 為圖片. 可以用來在 PhpWiki 嵌入方程式." @@ -3937,11 +3984,6 @@ msgstr "Transclude" msgid "Include an external web page within the body of a wiki page." msgstr "含括外部網頁到 wiki 頁面的內容中." -#: ../lib/plugin/Transclude.php:76 -#, php-format -msgid "%s parameter missing" -msgstr "%s 參數遺漏" - #: ../lib/plugin/Transclude.php:88 msgid "Transcluded page" msgstr "Transcluded 頁面" @@ -4120,8 +4162,8 @@ msgstr "錯誤: 無法開啟上傳日誌檔案" #: ../themes/Crao/templates/navbar.tmpl:23 #: ../themes/MonoBook/templates/navbar.tmpl:49 #: ../themes/blog/templates/navbar.tmpl:17 -#: ../themes/default/templates/head.tmpl:91 #: ../themes/default/templates/head.tmpl:92 +#: ../themes/default/templates/head.tmpl:93 #: ../themes/default/templates/homepage.tmpl:11 #: ../themes/default/templates/navbar.tmpl:40 #: ../themes/shamino_com/templates/top.tmpl:28 @@ -4230,7 +4272,7 @@ msgid "" "from graphviz." msgstr "從 graphviz 使用 'dot' 命令列工具以圖形視覺化 Wiki 結構." -#: ../lib/plugin/VisualWiki.php:487 +#: ../lib/plugin/VisualWiki.php:493 msgid "Legend" msgstr "圖例" @@ -5122,8 +5164,8 @@ msgstr "ExternalSearchPlugin" #: ../themes/MonoBook/templates/navbar.tmpl:25 #: ../themes/Portland/templates/navbar.tmpl:8 #: ../themes/Sidebar/templates/navbar.tmpl:24 -#: ../themes/default/templates/head.tmpl:41 #: ../themes/default/templates/head.tmpl:42 +#: ../themes/default/templates/head.tmpl:43 #: ../themes/default/templates/navbar.tmpl:20 #: ../themes/shamino_com/templates/top.tmpl:21 #: ../themes/smaller/templates/navbar.tmpl:8 @@ -5346,8 +5388,8 @@ msgstr "WikiPlugin" #: ../lib/plugin/_WikiTranslation.php:123 #: ../themes/Crao/templates/head.tmpl:73 ../themes/Crao/templates/head.tmpl:74 -#: ../themes/default/templates/head.tmpl:78 #: ../themes/default/templates/head.tmpl:79 +#: ../themes/default/templates/head.tmpl:80 #: ../themes/wikilens/templates/head.tmpl:71 #: ../themes/wikilens/templates/head.tmpl:72 msgid "WikiWikiWeb" @@ -5812,7 +5854,7 @@ msgstr "編輯舊的修訂" #: ../themes/Wordpress/templates/actionbar.tmpl:10 #: ../themes/blog/templates/actionbar.tmpl:7 #: ../themes/default/templates/actionbar.tmpl:17 -#: ../themes/default/templates/head.tmpl:52 +#: ../themes/default/templates/head.tmpl:53 #: ../themes/shamino_com/templates/info.tmpl:165 #: ../themes/smaller/templates/actionbar.tmpl:20 #: ../themes/smaller/templates/info.tmpl:5 @@ -5888,8 +5930,8 @@ msgid "View the current version" msgstr "查看目前版本" #: ../themes/Crao/templates/editpage.tmpl:4 -#: ../themes/Portland/templates/editpage.tmpl:80 -#: ../themes/Wordpress/templates/editpage.tmpl:80 +#: ../themes/Portland/templates/editpage.tmpl:57 +#: ../themes/Wordpress/templates/editpage.tmpl:59 #: ../themes/default/templates/editpage.tmpl:4 msgid "Preview only! Changes not saved." msgstr "僅能預覽! 更動將不被儲存." @@ -5907,36 +5949,36 @@ msgid "edit area" msgstr "編輯區域" #: ../themes/Crao/templates/editpage.tmpl:18 -#: ../themes/Portland/templates/editpage.tmpl:46 -#: ../themes/Wordpress/templates/editpage.tmpl:44 +#: ../themes/Portland/templates/editpage.tmpl:25 +#: ../themes/Wordpress/templates/editpage.tmpl:23 #: ../themes/default/templates/editpage.tmpl:20 msgid "Warning: You are editing an old revision." msgstr "警告: 你正在編輯較舊的修訂." #: ../themes/Crao/templates/editpage.tmpl:19 -#: ../themes/Portland/templates/editpage.tmpl:47 -#: ../themes/Wordpress/templates/editpage.tmpl:45 +#: ../themes/Portland/templates/editpage.tmpl:26 +#: ../themes/Wordpress/templates/editpage.tmpl:24 #: ../themes/default/templates/editpage.tmpl:21 msgid "Saving this page will overwrite the current version." msgstr "儲存此頁面將會覆寫掉目前版本." #: ../themes/Crao/templates/editpage.tmpl:38 -#: ../themes/Portland/templates/editpage.tmpl:69 -#: ../themes/Wordpress/templates/editpage.tmpl:60 +#: ../themes/Portland/templates/editpage.tmpl:48 +#: ../themes/Wordpress/templates/editpage.tmpl:39 #: ../themes/default/templates/editpage.tmpl:40 msgid "H" msgstr "高" #: ../themes/Crao/templates/editpage.tmpl:39 -#: ../themes/Portland/templates/editpage.tmpl:71 -#: ../themes/Wordpress/templates/editpage.tmpl:61 +#: ../themes/Portland/templates/editpage.tmpl:49 +#: ../themes/Wordpress/templates/editpage.tmpl:40 #: ../themes/default/templates/editpage.tmpl:41 msgid "W" msgstr "寬" #: ../themes/Crao/templates/editpage.tmpl:40 -#: ../themes/Portland/templates/editpage.tmpl:73 -#: ../themes/Wordpress/templates/editpage.tmpl:62 +#: ../themes/Portland/templates/editpage.tmpl:50 +#: ../themes/Wordpress/templates/editpage.tmpl:41 #: ../themes/default/templates/editpage.tmpl:42 msgid "Adjust" msgstr "調整" @@ -5952,18 +5994,18 @@ msgid "This is a minor change." msgstr "這是次要變更." #: ../themes/Crao/templates/editpage.tmpl:53 -#: ../themes/Portland/templates/editpage.tmpl:75 -#: ../themes/Wordpress/templates/editpage.tmpl:65 +#: ../themes/Portland/templates/editpage.tmpl:52 +#: ../themes/Wordpress/templates/editpage.tmpl:44 #: ../themes/default/templates/editpage.tmpl:60 msgid "Use old markup" msgstr "使用舊標記" #: ../themes/Crao/templates/editpage.tmpl:88 #: ../themes/Crao/templates/editpage.tmpl:93 -#: ../themes/Portland/templates/editpage.tmpl:103 -#: ../themes/Portland/templates/editpage.tmpl:108 -#: ../themes/Wordpress/templates/editpage.tmpl:103 -#: ../themes/Wordpress/templates/editpage.tmpl:108 +#: ../themes/Portland/templates/editpage.tmpl:80 +#: ../themes/Portland/templates/editpage.tmpl:85 +#: ../themes/Wordpress/templates/editpage.tmpl:82 +#: ../themes/Wordpress/templates/editpage.tmpl:87 #: ../themes/default/templates/editpage.tmpl:113 #: ../themes/default/templates/editpage.tmpl:118 #, php-format @@ -5972,44 +6014,44 @@ msgstr "參照編輯時的 %s 小秘訣." #: ../themes/Crao/templates/editpage.tmpl:88 #: ../themes/Crao/templates/editpage.tmpl:93 -#: ../themes/Portland/templates/editpage.tmpl:103 -#: ../themes/Portland/templates/editpage.tmpl:108 -#: ../themes/Wordpress/templates/editpage.tmpl:103 -#: ../themes/Wordpress/templates/editpage.tmpl:108 +#: ../themes/Portland/templates/editpage.tmpl:80 +#: ../themes/Portland/templates/editpage.tmpl:85 +#: ../themes/Wordpress/templates/editpage.tmpl:82 +#: ../themes/Wordpress/templates/editpage.tmpl:87 #: ../themes/default/templates/editpage.tmpl:113 #: ../themes/default/templates/editpage.tmpl:118 msgid "GoodStyle" msgstr "GoodStyle" #: ../themes/Crao/templates/editpage.tmpl:89 -#: ../themes/Portland/templates/editpage.tmpl:104 -#: ../themes/Wordpress/templates/editpage.tmpl:104 +#: ../themes/Portland/templates/editpage.tmpl:81 +#: ../themes/Wordpress/templates/editpage.tmpl:83 #: ../themes/default/templates/editpage.tmpl:114 msgid "OldTextFormattingRules" msgstr "OldTextFormattingRules" #: ../themes/Crao/templates/editpage.tmpl:89 #: ../themes/Crao/templates/editpage.tmpl:94 -#: ../themes/Portland/templates/editpage.tmpl:104 -#: ../themes/Portland/templates/editpage.tmpl:109 -#: ../themes/Wordpress/templates/editpage.tmpl:104 -#: ../themes/Wordpress/templates/editpage.tmpl:109 +#: ../themes/Portland/templates/editpage.tmpl:81 +#: ../themes/Portland/templates/editpage.tmpl:86 +#: ../themes/Wordpress/templates/editpage.tmpl:83 +#: ../themes/Wordpress/templates/editpage.tmpl:88 #: ../themes/default/templates/editpage.tmpl:114 #: ../themes/default/templates/editpage.tmpl:119 msgid "Synopsis" msgstr "概要" #: ../themes/Crao/templates/editpage.tmpl:94 -#: ../themes/Portland/templates/editpage.tmpl:109 -#: ../themes/Wordpress/templates/editpage.tmpl:109 +#: ../themes/Portland/templates/editpage.tmpl:86 +#: ../themes/Wordpress/templates/editpage.tmpl:88 #: ../themes/default/templates/editpage.tmpl:119 msgid "TextFormattingRules" msgstr "TextFormattingRules" #: ../themes/Crao/templates/head.tmpl:31 ../themes/Crao/templates/head.tmpl:32 #: ../themes/Crao/templates/htmldump.tmpl:22 -#: ../themes/default/templates/head.tmpl:36 #: ../themes/default/templates/head.tmpl:37 +#: ../themes/default/templates/head.tmpl:38 #: ../themes/default/templates/htmldump.tmpl:22 #: ../themes/wikilens/templates/head.tmpl:30 #: ../themes/wikilens/templates/head.tmpl:31 @@ -6017,8 +6059,8 @@ msgid "HowToUseWiki" msgstr "HowToUseWiki" #: ../themes/Crao/templates/head.tmpl:70 ../themes/Crao/templates/head.tmpl:71 -#: ../themes/default/templates/head.tmpl:75 #: ../themes/default/templates/head.tmpl:76 +#: ../themes/default/templates/head.tmpl:77 #: ../themes/wikilens/templates/head.tmpl:68 #: ../themes/wikilens/templates/head.tmpl:69 msgid "SandBox" @@ -6061,12 +6103,6 @@ msgstr "你必須簽入才能 %s." msgid "Enter your UserId to sign in" msgstr "輸入你的帳號進行簽入" -#: ../themes/Crao/templates/signin.tmpl:54 -#: ../themes/smaller/templates/signin.tmpl:54 -#, fuzzy -msgid "Sign in:" -msgstr "簽入:" - #: ../themes/Crao/templates/wikiblog.tmpl:19 #: ../themes/blog/templates/wikiblog.tmpl:20 #: ../themes/default/templates/comment.tmpl:18 @@ -6241,14 +6277,14 @@ msgid "Page Type:" msgstr "頁面型態:" #: ../themes/MonoBook/templates/info.tmpl:170 -#: ../themes/blog/templates/_info.tmpl:5 ../themes/blog/templates/info.tmpl:5 +#: ../themes/blog/templates/info.tmpl:5 #: ../themes/shamino_com/templates/info.tmpl:170 #: ../themes/smaller/templates/info.tmpl:9 msgid "Diff previous Revision" msgstr "與上個修訂做比對" #: ../themes/MonoBook/templates/info.tmpl:171 -#: ../themes/blog/templates/_info.tmpl:6 ../themes/blog/templates/info.tmpl:6 +#: ../themes/blog/templates/info.tmpl:6 #: ../themes/shamino_com/templates/info.tmpl:171 #: ../themes/smaller/templates/info.tmpl:10 msgid "Diff previous Author" @@ -6325,14 +6361,14 @@ msgstr "此頁面的 %s" msgid "Page Execution took %s seconds" msgstr "執行此頁面花了 %s 秒" -#: ../themes/Portland/templates/editpage.tmpl:65 -#: ../themes/Wordpress/templates/editpage.tmpl:74 +#: ../themes/Portland/templates/editpage.tmpl:44 +#: ../themes/Wordpress/templates/editpage.tmpl:53 #, php-format msgid "" "I'm just doing minor edits. Please divert the usual logging to %s instead." msgstr "我正在做次要編輯. 請轉移常用日誌到替代的 %s." -#: ../themes/Portland/templates/editpage.tmpl:69 +#: ../themes/Portland/templates/editpage.tmpl:48 #: ../themes/default/templates/userprefs.tmpl:195 msgid "Edit Area Size" msgstr "編輯區域大小" @@ -6861,6 +6897,28 @@ msgstr "User: %s" msgid "TermsOfUse" msgstr "" +#, fuzzy +#~ msgid "Sign in:" +#~ msgstr "簽入:" + +#~ msgid "AUTH_GROUP_FILE not defined" +#~ msgstr "AUTH_GROUP_FILE 未定義" + +#~ msgid "LDAP_AUTH_HOST not defined" +#~ msgstr "LDAP_AUTH_HOST 未定義" + +#~ msgid "db type:" +#~ msgstr "db 型態:" + +#~ msgid "db backend:" +#~ msgstr "db 後台:" + +#~ msgid "dba handler:" +#~ msgstr "dba handler:" + +#~ msgid "timeout:" +#~ msgstr "逾時:" + #, fuzzy #~ msgid "Category" #~ msgstr "CategoryPage" diff --git a/locale/sv/LC_MESSAGES/phpwiki.mo b/locale/sv/LC_MESSAGES/phpwiki.mo index c40b6669588d934eb5fa6ec7706e5979ed230de8..648af42c0c5b343e9d524fc89167353ce8f52686 100644 GIT binary patch delta 24 fcmeya^<8U2D<8L^fv%CIf}ydMf!XE>e9zecYsv@g delta 24 fcmeya^<8U2D<8LkrLK{=f}y#UvBBmEe9zecY(59` diff --git a/locale/zh/LC_MESSAGES/phpwiki.mo b/locale/zh/LC_MESSAGES/phpwiki.mo index 2457c150643fbf1bd842d87386c4720cd1c5c3c0..bb919549605a07794e6737d11281d113bee90805 100644 GIT binary patch delta 18938 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

MsDUqA`H_{AY;-^WGojx5 zdZ-obhdPuCF}>dZrDP%qY{dL{47DQ9(Em-})ez@BfW0&=%Ek4|6!`a85)0X0!s;@lI3+2dsP&V=4cNx<7EM z+sZ7c`^%v|Sj|u?HUOjWgRQK82$^*R^n`n{2p&ca^xWbBU%8G_no+1Hu85IX2Q_dn z%!BWt2402*@N2A%H?cGp-sb+M)qNZ5A4Xs~0Uf>_m;ujYDBeMJoOHV@hoTN=0n`dq zw0J$#Qg=eNA7G9{J=h#`5o!gNTY0ySjGpv6)Q!i@E2u;D7_(r&4mUt{vk>acR6?yp z7u5an<`~prosH^e5o*F~to|#D`;L&&3YRSYWL1J!N>hT}|Zf@@Ge z&0d%hJDCjSa;Q)DBGlPPL`~qZdB*AUu9C?_#RF8w$#=QKk^}Vw6;Ml96V*Wj)RVSB zZAD*;k3>ymij`NPwsH&VgLDwJQfE;2U&exZ{~wWwAdqXfJA4%}Ddm2sCmw+MDL4tW zRZ~$DnS)xHWvB^mHFu$&d_U@k&>@STLQUWTYT`Gru-^ZtR*~l$PA=tQSQ*!11-yf$ zFm{i-u_Nj&8Gt%;OHdQ|5;ee9D}RgH`$MP+pTR146-!{$x4i%As5KeAkCQPQevaD1 zL#R(?fxYfuK-yt$%Ck`&ZbdEeKGYJQMy<#-i$6oXeku3436@5!WF^$Zs_$d{m1#mi zOWP5(G`&y*3`afTB-B=XVy?y9l=q_szKNRX6Vw@s+3yCdY}Uf8#2cde?PU($?{k51 z1k}NYs88%}%!$`fOPlOFH^Ee9DCQxa69;2$RQsJ6g}f8%ifVY@;#m*6Llld7h?hjQZ;x8~UREA~IVev?t>j9Jug5^jyHG2&AGN|K zQHS1l%^JKyeP{v?xf>!;1LZ|MNlA>wx~L8ZqUwjC>L*%!K57DqR$ha8-8P`!hW!>l zfgDz!cb1H9xPmcw2lZqb54)L0qv}hURZtVHhx$Z!MV+DHSR5x~e%yg-cinu2nn;!- z?u-;f|9}5ei;OzzfI4i0P&bZ49i~MXgj+BGccJ$BTO5OzQLk&4?_Im4s1;g`$#6aP z!!4)>%YD>MxFqU-6Y#2&(dll5+M9UP1V*CYxIq!Mav%g*sea&2gv>mZB!U1$Ez1)WAPu zGzK1bpYQ^xiIhaGKxI__O^&nwsmOG+iar=jc_iwFiKv->h+2_E)WAE;A5dF!1*_q0 z)B_bf;jD++iXN!QE=5w#c`gj6MVxQA_?Dwbucs+zq)=@v^9n zt6RAlYN8!57T?EOxB)ZbQ%s8~PrH@Kf?B~+sJEgjGBKZ5i;QN}&;`8iSd?-<)L~kT zdXgikGjJ01#COdXs1;0c#tj&XdVpxur?>{{0eYg|rh%x5%tZh1|BJ|!Bd`{=BsWoe zpZcs@fh?#Si=g6-%?_xg?QP|EP)|MzwNf9U&OoBo??kmfjC$Y`=>PBkZjn*LzfgOa z?wp%QX0syd#yAYcUZ^J;jT-2EE6=m?GE_es%^j%w_o7zruz41J+QaMCAj8kDVK}Pe zoT&ODsKePFwb!G~|DYyv0weJ}YH44f1`Is!RxAzbEr>A7m@Uq;|7tjpKwcb%nK98C zY(v$b#t{4kBk%$GKU^2w6UAbF;-yjT;;;w~#=^J)_2c#ws=p`Z%L}~!nsKsU+|s5) zoq-q(!}=JBarhyQLoIE_UtLELW-c=pCsAJnv*1?q1eTDsa1-@<-A8?p{zW}mx=Zf}^YcZeR z{~yUzC-4HRVdcy29}32x;%iXxyQmwBTybZhIaZ|H-^!n(R_Flg_lOIq!gYpy___Hq-M9Jn8I;Z;;T`S0#dzgYcEr2i!Ma-CTgN{P!I5_k4!9?-Ixk*qGtY=`2saSz#X@wu^2_U32Lhn zFg1Q+E=TpV9`!&wt-KGl(#KINdC~OUBcsFiFGgbMUDu$rSsQg@E7U3Pj(URO79WS& zvY8g&kJ{T~m=gc6_!HE`UZEzC>Yo2h`Mj)Tk`t(oy0I>%#U7|78;mhH9JNwQum~Q) zg7^$8V9b4fCC4~a`=|%5z8-38hL|6rR&))f)%$;(j5@w(4TApU_cqG8uo_;#nwb5e zJMCSt5#^y+7Z0Gm8|nUXTM>)tDVH*9qaLg^YU>809&A49zYX#hlhI-L3^mjJsJ*?2 zsnL7nz5{7cOBaQTmq2w?6}8kg&Bj*W4l@$(i8>1-Q1_2TeMe@ZFOtk!GHUpPc^Ngp zBh(E^9=i@Qpau-LayHabMqwz{wRlHVf89|Zpkb(fK0>`+iKzb9JZAkh^REb`!M&*R z3Dk@)Si>vkebfa0!BF&`xPih@?en2lvM6T5Ca8hqQ7byi%1co9fBA&<*A3qh2*K;t z;5lkSDW1B9nNc$@go>9zo#tAo*R?5XVr@|qdE4xUItzU<3P+;GOGHgzkB^MLNM}$> z@;mB=$EYO?eC7tuVn(5EEQETp8mIxAV-ox~DNn7LaLpxOiWEpiIA#6xD@uB#IBjlX zl9aOtRtfQyB&+KHX#>r#l2#DwO|xpG{lv3l2jY!T*B0uBlkU5s_dd3xE(ftbv}=PL zApbu(jU%rsh`6q$4sSQ*QAza{awVgYo<-N!RFt87(iQzLU?k-<+@fQD2V14iYOy zK8n|6#14+jT%p;Hs57S^W zDcUBazDCcUS>69n23|KxYZT&|K`UL&Nu$a0+4%q0XY{0NjX8&WPV#5`QQiz3K>2IZ zXWZL`a&7#V^bzS0ab4r_kjwhK^fslFGTkgkwVw7BY4kY7VenUu}?oS4 zovvupm1v{P8?k*9&r_~v4a(3*9m-+W7e8veojR-u)<86*!B!d+AitLUc=A7zPLSTQ zm3rO$1@%=eRu|KfDo{C+wiie(sMn>x-w<^;t+F zLuq$S<6kDYn7}VMnqUn1QK+jqjWdyI5F1XtF8xfIL~2H=M9NM5c&tM`Ki$27){d;V zj(i^chx_-F-llB@lCHNYH}~;Jc>)D#IGf;U%Db=~=^6P1((9`Q?f#|^Y_VUtrz5fa zIMHHz-)OI&Eeq`CCA7IjT_#dzV*0U=i+g=(sEDL+iZqt|>#L3B*JCcrC!?|qX%3wf ze%%o7QZ7%M9;AYlGg9tO=c_2!vwOdLqy2~E5736o=e6X|(wCI)P#%cuuovke@wWIIu@XGwWYjgl!GE$# zgMw6aCe0zQYb>dst%%AE$Y&+}Nd7u$9i4=zf-8dfcFG-G(JMqB?I<@SzL)$U8!!ds z9F%*KvXgWbAm)GnT9bKwg_5sjH|3<^V^R@ft%!x;ANbVj1I!O-^DX(#q)DXylvC5T zK5ilXOy{jh1IQ1=%s7>HpKJUoG<pfC^e@84Yenz>G)#>MOdh+v0Mbwz;I77 zYft5KlCDqaAcb`@6i*Wip)Q!4o8oR_G1gHtd`c{{|4x2avp#O(D`NSnuSGr|_e{1n z=`a=LYHEWk^;Whe^ErNiQ8XA#>One1Y#^O{g1U}UuWJCYcd-fa>%>ZtPpb;9FG$}L z`;fY!cAvk3KYk!Sli2&XigF|Lzm;mxgHCn5w40*IHzL(0H7Ayj`p!6v^e5>E=^7nu zr~Viz3H4ctbs@H#az%W7jU?ZgI{iQE(3Q#@_ImtY7I;j<88rA!t?YWnjhRSCNf(L5 zkm}Pel6&?O(^UbtVlnIIH08~d%d3*>d&&*Crvj-ZZ88ztOPc%N=V$rVl4~K2bp44< zaH$P)oBS+dUr<-Df02)){a2I|$rs04+&2vmTIYp{XCzn5o> z_5bIx*oXdhoc|)+T$@5wY>ln(Ea@Baok(-ZZzfG4UljY$K?(9dlJ?MhFJc`@`oO-v zN|SkucF*xY7R-Tn-e~iLe7N5Kx>RH(l_RC2T<(oVguH&lc9JGoJexhiOX@}tf1>+{ z{Y`!?=~K!VQCBza$?3A*&*T>o?{EFIMBfbp?aAE5AZxe*>yy$FFG@OMadDTFjkZVM zh!v#GabhD-*J|=T$hToq?_fQf@F&zAqkM__)}+1x?EeIU{Yn3!BADPiB(+Z@=^9ST zKq^VF1$9+umxgqLSU2mKtpBP-`5kgAsn_+B!}}K}aqmUqi>yvxzP@_@H&O8&X^b@% z@6u=mULuX7PS+o#A;de7`ZG{HTtX~A={xdSXqOjenmaVMvHH!pC#naV<;(zHkByX!S^Zu zYVFEu{4NA^g%F%hJ`brF<;(skTS0jm=>p}gv?*pc*Te(FUtgb7K1@n(fhh6;40z7U zZ>w!&WK6f1n8?_eZbf3cnGKqu_{^E$Viv)2wmJCY@^6Ygj9?|A2(ZZrywI z?%%!JrgKg2glDN)tx2b9YE-vz^A`W3dT*bR#Ur~!c8TlSw|oC?<-KlQA`^zc(_NXk z$X;>%yY=fnsQm1Ti<_n!FtmTa0dd_TD|S9k_PpT?>=B~LitU_5<4eJ zRkU28;$l__7M=%z(W3#7>6AM%ZP-B`5d`nm--cdy=bU`_7u@P_|$TK}!Rxi_e2 zZf0_Q_q6LDuJ=#s`lnNGOq}|^rgisW-LT!C-dOut+Nt66Px})d| diff --git a/locale/zh/LC_MESSAGES/phpwiki.php b/locale/zh/LC_MESSAGES/phpwiki.php index 4f6aeb41f..517be08c8 100644 --- a/locale/zh/LC_MESSAGES/phpwiki.php +++ b/locale/zh/LC_MESSAGES/phpwiki.php @@ -170,8 +170,6 @@ $locale["ACCESS DENIED: You must log in to upload files."] = "拒絕存取: 請先登入才能上傳檔案"; $locale["ACL"] = "ACL"; -$locale["AUTH_GROUP_FILE not defined"] = - "AUTH_GROUP_FILE 未定義"; $locale["Action page"] = "動作頁面"; $locale["Add %s hours to the server's local time when reporting times."] = @@ -688,8 +686,6 @@ $locale["JabberPresence"] = "JabberPresence"; $locale["Keep up to %d major edits, but keep them no longer than %d days."] = "保持 %d 份主要編輯,但不超過 %d 天."; -$locale["LDAP_AUTH_HOST not defined"] = - "LDAP_AUTH_HOST 未定義"; $locale["Language"] = "語言"; $locale["Last"] = @@ -1638,12 +1634,6 @@ $locale["current version"] = "目前版本"; $locale["days"] = "天"; -$locale["db backend:"] = - "db 後台:"; -$locale["db type:"] = - "db 型態:"; -$locale["dba handler:"] = - "dba handler:"; $locale["default page permission"] = "預設頁面權限"; $locale["diff"] = @@ -1652,8 +1642,6 @@ $locale["diff this page"] = "比對此頁面"; $locale["download a zip dump from this wiki"] = "從此 wiki 下載 zip dump"; -$locale["download an html zip dump from this wiki"] = - "從此 wiki 下載 html zip dump"; $locale["dump html pages"] = "傾印 html 頁面"; $locale["dump serial pages"] = @@ -1732,8 +1720,6 @@ $locale["stddev: %2.3f"] = "stddev: %2.3f"; $locale["the file '%s'"] = "檔案 '%s'"; -$locale["timeout:"] = - "逾時:"; $locale["to"] = "到"; $locale["today"] = -- 2.45.0