From c5544b5632985adb539aa4b71d728a8bba774cef Mon Sep 17 00:00:00 2001 From: vargenau Date: Tue, 18 Jun 2013 12:55:27 +0000 Subject: [PATCH] Remove LC_MESSAGES/phpwiki.php git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@8814 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/config.php | 10 +- lib/plugin/WikiTranslation.php | 557 +++++++++++ locale/Makefile | 31 +- locale/README | 15 +- locale/README.de.txt | 7 +- locale/de/LC_MESSAGES/phpwiki.mo | Bin 102218 -> 102115 bytes locale/de/LC_MESSAGES/phpwiki.php | 1312 ------------------------ locale/de/pgsrc/DebugInfo | 2 +- locale/es/LC_MESSAGES/phpwiki.mo | Bin 43099 -> 43099 bytes locale/es/LC_MESSAGES/phpwiki.php | 587 ----------- locale/fr/LC_MESSAGES/phpwiki.mo | Bin 109291 -> 108897 bytes locale/fr/LC_MESSAGES/phpwiki.php | 1389 -------------------------- locale/fr/pgsrc/InfosDeD%C3%A9bogage | 2 +- locale/it/LC_MESSAGES/phpwiki.mo | Bin 17534 -> 17485 bytes locale/it/LC_MESSAGES/phpwiki.php | 288 ------ locale/ja/LC_MESSAGES/phpwiki.mo | Bin 13947 -> 13947 bytes locale/ja/LC_MESSAGES/phpwiki.php | 237 ----- locale/nl/LC_MESSAGES/phpwiki.mo | Bin 8533 -> 8533 bytes locale/nl/LC_MESSAGES/phpwiki.php | 147 --- locale/po/de.po | 103 +- locale/po/es.po | 84 +- locale/po/fr.po | 92 +- locale/po/it.po | 92 +- locale/po/ja.po | 91 +- locale/po/nl.po | 84 +- locale/po/phpwiki.pot | 69 +- locale/po/sv.po | 81 +- locale/po/zh.po | 90 +- locale/sv/LC_MESSAGES/phpwiki.mo | Bin 8236 -> 8236 bytes locale/sv/LC_MESSAGES/phpwiki.php | 148 --- locale/update-makefile.sh | 2 +- locale/zh/LC_MESSAGES/phpwiki.mo | Bin 48954 -> 48787 bytes locale/zh/LC_MESSAGES/phpwiki.php | 634 ------------ locale/zh/pgsrc/DebugInfo | 2 +- 34 files changed, 989 insertions(+), 5167 deletions(-) create mode 100644 lib/plugin/WikiTranslation.php delete mode 100644 locale/de/LC_MESSAGES/phpwiki.php delete mode 100644 locale/es/LC_MESSAGES/phpwiki.php delete mode 100644 locale/fr/LC_MESSAGES/phpwiki.php delete mode 100644 locale/it/LC_MESSAGES/phpwiki.php delete mode 100644 locale/ja/LC_MESSAGES/phpwiki.php delete mode 100644 locale/nl/LC_MESSAGES/phpwiki.php delete mode 100644 locale/sv/LC_MESSAGES/phpwiki.php delete mode 100644 locale/zh/LC_MESSAGES/phpwiki.php diff --git a/lib/config.php b/lib/config.php index 898d32c75..47aa7c0d8 100644 --- a/lib/config.php +++ b/lib/config.php @@ -252,15 +252,7 @@ function update_locale($loc) } // Try to put new locale into environment (so any // programs we run will get the right locale.) - if (!function_exists('bindtextdomain')) { - // Reinitialize translation array. - global $locale; - $locale = array(); - // do reinit to purge PHP's static cache [43ms] - if (($lcfile = FindLocalizedFile("LC_MESSAGES/phpwiki.php", 'missing_ok', 'reinit'))) { - include($lcfile); - } - } else { + if (function_exists('bindtextdomain')) { // If PHP is in safe mode, this is not allowed, // so hide errors... @putenv("LC_ALL=$setlocale"); diff --git a/lib/plugin/WikiTranslation.php b/lib/plugin/WikiTranslation.php new file mode 100644 index 000000000..0d108ddb8 --- /dev/null +++ b/lib/plugin/WikiTranslation.php @@ -0,0 +1,557 @@ +> + * Translation service for HomePage into french (redirect to translate.google.com) + * <> + * Translation matrix of all pages with proper translations (all in pgsrc) + * <> + * Translation matrix of the first 20 wikiwords matching "W*" + * <> + * Translation matrix for all given languages + * <> + * Translation matrix for all supported languages + * <> + * Just return the translated string for this language. + * + * @author: Reini Urban + */ + +/* Container for untranslated pagenames. Needed to show up in locale/po/phpwiki.pot */ +$pgsrc_container = + _("AddComment") . ',' . + _("AddCommentPlugin") . ',' . + _("AddingPages") . ',' . + _("AllPages") . ',' . + _("AllPagesCreatedByMe") . ',' . + _("AllPagesLastEditedByMe") . ',' . + _("AllPagesOwnedByMe") . ',' . + _("AllUsers") . ',' . + _("AnalyseAccessLogSql") . ',' . + _("AppendText") . ',' . + _("AsciiMath") . ',' . + _("AsciiSVG") . ',' . + _("AtomFeed") . ',' . + _("DebugAuthInfo") . ',' . + _("AuthorHistory") . ',' . + _("AuthorHistoryPlugin") . ',' . + _("DebugBackendInfo") . ',' . + _("BackLinks") . ',' . + _("BlogArchives") . ',' . + _("BlogJournal") . ',' . + _("BoxRight") . ',' . + _("CacheTest") . ',' . + _("Calendar") . ',' . + _("CalendarList") . ',' . + _("CalendarListPlugin") . ',' . + _("CalendarPlugin") . ',' . + _("CategoryCategory") . ',' . + _("CategoryHomePages") . ',' . + _("CategoryPage") . ',' . + _("Chart") . ',' . + _("Chown") . ',' . + _("Comment") . ',' . + _("CommentPlugin") . ',' . + _("CreateBib") . ',' . + _("CreatePage") . ',' . + _("CreateToc") . ',' . + _("CreateTocPlugin") . ',' . + _("CurrentTime") . ',' . + _("DeadEndPages") . ',' . + _("DebugInfo") . ',' . + _("Diff") . ',' . + _("DynamicIncludePage") . ',' . + _("EditMetaData") . ',' . + _("EditMetaDataPlugin") . ',' . + _("ExternalSearch") . ',' . + _("ExternalSearchPlugin") . ',' . + _("FacebookLike") . ',' . + _("FileInfo") . ',' . + _("FindPage") . ',' . + _("FoafViewer") . ',' . + _("FoafViewerPlugin") . ',' . + _("FrameInclude") . ',' . + _("FrameIncludePlugin") . ',' . + _("FullRecentChanges") . ',' . + _("FullTextSearch") . ',' . + _("FuzzyPages") . ',' . + _("GoogleMaps") . ',' . + _("GooglePlugin") . ',' . + _("GoTo") . ',' . + _("GraphViz") . ',' . + _("DebugGroupInfo") . ',' . + _("HelloWorld") . ',' . + _("HelloWorldPlugin") . ',' . + _("HomePageAlias") . ',' . + _("HtmlConverter") . ',' . + _("Imdb") . ',' . + _("IncludePage") . ',' . + _("IncludePagePlugin") . ',' . + _("IncludePages") . ',' . + _("IncludeSiteMap") . ',' . + _("IncludeTree") . ',' . + _("InterWiki") . ',' . + _("InterWikiSearch") . ',' . + _("JabberPresence") . ',' . + _("LdapSearch") . ',' . + _("LikePages") . ',' . + _("LinkDatabase") . ',' . + _("LinkIcons") . ',' . + _("LinkSearch") . ',' . + _("ListPages") . ',' . + _("ListRelations") . ',' . + _("ListSubpages") . ',' . + _("MagicPhpWikiURLs") . ',' . + _("MediawikiTable") . ',' . + _("ModeratedPage") . ',' . + _("MoreAboutMechanics") . ',' . + _("MostPopular") . ',' . + _("NewPagesPerUser") . ',' . + _("NoCache") . ',' . + _("OldStyleTable") . ',' . + _("OldStyleTablePlugin") . ',' . + _("OrphanedPages") . ',' . + _("PageDump") . ',' . + _("PageGroup") . ',' . + _("PageHistory") . ',' . + _("PageInfo") . ',' . + _("PageTrail") . ',' . + _("PasswordReset") . ',' . + _("PhotoAlbum") . ',' . + _("PhotoAlbumPlugin") . ',' . + _("PhpHighlight") . ',' . + _("PhpHighlightPlugin") . ',' . + _("PhpWeather") . ',' . + _("PhpWeatherPlugin") . ',' . + _("PhpWiki") . ',' . + _("PhpWikiAdministration") . ',' . + _("PhpWikiDocumentation") . ',' . + _("PhpWikiPoll") . ',' . + _("Ploticus") . ',' . + _("PloticusPlugin") . ',' . + _("PluginManager") . ',' . + _("PopularNearby") . ',' . + _("PopularTags") . ',' . + _("PopUp") . ',' . + _("PreferenceApp") . ',' . + _("PreferencesInfo") . ',' . + _("PrevNext") . ',' . + _("Processing") . ',' . + _("RandomPage") . ',' . + _("RateIt") . ',' . + _("RawHtml") . ',' . + _("RawHtmlPlugin") . ',' . + _("RecentChanges") . ',' . + _("RecentChangesCached") . ',' . + _("RecentComments") . ',' . + _("RecentEdits") . ',' . + _("RecentReferrers") . ',' . + _("RecentVisitors") . ',' . + _("RedirectTo") . ',' . + _("RedirectToPlugin") . ',' . + _("RelatedChanges") . ',' . + _("ReleaseNotes") . ',' . + _("Remove") . ',' . + _("Rename") . ',' . + _("Replace") . ',' . + _("DebugRetransform") . ',' . + _("RichTable") . ',' . + _("RichTablePlugin") . ',' . + _("RssFeed") . ',' . + _("SearchHighlight") . ',' . + _("SemanticRelations") . ',' . + _("SemanticSearch") . ',' . + _("SemanticSearchAdvanced") . ',' . + _("SetAcl") . ',' . + _("SiteMap") . ',' . + _("SpellCheck") . ',' . + _("SpecialPages") . ',' . + _("SqlResult") . ',' . + _("SyncWiki") . ',' . + _("SyntaxHighlighter") . ',' . + _("SystemInfo") . ',' . + _("SystemInfoPlugin") . ',' . + _("Template") . ',' . + _("TeX2png") . ',' . + _("text2png") . ',' . + _("TextFormattingRules") . ',' . + _("TexToPng") . ',' . + _("TitleSearch") . ',' . + _("Transclude") . ',' . + _("TranscludePlugin") . ',' . + _("TranslateText") . ',' . + _("UnfoldSubpages") . ',' . + _("UnfoldSubpagesPlugin") . ',' . + _("UpLoad") . ',' . + _("UpLoadPlugin") . ',' . + _("UriResolver") . ',' . + _("UserPreferences") . ',' . + _("UserRatings") . ',' . + _("Video") . ',' . + _("VisualWiki") . ',' . + _("WabiSabi") . ',' . + _("WantedPages") . ',' . + _("WantedPagesOld") . ',' . + _("WatchPage") . ',' . + _("WhoIsOnline") . ',' . + _("WikiAdminChown") . ',' . + _("WikiAdminDeleteAcl") . ',' . + _("WikiAdminPurge") . ',' . + _("WikiAdminRemove") . ',' . + _("WikiAdminRename") . ',' . + _("WikiAdminSearchReplace") . ',' . + _("WikiAdminSelect") . ',' . + _("WikiAdminSetAcl") . ',' . + _("WikiAdminSetAclSimple") . ',' . + _("WikiAdminSetExternal") . ',' . + _("WikiAdminUtils") . ',' . + _("WikiBlog") . ',' . + _("WikiBlogPlugin") . ',' . + _("WikicreoleTable") . ',' . + _("WikiForm") . ',' . + _("WikiFormRich") . ',' . + _("WikiForum") . ',' . + _("WikiPlugin") . ',' . + _("WikiPoll") . ',' . + _("WikiTranslation") . ',' . + _("WikiWikiWeb") . ',' . + _("YouTube"); + +require_once 'lib/PageList.php'; + +class WikiPlugin_WikiTranslation + extends WikiPlugin +{ + + function getDescription() + { + return _("Show translations of various words or pages."); + } + + function getDefaultArguments() + { + return array_merge + ( + PageList::supportedArgs(), + array('languages' => '', // comma delimited string of de,en,sv,... + 'string' => '', + 'page' => '', // use a translation service + 'what' => 'pages', // or 'buttons', 'plugins' or 'wikiwords' + + 'match' => '*', + 'from_lang' => false, + 'include_empty' => false, + //'exclude' => '', + //'sortby' => '', + //'limit' => 0, + 'nolinks' => false, // don't display any links + // (for development only) + 'noT' => false // don't display the T link + // (for development only) + )); + } + + function init_locale($lang) + { + if ($lang != $this->lang) + update_locale($lang); + $this->_locales[$lang] = $locale; + } + + // reverse translation: + function translate_to_en($text, $lang = false) + { + if (!$lang) $lang = $this->lang; // current locale + if ($lang == 'en') return $text; + + $this->_locales = array(); + $this->_reverse_locales = array(); + + if (!isset($this->_locales[$lang])) { + $this->init_locale($lang); + } + assert(!empty($this->_locales[$lang])); + if (!isset($this->_reverse_locales[$lang])) { + // and now do a reverse lookup in the $locale hash + $this->_reverse_locales[$lang] = array_flip($this->_locales[$lang]); + } + if (!empty($this->_reverse_locales[$lang][$text])) { + return $this->_reverse_locales[$lang][$text]; + } else { + return $text; + } + } + + /** + * setlocale() switching with the gettext extension is by far too slow. + * So use the hash regardless if gettext is loaded or not. + */ + function fast_translate($text, $to_lang, $from_lang = false) + { + if (!$from_lang) $from_lang = $this->lang; // current locale + if ($from_lang == $to_lang) return $text; + // setup hash from en => to_lang + if (!isset($this->_locales[$to_lang])) + $this->init_locale($to_lang); + if ($from_lang != 'en') { + // get reverse gettext: translate to english + $text = $this->translate_to_en($text, $from_lang); + } + return !empty($this->_locales[$to_lang][$text]) + ? $this->_locales[$to_lang][$text] + : $text; + } + + //FIXME! There's something wrong. + function translate($text, $to_lang, $from_lang = false) + { + if (!$from_lang) $from_lang = $this->lang; // current locale + if ($from_lang == $to_lang) return $text; + // Speed up hash lookup. Not needed for gettext module + if (!isset($this->_locales[$from_lang]) and !function_exists('bindtextdomain')) { + $this->init_locale($from_lang); + } + if ($from_lang != 'en') { + // get reverse gettext: translate to english + $en = $this->translate_to_en($text, $from_lang); + // and then to target + update_locale($to_lang); + $result = gettext($en); + update_locale($from_lang); + } else { + // locale switching is very slow with the gettext extension. + // better use fast_translate + if ($from_lang != $to_lang) { + update_locale($to_lang); + } + $result = gettext($text); + if ($from_lang != $to_lang) { + update_locale($from_lang); + } + } + return $result; + } + + function run($dbi, $argstr, &$request, $basepage) + { + $this->args = $this->getArgs($argstr, $request); + extract($this->args); + $this->request = &$request; + if (!$from_lang) $from_lang = $request->getPref('lang'); + if (!$from_lang) $from_lang = $GLOBALS['LANG']; + $this->lang = $from_lang; + + if (empty($languages)) { + $available_languages = listAvailableLanguages(); + if ($from_lang == 'en') { + // "en" is always the first. + array_shift($available_languages); + } + // put from_lang to the very end. + if (in_array($from_lang, $available_languages)) + $languages = $available_languages; + else + $languages = array_merge($available_languages, array($from_lang)); + } elseif (strstr($languages, ',')) { + $languages = explode(',', $languages); + } else { + $languages = array($languages); + } + $to_lang = $languages[0]; + if (!empty($string) and count($languages) == 1) { + return $this->translate($string, $to_lang, $from_lang); + } + if (!empty($page)) { + $pagename = $page; + if ($dbi->isWikiPage($pagename)) { + $url = ''; + // google can only translate from english and french + if (in_array($from_lang, array('en', 'fr'))) { + $url = "http://translate.google.com/translate"; + $url .= "?langpair=" . urlencode($from_lang . "|" . $to_lang); + $url .= "&u=" . urlencode(WikiURL($pagename, false, true)); + } + // redirect or transclude? + if ($url) { + return $request->redirect($url); + } + return HTML(fmt("TODO: Google can only translate from english and french. Find a translation service for %s to language %s", + WikiURL($pagename, false, true), + $to_lang)); + } else { + return $this->error(fmt("%s is empty.", $pagename)); + } + } + + $pagelist = new PageList('', $exclude, $this->args); + $pagelist->_columns[0]->_heading = "$from_lang"; + foreach ($languages as $lang) { + if ($lang == $from_lang) continue; + $field = "custom:$lang"; + $pagelist->addColumnObject( + new _PageList_Column_customlang($field, $from_lang, $this)); + } + if (!empty($string)) { + $pagelist->addPage($string); + return $pagelist; + } + switch ($what) { + case 'allpages': + $pagelist->addPages($dbi->getAllPages($include_empty, $sortby, + $limit, $exclude)); + break; + case 'pages': + // not all pages, only the pgsrc pages + if (!is_array($exclude)) + $exclude = $pagelist->explodePageList($exclude, false, $sortby, + $limit, $exclude); + $path = FindLocalizedFile(WIKI_PGSRC); + $pgsrc = new fileSet($path); + foreach ($pgsrc->getFiles($exclude, $sortby, $limit) as $pagename) { + $pagename = urldecode($pagename); + if (substr($pagename, -1, 1) == '~') continue; + if (in_array($pagename, $exclude)) + continue; // exclude page. + if ($match != '*' and !glob_match($match, $pagename)) + continue; + $page_handle = $dbi->getPage($pagename); + $pagelist->addPage($page_handle); + } + break; + case 'wikiwords': + if (!isset($this->_locales[$from_lang])) { + $this->init_locale($from_lang); + } + $locale = & $this->_locales[$from_lang]; + if (is_array($locale)) { + $count = 0; + foreach ($locale as $from => $to) { + if ($match != '*' and !glob_match($match, $from)) + continue; + if (isWikiWord($from)) { + $count++; + $pagelist->addPage($from); + if ($limit and $count > $limit) break; + } + } + } + break; + // all Button texts, which need a localized .png + // where to get them from? templates/*.tmpl: Button() + // and WikiLink(?,'button') + // navbar links, actionpages, and admin requests + case 'buttons': + $buttons = $GLOBALS['AllActionPages']; + $fileset = new FileSet(FindFile("themes/MacOSX/buttons/en"), + "*.png"); + foreach ($fileset->getFiles() as $file) { + $b = urldecode(substr($file, 0, -4)); + if (!in_array($b, $buttons)) + $buttons[] = $b; + } + $count = 0; + foreach ($buttons as $button) { + $pagelist->addPage($button); + if ($limit and ++$count > $limit) break; + } + break; + } + return $pagelist; + } +} + +class _PageList_Column_customlang extends _PageList_Column +{ + function _PageList_Column_customlang($field, $from_lang, $plugin) + { + $this->_field = $field; + $this->_from_lang = $from_lang; + $this->_plugin =& $plugin; + $this->_what = $plugin->args['what']; + $this->_noT = $plugin->args['noT']; + $this->_nolinks = $plugin->args['nolinks']; + $this->_iscustom = substr($field, 0, 7) == 'custom:'; + if ($this->_iscustom) + $this->_field = substr($field, 7); + //$heading = $field; + $this->dbi = &$GLOBALS['request']->getDbh(); + $this->_PageList_Column_base($this->_field); + } + + function _getValue($page, &$revision_handle) + { + if (is_object($page)) $text = $page->getName(); + else $text = $page; + $trans = $this->_plugin->fast_translate($text, $this->_field, + $this->_from_lang); + // how to markup untranslated words and not existing pages? + // untranslated: (TODO) link to translation editor + if ($trans == $text or // untranslated + (($this->_from_lang != 'en') and + ($this->_field != 'en') and + ($trans == $this->_plugin->fast_translate($text, 'en', + $this->_from_lang)) + ) + ) { + global $WikiTheme; + $link = $WikiTheme->linkUnknownWikiWord($trans); + if (!($this->_noT or $this->_nolinks) + and $this->dbi->isWikiPage($trans) + ) { + $url = WikiURL($trans, array('action' => 'TranslateText', + 'lang' => $this->_field)); + $button = $WikiTheme->makeButton('T', $url); + $button->addTooltip(sprintf(_("Define the translation for %s in %s"), + $trans, $this->_field)); + $link = HTML::span($button); + $link->setAttr('class', 'wikiunknown'); + $text = HTML::span($WikiTheme->maybeSplitWikiWord($trans)); + $text->setAttr('style', 'text-decoration:line-through'); + $link->pushContent($text); + return $link; + } elseif (is_object($page)) + return ''; else // not existing: empty + return ''; + } elseif (is_object($page)) { + if (!$this->_nolinks) + return WikiLink($trans, 'auto'); + else + return $trans; + } else { + return $trans; + } + } +} + +// Local Variables: +// mode: php +// tab-width: 8 +// c-basic-offset: 4 +// c-hanging-comment-ender-p: nil +// indent-tabs-mode: nil +// End: diff --git a/locale/Makefile b/locale/Makefile index 487652742..6c3a25e82 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -30,13 +30,8 @@ po/%.po : ${POT_FILE} mkdir -p $*/LC_MESSAGES msgfmt -o $@ $< -# Generate .php from .mo rather than .po to maximize -# the probability of agreement between .mo and .php files. -%/LC_MESSAGES/phpwiki.php : %/LC_MESSAGES/phpwiki.mo - msgunfmt $< | awk -f make-php-trans.awk > $@ - clean : - rm -f ./*/LC_MESSAGES/phpwiki.mo ./*/LC_MESSAGES/phpwiki.php + rm -f ./*/LC_MESSAGES/phpwiki.mo depend : $(SHELL) update-makefile.sh @@ -58,21 +53,21 @@ check: # (Run 'make depend' regenerate this section.) # po: po/de.po -mo: de/LC_MESSAGES/phpwiki.mo de/LC_MESSAGES/phpwiki.php +mo: de/LC_MESSAGES/phpwiki.mo po: po/es.po -mo: es/LC_MESSAGES/phpwiki.mo es/LC_MESSAGES/phpwiki.php +mo: es/LC_MESSAGES/phpwiki.mo po: po/fr.po -mo: fr/LC_MESSAGES/phpwiki.mo fr/LC_MESSAGES/phpwiki.php +mo: fr/LC_MESSAGES/phpwiki.mo po: po/it.po -mo: it/LC_MESSAGES/phpwiki.mo it/LC_MESSAGES/phpwiki.php +mo: it/LC_MESSAGES/phpwiki.mo po: po/ja.po -mo: ja/LC_MESSAGES/phpwiki.mo ja/LC_MESSAGES/phpwiki.php +mo: ja/LC_MESSAGES/phpwiki.mo po: po/nl.po -mo: nl/LC_MESSAGES/phpwiki.mo nl/LC_MESSAGES/phpwiki.php +mo: nl/LC_MESSAGES/phpwiki.mo po: po/sv.po -mo: sv/LC_MESSAGES/phpwiki.mo sv/LC_MESSAGES/phpwiki.php +mo: sv/LC_MESSAGES/phpwiki.mo po: po/zh.po -mo: zh/LC_MESSAGES/phpwiki.mo zh/LC_MESSAGES/phpwiki.php +mo: zh/LC_MESSAGES/phpwiki.mo # ${POT_FILE}: ../lib/ArchiveCleaner.php ${POT_FILE}: ../lib/AtomParser.php @@ -140,7 +135,6 @@ ${POT_FILE}: ../lib/plugin/AsciiMath.php ${POT_FILE}: ../lib/plugin/AsciiSVG.php ${POT_FILE}: ../lib/plugin/AtomFeed.php ${POT_FILE}: ../lib/plugin/AuthorHistory.php -${POT_FILE}: ../lib/plugin/_BackendInfo.php ${POT_FILE}: ../lib/plugin/BackLinks.php ${POT_FILE}: ../lib/plugin/BlogArchives.php ${POT_FILE}: ../lib/plugin/BlogJournal.php @@ -157,7 +151,9 @@ ${POT_FILE}: ../lib/plugin/CreateToc.php ${POT_FILE}: ../lib/plugin/CurrentTime.php ${POT_FILE}: ../lib/plugin/DeadEndPages.php ${POT_FILE}: ../lib/plugin/DebugAuthInfo.php +${POT_FILE}: ../lib/plugin/DebugBackendInfo.php ${POT_FILE}: ../lib/plugin/DebugGroupInfo.php +${POT_FILE}: ../lib/plugin/DebugRetransform.php ${POT_FILE}: ../lib/plugin/Diff.php ${POT_FILE}: ../lib/plugin/DynamicIncludePage.php ${POT_FILE}: ../lib/plugin/EditMetaData.php @@ -210,7 +206,7 @@ ${POT_FILE}: ../lib/plugin/PopularNearby.php ${POT_FILE}: ../lib/plugin/PopularTags.php ${POT_FILE}: ../lib/plugin/PopUp.php ${POT_FILE}: ../lib/plugin/PreferenceApp.php -${POT_FILE}: ../lib/plugin/_PreferencesInfo.php +${POT_FILE}: ../lib/plugin/PreferencesInfo.php ${POT_FILE}: ../lib/plugin/PrevNext.php ${POT_FILE}: ../lib/plugin/Processing.php ${POT_FILE}: ../lib/plugin/RandomPage.php @@ -223,7 +219,6 @@ ${POT_FILE}: ../lib/plugin/RecentEdits.php ${POT_FILE}: ../lib/plugin/RecentReferrers.php ${POT_FILE}: ../lib/plugin/RedirectTo.php ${POT_FILE}: ../lib/plugin/RelatedChanges.php -${POT_FILE}: ../lib/plugin/_Retransform.php ${POT_FILE}: ../lib/plugin/RichTable.php ${POT_FILE}: ../lib/plugin/RssFeed.php ${POT_FILE}: ../lib/plugin/SearchHighlight.php @@ -270,7 +265,7 @@ ${POT_FILE}: ../lib/plugin/WikiForm.php ${POT_FILE}: ../lib/plugin/WikiFormRich.php ${POT_FILE}: ../lib/plugin/WikiForum.php ${POT_FILE}: ../lib/plugin/WikiPoll.php -${POT_FILE}: ../lib/plugin/_WikiTranslation.php +${POT_FILE}: ../lib/plugin/WikiTranslation.php ${POT_FILE}: ../lib/plugin/YouTube.php ${POT_FILE}: ../lib/prepend.php ${POT_FILE}: ../lib/purgepage.php diff --git a/locale/README b/locale/README index 5e39cbf57..ad3c0fce5 100644 --- a/locale/README +++ b/locale/README @@ -73,7 +73,7 @@ The general steps to creating a new language module for PhpWiki: Empty strings will be kept in english. 3. Run 'make' to automatically create or update any additional files - ('.po' => '.mo' => 'phpwiki.php' files). + ('.po' => '.mo' files). 4. Create translations of the content for the default pages ('pgsrc' files). @@ -167,10 +167,6 @@ example. If you are stuck or simply can't make any sense of all this, just ask one of the PhpWiki programmers on the mailing list to help out. -The 'phpwiki.php' files do not need to be created or edited because -the Makefile will create and update these files automatically. See the -'Makefile' section below. - Default Pages ------------- @@ -242,7 +238,7 @@ important translation tasks: changed. This makes it easy for translators to spot which items need to be updated. (Emacs' po mode also uses this information). - * The necessary '.mo' files and 'phpwiki.php' text files are + * The necessary '.mo' files are synchronized and sorted according to the translated contents of the '.po' files, for each of the locale subdirectories. @@ -287,8 +283,7 @@ When a new language module is added to PhpWiki, the 'Makefile' in the msgid "%s: %s" msgstr "%s : %s" - 6. To update the compiled translation files (phpwiki.mo and - phpwiki.php): + 6. To update the compiled translation files (phpwiki.mo): make @@ -298,8 +293,8 @@ software installed, then send your '.po' files to one of the PhpWiki developers who will run Makefile for you. -NOTE: "Fuzzy" translations will NOT be included in the final '.mo' and -'phpwiki.php' files. If you are not using the emacs editor, make sure +NOTE: "Fuzzy" translations will NOT be included in the final '.mo' +files. If you are not using the emacs editor, make sure to remove the fuzzy marks from any *completed translations* before you run the makefile, like this: diff --git a/locale/README.de.txt b/locale/README.de.txt index c7542268f..5be0c142a 100644 --- a/locale/README.de.txt +++ b/locale/README.de.txt @@ -14,15 +14,12 @@ PhpWiki-Version auf Ihren Rechner von: Nightly CVS snapshot: http://phpwiki.sf.net/nightly/phpwiki.nightly.tar.gz -Beachten Sie bei der weiteren Bearbeitung bitte, dass Sie die Datei: -phpwiki/locale/de/LC_MESSAGES/phpwiki.php direkt nicht editieren -sollten, sondern vielmehr folgende: phpwiki/locale/po/de.po. Achten -Sie auch darauf, diese Datei mit UTF-8 abzuspeichern (nicht mit ISO-8859-1, +Achten Sie auch darauf, diese Datei mit UTF-8 abzuspeichern (nicht mit ISO-8859-1, Macintosh-Charset oder Windows-1252), sonst fehlen die Umlaute und das nach älterer Schreibweise noch gebräuchliche scharfe S bzw. Sz "ß". Zunächst wurden die Dateien in LC_MESSAGES automatisch erstellt: -phpwiki.mo u. phpwiki.php. Das braucht aber GNUmake: (Seite auf +phpwiki.mo. Das braucht aber GNUmake: (Seite auf Englisch) http://www.gnu.org/software/make/make.html cd phpwiki/locale diff --git a/locale/de/LC_MESSAGES/phpwiki.mo b/locale/de/LC_MESSAGES/phpwiki.mo index 72afd976c256cd8c459d1005d96480a59f8ab1d7..d2530a02d1a758db190ed502b7efd16d3f286c7a 100644 GIT binary patch delta 22056 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 E9~g|fRR910 delta 22159 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."] = "%d Seite(n) die mehr als %d aufgerufen haben (>%d%%)."; -$locale["%d pages"] = "%d Seiten"; -$locale["%d pages have been changed."] = "%d Seiten wurden geändert."; -$locale["%d pages have been changed:"] = "%d Seiten wurden geändert:"; -$locale["%d pages have been permanently purged:"] = "%d Seiten wurden unwiderruflich gelöscht:"; -$locale["%d pages have been removed:"] = "%d Seiten wurden geändert:"; -$locale["%d pages have been renamed:"] = "%d Seiten wurden geändert:"; -$locale["%d pages with less than %d hits (<%d%%)."] = "%d Seiten die weniger als %d aufgerufen haben (<%d%%)."; -$locale["%s %s %s is disallowed on this wiki for %s user “%s” (level: %s)."] = "%s %s »%s« ist auf diesem Wiki für %s Benutzer »%s« (Level: %s) nicht zugelassen."; -$locale["%s KiB (%s bytes)"] = "%s KiB (%s Bytes)"; -$locale["%s already exists"] = "%s existiert bereits"; -$locale["%s at %s"] = "%s um %s"; -$locale["%s by %s"] = "%s von %s"; -$locale["%s bytes"] = "%s Bytes"; -$locale["%s bytes written"] = "%s Bytes geschrieben"; -$locale["%s days"] = "%s Tagen"; -$locale["%s does not appear to be a WikiPlugin."] = "%s scheint kein Zusatzprogramm zu sein."; -$locale["%s does not exist"] = "%s existiert nicht"; -$locale["%s does not know about the language “%s”, using “en” instead."] = "%s weißt nichts von die Sprache »%s«, stattdessen wird 'en' angewendet."; -$locale["%s has no subpages defined."] = "%s hat keine zugewiesenen Unterseiten."; -$locale["%s is disallowed on this wiki."] = "»%s« ist auf diesem Wiki nicht zugelassen."; -$locale["%s is empty."] = "%s ist leer."; -$locale["%s is listed at %s with %s"] = "%s ist gelistet auf %s mit %s"; -$locale["%s is missing"] = "%s Argument fehlt"; -$locale["%s is not locked!"] = "%s ist nicht gesperrt!"; -$locale["%s is not writable."] = "%s is nicht änderbar."; -$locale["%s is only allowed in locked pages."] = "%s wird/werden nur in gesperrten Seiten erlaubt."; -$locale["%s not defined"] = "%s nicht definiert"; -$locale["%s not found in %s"] = "%s nicht gefunden in %s"; -$locale["%s of this page"] = "%s von dieser Seite"; -$locale["%s on %s:"] = "%s um %s:"; -$locale["%s or %s parameter missing"] = "%s oder %s Argument fehlt"; -$locale["%s pages link to %s:"] = "%s Seiten sind mit %s verlinkt:"; -$locale["%s pages would link to %s:"] = "%s Seiten würden mit %s verlinkt sein:"; -$locale["%s parameter missing"] = "%s Argument fehlt"; -$locale["%s words"] = "%s Wörter"; -$locale["%s: %s"] = "%s: %s"; -$locale["%s: Bad action"] = "%s: Ungültige Aktion"; -$locale["%s: Can't open dba database"] = "%s: Konnte DBA Datenbank nicht öffnen"; -$locale["%s: Date of new revision is %s"] = "%s: Datum dieser aktuellen Neubearbeitung ist %s"; -$locale["%s: argument index out of range"] = "%s: Ungültiger Index in Array"; -$locale["%s: error while handling error:"] = "%s: Fehler während der Fehlerbehandlung von:"; -$locale["%s: file not found"] = "»%s«: Datei nicht gefunden"; -$locale["%s: no such class"] = "Unbekannte Klasse: »%s«"; -$locale["%s: no such revision %d."] = "%s(%d): keine solche Version."; -$locale["%s: not a subclass of WikiPlugin."] = "%s scheint kein WikiPlugin zu sein."; -$locale["%s: not defined"] = "%s: nicht definiert"; -$locale["&version=-1 might help."] = "&version=-1 wird empfohlen."; -$locale["'s %d page ratings:"] = "s %d Seiten Bewertungen:"; -$locale["(%d Links)"] = "(%d Verweise)"; -$locale["(Copy your changes to the clipboard. You can try editing a different page or save your text in a text editor.)"] = "(Kopieren Sie Ihre Veränderungen in die Zwischenablage. Sie können versuchen eine andere Seite zu edieren oder Ihr Text in einem Texteditor speichern.)"; -$locale["(Currently not working)"] = "(Funktioniert momentan nicht)"; -$locale["(Redirected from %s)"] = "(Weitergeleitet von %s)"; -$locale["(Your preferences are stored as hidden data within this page.)"] = "(Ihre Einstellungen sind als versteckte Daten in dieser Seite hintergelegt.)"; -$locale["(diff)"] = "(diff)"; -$locale["(disable individual page permissions, enable inheritance)?"] = "(deaktiviere individuelle Zugriffsrechte, aktiviere Vererbung)"; -$locale["(formatted for PhpWiki developers as pgsrc template, not for backing up)"] = "(formatiert für die PhpWiki Entwickler als pgsrc Vorlage, nicht zum Backup)"; -$locale["(formatted for backing up: all revisions)"] = "(formatiert zum Backup: Alle Versionen)"; -$locale["(max. recursion level: %d)"] = "(max. Rekursionstiefe: %d)"; -$locale["(normal formatting: latest revision only)"] = "(Normales Format: Nur aktuelle Version)"; -$locale[", Memory: %s"] = ", RAM: %s"; -$locale["- saved to database as version %d"] = "- in der Datenbank gespeichert als Version %d."; -$locale["- version %d saved to database as version %d"] = "- version %d in der Datenbank gespeichert als Version %d"; -$locale["... (first %s words)"] = "... (erste %s Wörter)"; -$locale["... copied to %s"] = "... kopiert nach %s"; -$locale["... not copied to %s"] = "... nicht kopiert nach %s"; -$locale["... not found"] = "... nicht gefunden"; -$locale["1 day"] = "1 Tag"; -$locale["1 word"] = "1 Wort"; -$locale[":"] = ":"; -$locale[": "] = ": "; -$locale["<%s: no such section>"] = "<%s: unbekannte Sektion>"; -$locale["<> not found in first line of %s"] = "<> nicht in erster Zeile von %s gefunden"; -$locale[""] = ""; -$locale[""] = ""; -$locale[""] = ""; -$locale[""] = ""; -$locale[""] = ""; -$locale[""] = ""; -$locale["A required argument “%s” is missing."] = "Erforderliches Argument »%s« fehlt."; -$locale["ACCESS DENIED: You must log in to upload files."] = "ZUGRIFF VERWEIGERT: Bitte melden Sie sich erst an, um Dateien hochzuladen."; -$locale["ACL"] = "ACL"; -$locale["ACL changed for page “%s”"] = "ACL für Seite »%s« geändert."; -$locale["ACL changed for page “%s” from “%s” to “%s”."] = "ACL für Seite »%s« geändert von »%s« zu »%s«."; -$locale["ACL deleted for page “%s”"] = "ACL für Seite »%s« gelöscht"; -$locale["ACL not changed for page “%s”."] = "ACL für Seite »%s« nicht geändert."; -$locale["ADDING"] = "HINZU"; -$locale["ADMIN"] = "ADMIN"; -$locale["ANON"] = "ANON"; -$locale["About"] = "Über"; -$locale["Access"] = "Zugriff"; -$locale["Access denied to change page “%s”."] = "Zugang verweigert um Seite »%s« zu ändern."; -$locale["Access denied to rename page “%s”."] = "Zugang verweigert um Seite “%s” zu ändern."; -$locale["Action Page"] = "Aktion Seite"; -$locale["ActionPage"] = "Aktion Seite"; -$locale["Add %s"] = "%s Hinzufügen"; -$locale["Add %s hours to the server's local time when reporting times."] = "Addieren Sie %s Stunden zur lokalen Serverzeit, bei jeder Zeitanzeige (z.B. NeuesteÄnderungen)."; -$locale["Add Comment"] = "Neuer Kommentar"; -$locale["Add Message"] = "Neue Nachricht"; -$locale["Add this ACL"] = "Füge diese ACL hinzu"; -$locale["AddComment"] = "NeuerKommentar"; -$locale["AddCommentPlugin"] = "NeuerKommentarPlugin"; -$locale["AddingPages"] = "SeitenErzeugen"; -$locale["Adjust"] = "Justieren"; -$locale["Admin"] = "Admin"; -$locale["Admin is also online."] = "Administrator ist auch online."; -$locale["Administrators"] = "Administratoren"; -$locale["All %s are listed below."] = "Alle %s sind unten aufgelistet."; -$locale["All pages"] = "Alle Seiten"; -$locale["All pages in this wiki (%d total):"] = "Alle Seiten in diesem Wiki (%d insgesamt):"; -$locale["All pages with all links in this wiki (%d total):"] = "Alle Seiten mit allen Links in diesem Wiki (%d insgesamt):"; -$locale["All users"] = "Alle Benutzer"; -$locale["AllPages"] = "AlleSeiten"; -$locale["AllPagesCreatedByMe"] = "AlleSeitenErzeugtVonMir"; -$locale["AllPagesLastEditedByMe"] = "AlleSeitenEditiertVonMir"; -$locale["AllPagesOwnedByMe"] = "AlleSeitenImBesitzVonMir"; -$locale["AllUsers"] = "AlleBenutzer"; -$locale["Allow / Deny"] = "Erlaube / Sperre"; -$locale["Allows selection of multiple pages which get passed to other WikiAdmin plugins."] = "Erlaubt die Auswahl mehrerer Seiten, die dann mit weiteren WikiAdmin Zusatzprogrammen bearbeitet werden."; -$locale["Already logged in"] = "Bereits eingeloggt"; -$locale["Also pages which have been deleted at least %s days."] = "Auch Seiten, die in den letzten %s Tagen gelöscht wurden."; -$locale["An unnamed PhpWiki"] = "Unbenanntes PhpWiki"; -$locale["Analyze preferences based on voting budget and ratings."] = "Analysiere Empfehlungen auf Grund von Bewertungen."; -$locale["Anonymous Users"] = "Anonyme Benutzer"; -$locale["Appearance"] = "Darstellung"; -$locale["Append text to any page in this wiki."] = "Füge Text zu einer Seite in diesem Wiki hinzu."; -$locale["AppendText"] = "TextHinzufügen"; -$locale["AppendText to %s"] = "TextHinzufügen zu %s"; -$locale["Appending at the end."] = "Füge am Ende hinzu."; -$locale["Application name"] = "Anwendungsname"; -$locale["Application size: %d KiB"] = "Anwendungsplatzbedarf: %d KiB"; -$locale["Apply changes"] = "Änderungen anwenden"; -$locale["Approve"] = "Akzeptieren"; -$locale["Are you sure you want to change the owner of the selected pages?"] = "Sind Sie sicher, dass Sie die ausgewählen Seiten wirklich ändern wollen?"; -$locale["Are you sure you want to permanently change access rights to the selected files?"] = "Sind Sie sicher, dass Sie die ausgewählen Seiten wirklich ändern wollen?"; -$locale["Are you sure you want to permanently purge the following files?"] = "Sind Sie sicher, dass Sie die ausgewählen Seiten wirklich löschen wollen?"; -$locale["Are you sure you want to remove the selected files?"] = "Sind Sie sicher, dass Sie die ausgewählen Seiten wirklich löschen wollen?"; -$locale["Are you sure you want to rename the selected pages?"] = "Sind Sie sicher, dass Sie die ausgewählen Seiten wirklich umbenennen wollen?"; -$locale["Are you sure you want to 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."] = "Versuche stattdessen das Verzeichnis »%s« zu verwenden."; -$locale["Attribute"] = "Attribut"; -$locale["Attribute %s, base value: %s"] = "Attribut %s, Basis: %s"; -$locale["Attribute %s, value: %s"] = "Attribut %s, Wert: %s"; -$locale["Attributes"] = "Attribute"; -$locale["Attributes of %s"] = "Attribute für %s"; -$locale["Auth Level"] = "Auth. Ebene"; -$locale["Auth Method"] = "Auth. Methode"; -$locale["Authenticated Users"] = "Authentifizierte Benutzer"; -$locale["Authenticated as %s"] = "Authentifiziert als %s"; -$locale["Authenticated users on this wiki (%d total):"] = "Eingetragene Benutzer in diesem Wiki (Gesamt: %d):"; -$locale["Author"] = "Autor"; -$locale["Author will be logged as %s."] = "%s wird als Autor aufgenommen."; -$locale["AuthorHistory"] = "AutorenProtokoll"; -$locale["AuthorHistoryPlugin"] = "AutorenProtokollPlugin"; -$locale["Available plugins"] = "Verfügbare Einschubprogramme"; -$locale["Avg. Rating"] = "Durchschnittsbewertung"; -$locale["BAD phpwiki: URL"] = "phpwiki: URL Formfehler"; -$locale["BOGO"] = "BOGO"; -$locale["Back"] = "Zurück"; -$locale["Back Links"] = "Back Links"; -$locale["BackLinks"] = "BackLinks"; -$locale["BackLinks for %s"] = "BackLinks für %s"; -$locale["Backend type: "] = "Backend Typ: "; -$locale["Bad URL -- remove all of <, >, \""] = "URL Formfehler - Entfernen Sie alle Zeichen mit <, >, \""; -$locale["Bad URL for image -- remove all of <, >, \""] = "URL Formfehler für Bild - Entfernen Sie alle Zeichen mit <, >, \""; -$locale["Bad Version"] = "Ungültige Version"; -$locale["Bad file type: %s"] = "Ungültiger Dateityp: %s"; -$locale["Bad url in src: remove all of <, >, \""] = "URL Formfehler in Quellcode: alle der folgenden Zeichen entfernen <, >, \""; -$locale["Blog"] = "Blog"; -$locale["Blog Archives:"] = "Blog-Archive:"; -$locale["Blog Entries for %s:"] = "Blog-Einträge für %s:"; -$locale["Blog page"] = "Blog Seite"; -$locale["BlogArchives"] = "BlogArchiv"; -$locale["Bogo Users"] = "Bogo Benutzer"; -$locale["Bold text"] = "Fetter Text"; -$locale["Bold text [alt-b]"] = "Fetter Text [alt-f]"; -$locale["Browsing pages"] = "Das Durchblättern der Seiten dieses Wikis"; -$locale["CONVERTING"] = "KONVERTIERE"; -$locale["CREATED"] = "ERZEUGT"; -$locale["Cache statistics"] = "Cache Statistiken"; -$locale["CacheTest"] = "CacheTest"; -$locale["Calendar"] = "Kalender"; -$locale["CalendarList"] = "KalenderListe"; -$locale["CalendarListPlugin"] = "KalenderListePlugin"; -$locale["CalendarPlugin"] = "KalenderPlugin"; -$locale["Can't inflate data: zlib support not enabled in this PHP"] = "Kann Daten nicht dekomprimieren: Die zlib-Bibliothek wurde in PHP nicht installiert/aktiviert."; -$locale["Can't mix “%s” with “%s” type format strings"] = "Kann »%s« Typ-Formatzeichenketten nicht mit »%s« vermischen."; -$locale["Can't open the upload logfile."] = "Die Upload-Logdatei konnte nicht geöffnet worden."; -$locale["Can't open zip file “%s” for reading"] = "Konnte ZIP-Datei »%s« nicht zum Lesen öffnen"; -$locale["Cancel"] = "Abbrechen"; -$locale["Cancel your rating"] = "Bewertung löschen"; -$locale["Cannot create directory “%s”"] = "Das Verzeichnis »%s« kann nicht erzeugt werden"; -$locale["Cannot create page with empty name!"] = "Kann Seite mit leerem Namen nicht erzeugen"; -$locale["Cannot open AUTH_GROUP_FILE %s"] = "Kann AUTH_GROUP_FILE %s nicht öffnen"; -$locale["Cannot rename. New page name too long."] = "Kein Ausgewählte. Seite Name zu lang."; -$locale["Case exact?"] = "Groß-/Kleinschreibung beachten"; -$locale["Case insensitive?"] = "Groß-/Kleinschreibung beachten?"; -$locale["Category"] = "Kategorie"; -$locale["CategoryCategory"] = "KategorieKategorie"; -$locale["CategoryGroup"] = "KategorieGruppen"; -$locale["CategoryHomePages"] = "KategorieHomepage"; -$locale["CategoryHomepage"] = "KategorieHomepage"; -$locale["CategoryPage"] = "KategorieSeite"; -$locale["Change Password"] = "Ändere Passwort"; -$locale["Change Verification Status"] = "Ändere Bestätigungs-Status"; -$locale["Change country"] = "Land ändern"; -$locale["Change owner of page “%s” to “%s”."] = "Besitzer der Seite »%s« auf »%s« geändert."; -$locale["Change owner of selected pages."] = "Den Besitzer ausgewählte Seiten ändern."; -$locale["Change owner to: "] = "Besitzer ändern zu: "; -$locale["Change page attributes"] = "Ändern von Eigenschaften"; -$locale["Change your rating from "] = "Ändern Sie Ihre Bewertung ab "; -$locale["Changes"] = "Änderungen"; -$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 for %s"] = "Prüfe %s"; -$locale["Check for ACCESS_LOG_SQL passwords in POST requests"] = "Prüfe auf ACCESS_LOG_SQL Passwörter in POST Requests"; -$locale["Check for ACCESS_LOG_SQL remote_host varchar(50)"] = "Prüfe auf ACCESS_LOG_SQL Passwörter in POST Requests"; -$locale["Check for mysql 4.1.x/5.0.0 binary search on Windows problem"] = "prüfe auf mysql 4.1.x/5.0.0 Binärsuch-Problem (nur Windows)"; -$locale["Check for mysql LOCK TABLE privilege"] = "Prüfe mysql LOCK TABLE Rechte"; -$locale["Check for mysql page.id auto_increment flag"] = "Prüfe auf mysql page.id auto_increment Flag"; -$locale["Check for mysql session.sess_id sanity"] = "Prüfe auf mysql session.sess_id Korrektheit"; -$locale["Check for new session.sess_ip column"] = "Prüfe auf neue Spalte session.sess_ip column"; -$locale["Check for table %s"] = "Prüfe Tabelle %s"; -$locale["Check menu items to display."] = "Klicken um anzuzeigen."; -$locale["Check to add this ACL"] = "Anklicken um diese ACL hinzuzufügen"; -$locale["Check you are logged in."] = "Sie sollten jetzt angemeldet sein."; -$locale["Chown"] = "Chown"; -$locale["Click to authenticate as %s"] = "Hier klicken um sich anzumelden als %s"; -$locale["Click to de-/select all pages"] = "Klicken Sie um alle/keine Seiten auszuwählen"; -$locale["Click to display"] = "Klicken um anzuzeigen"; -$locale["Click to display all comments"] = "Klicken um Kommentare anzuzeigen"; -$locale["Click to display to TOC"] = "Klicken um TOC anzuzeigen"; -$locale["Click to hide the comments"] = "Klicken um Kommentare zu verstecken"; -$locale["Click to hide/show"] = "Hier klicken um zu verstecken"; -$locale["Click to reverse sort order"] = "Klicken Sie um die Reihenfolge umzudrehen"; -$locale["Click to sort by %s"] = "Sortiere nach %s"; -$locale["Close"] = "Schließen"; -$locale["Color"] = "Farbe"; -$locale["Color text"] = "Farbiger Text"; -$locale["Columns: %s."] = "Spalten: %s."; -$locale["Comment"] = "Kommentar"; -$locale["Comment modified on %s by %s"] = "Kommentare am %s geändert von %s"; -$locale["CommentPlugin"] = "KommentarPlugin"; -$locale["Comments"] = "Kommentare"; -$locale["Comments on %s by %s."] = "Kommentar zu %s von %s."; -$locale["Complete."] = "Fertig."; -$locale["Conflicting Edits!"] = "Widersprechende Änderungen!"; -$locale["Content"] = "Inhalt"; -$locale["Contents"] = "Inhalt"; -$locale["ContributedTranslations"] = "MeineÜbersetzungen"; -$locale["Control characters not allowed"] = "Steuerzeichen nicht erlaubt"; -$locale["Convert"] = "Konvertieren"; -$locale["Convert text into a PNG image using GD."] = "Text mit der GD Bibliothek in ein PNG Bild konvertieren."; -$locale["Converted successfully %d pages"] = "%d Seiten erfolgreich konvertiert"; -$locale["Converts TeX to an image. May be used to embed formulas in PhpWiki."] = "(La)TeX-Dokument nach ein Bild erstellen. Dadurch konnte eine Formel in PhpWiki eingebettet worden."; -$locale["Copyrights"] = "Urheberrechte"; -$locale["Could not change owner of page “%s” to “%s”."] = "Konnte den Besitzer der Seite »%s« nicht in »%s« ändern."; -$locale["Could not connect to LDAP host %s"] = "Kann nicht zu LDAP host »%s« verbinden"; -$locale["Couldn't connect to %s"] = "Kann nicht zu »%s« verbinden"; -$locale["Couldn't rename page “%s” to “%s”."] = "Konnte Seite »%s« nicht in »%s« umbenennen."; -$locale["Couldn't start commandline “%s”"] = "Konnte Programm »%s« nicht starten"; -$locale["Count"] = "Anzahl"; -$locale["Create Page"] = "Neue Seite"; -$locale["Create a Wiki Category Page."] = "Erzeuge eine neue Wiki-Seite."; -$locale["Create a new (sub)page"] = "Erzeuge eine neue (Unter)Seite"; -$locale["Create a wiki page by the provided name."] = "Erzeuge neue Wiki-Seite mit dem angegebenem Namen."; -$locale["Create: %s"] = "Erzeugen: %s"; -$locale["CreatePage"] = "NeueSeite"; -$locale["CreateToc"] = "InhaltsVerzeichnis"; -$locale["CreateTocPlugin"] = "InhaltsVerzeichnisPlugin"; -$locale["Created by CreatePage"] = "Erzeugt von NeueSeite"; -$locale["Created by: %s"] = "Erzeugt von: %s"; -$locale["Created directory “%s” for the page dump..."] = "Ein Verzeichnis »%s« wurde erzeugt, um die Dateien abzulegen..."; -$locale["Creating pages"] = "Neue Seiten erzeugen"; -$locale["Creator"] = "Erzeuger"; -$locale["Current language"] = "Ausgewählte Sprache"; -$locale["Current theme"] = "Ausgewählte Darstellung"; -$locale["CurrentTime"] = "AktuelleZeit"; -$locale["DB admin password:"] = "DB Admin passwort:"; -$locale["DB admin user:"] = "DB Admin Benutzername:"; -$locale["Database"] = "Datenbank"; -$locale["Date Format"] = "Datumsformat"; -$locale["DeadEndPages"] = "VerwaisteSeiten"; -$locale["DebugGroupInfo"] = "DebugGruppenInfo"; -$locale["DebugInfo"] = "DebugInfo"; -$locale["Default InterWiki map file not loaded."] = "Standard-Datei der InterWikiListe nicht geladen."; -$locale["Default language: “%s”"] = "Standardsprache für dieses Wiki: »%s«"; -$locale["Default preferences will be used."] = "Die Vorgabe Benutzereinstellungen werden verwendent."; -$locale["Default theme: “%s”"] = "Darstellung des Systems: »%s«"; -$locale["Define a translation for a specified text."] = "Definiere die Übersetzung für einen gegebenen Text."; -$locale["Define the translation for %s in %s"] = "Definiere die Übersetzung für %s nach %s"; -$locale["Del/+"] = "Lö/+"; -$locale["Delete ACL"] = "Lösche diese ACL"; -$locale["Delete page permissions."] = "Seite Berechtigungen löschen."; -$locale["Delete this ACL"] = "Lösche diese ACL"; -$locale["Deleted"] = "Gelöscht"; -$locale["Deleted %d pages with invalid names:"] = "%d Seiten mit ungültigen Namen gelöscht:"; -$locale["Deleted %d unreferenced pages:"] = "%d unverlinkte Seiten entfernt:"; -$locale["Describe %s here."] = "Beschreiben Sie %s hier."; -$locale["Description"] = "Beschreibung"; -$locale["Dialog"] = "Dialog"; -$locale["Didn't purge page “%s”. Access denied."] = "Seite »%s« wurde nicht gelöscht. Zugriff verweigert."; -$locale["Didn't remove page “%s”. Access denied."] = "Seite »%s« wurde nicht gelöscht. Zugriff verweigert."; -$locale["Diff"] = "Diff"; -$locale["Diff previous Author"] = "Diff zu vorigem Autor"; -$locale["Diff previous Revision"] = "Diff zu voriger Version"; -$locale["Diff: %s"] = "Vergleich von: %s"; -$locale["Differences between %s and %s of %s."] = "Zeilenweiser Vergleich von %3\$s, von %1\$s mit %2\$s."; -$locale["Diffing pages"] = "Die Inhalts-Differenz-Seiten dieses Wikis"; -$locale["Discussion"] = "Diskussion"; -$locale["Display a list of randomly chosen pages or redirects to a random page."] = "Eine liste der zufälliger ausgewählter Seiten zeigen oder nach einer zufälliger ausgewählter Seite weiterleiten."; -$locale["Display a set of photos listed in a text file with optional descriptions."] = "Zeigt die Liste der Bilder in einer Textdatei an, mit optionalen Beschreibungen."; -$locale["Display a url in a separate frame inside our body. Only one frame allowed."] = "Zeigt eine URL in einem eigenen (oder gesonderten) Frame innerhalb der Seite. Nur ein Frame ist erlaubt."; -$locale["Display arbitrary SQL result tables."] = "Zeige Tabelle von SQL Abfragen an."; -$locale["Display differences between revisions."] = "Zeilenweiser Vergleich der Versionen."; -$locale["Don't cache this page."] = "Cache diese Seite nicht."; -$locale["Double redirect not allowed."] = "Rekursive Redirektion verboten."; -$locale["Download all revisions for backup"] = "Alle Versionen für Backup herunterladen"; -$locale["Download for Subversion"] = "Für Subversion herunterladen"; -$locale["Download for backup"] = "Für Backup herunterladen"; -$locale["Download page contents"] = "Runterladen der Seite"; -$locale["Downloading html zip dumps"] = "Das Herunterladen aller Wiki-Seiten als HTML-Dateien in einer Zip-Datei"; -$locale["Downloading zip dumps"] = "Das Herunterladen aller Wiki-Seiten als gezippte Datei"; -$locale["Dump Pages"] = "Seiten Schreiben"; -$locale["Dump Pages as XHTML"] = "Seiten als XHTML schreiben"; -$locale["Dump to directory"] = "Wiki Seiten als Dateien in lokales Verzeichnis speichern"; -$locale["Dumping Pages"] = "Die Seiten werden geschrieben"; -$locale["Dumping html pages"] = "Die Speicherung von Wiki Seiten als HTML-Dateien"; -$locale["Dumping serial pages"] = "Die Speicherung von Wiki Seiten als Dateien"; -$locale["DynamicIncludePage"] = "DynamischeSeiteEinfügen"; -$locale["Dynamically include the content from another wiki page."] = "Text von einer andere Seite einfügen."; -$locale["E-mail"] = "E-Mail"; -$locale["E-mail Notification"] = "E-Mail Bestätigung"; -$locale["E-mail address confirmation"] = "E-Mail Bestätigung"; -$locale["ERROR uploading “%s”"] = "FEHLER beim Hochladen von »%s«"; -$locale["Easy navigation buttons for %s."] = "Einfache Navgiationsknöpfe für %s."; -$locale["Edit"] = "Bearbeiten"; -$locale["Edit %s"] = "Bearbeite %s"; -$locale["Edit Area Size"] = "Texteingabe Fenstergröße"; -$locale["Edit Old Revision"] = "Alte Version Bearbeiten"; -$locale["Edit aborted."] = "Bearbeiten abgebrochen."; -$locale["Edit metadata for %s."] = "Meta-Daten für %s bearbeiten."; -$locale["Edit this page"] = "Diese Seite bearbeiten"; -$locale["Edit this page and all subpages"] = "Bearbeiten aller Seiten und Unterseiten"; -$locale["Edit: %s"] = "Bearbeite: %s"; -$locale["EditMetaData"] = "MetaDatenBearbeiten"; -$locale["EditMetaDataPlugin"] = "MetaDatenBearbeitenPlugin"; -$locale["EditText"] = "TextBearbeiten"; -$locale["Edited by: %s"] = "Bearbeitet von: %s"; -$locale["Editing pages"] = "Ändern in diesem Wiki"; -$locale["Elapsed time: %s s"] = "Dauer: %s s"; -$locale["Embed hidden comments in WikiPages."] = "Kommentar in WikiText verstecken."; -$locale["Empty Preferences or format of UserPreferences cookie not recognised."] = "Leere BenutzerEinstellungen oder BenutzerEinstellungs Cookie nicht erkannt."; -$locale["Empty link to: %s"] = "Leerer Link zu: %s"; -$locale["Empty pagename!"] = "Leerer Seitenname!"; -$locale["Enable configurable polls."] = "Erlaubt konfigurierbare Umfragen."; -$locale["Enter pages separated by space or comma. Wildcards (fileglobbing) allowed."] = "Liste aller Seiten durch Leerzeichen oder Komma getrennt. Reguläre Ausdrücke (fileglobbing) erlaubt."; -$locale["Enter your UserId to sign in"] = "Tragen Sie bitte für die Anmeldung im Wiki Ihren Benutzernamen ein"; -$locale["Entry on %s by %s."] = "Kommentar zu %s von %s."; -$locale["Enumeration"] = "Num. Liste"; -$locale["Error sending e-mail with password for user %s."] = "Fehler beim Versenden der E-Mail mit dem neuen Passwort für Benutzer %s."; -$locale["Error: Couldn't send %s to %s"] = "Fehler: Konnte nicht %s an %s senden"; -$locale["Error: The user HomePage must be a valid WikiWord. Sorry, UserPreferences cannot be saved."] = "Fehler: Ihre Homepage Seite muß ein gültiges WikiWord sein. Die BenutzerEinstellungen können deshalb leider nicht gespeichert werden."; -$locale["Every"] = "Jeder"; -$locale["Exit toolbar"] = "Beende Werkzeugleiste"; -$locale["External"] = "Externe"; -$locale["External Links"] = "Externe Links"; -$locale["External link (remember http:// prefix)"] = "Externer Link (http:// prefix)"; -$locale["ExternalSearch"] = "FremdSuche"; -$locale["ExternalSearchPlugin"] = "FremdSuchePlugin"; -$locale["FAILED"] = "FEHLER"; -$locale["FIXED"] = "AUSGEBESSERT"; -$locale["FORBIDDEN"] = "VERBOTEN"; -$locale["Failed to bind LDAP host"] = "Konnte nicht mit LDAP Host verbinden"; -$locale["Failed to connect to LDAP host"] = "LDAP Server nicht gefunden"; -$locale["Fatal PhpWiki Error"] = "Fataler PhpWiki-Fehler"; -$locale["File successfully uploaded."] = "Datei erfolgreich hochgeladen."; -$locale["File “%s” not found."] = "Datei »%s« nicht gefunden."; -$locale["FileInfo"] = "DateiInfo"; -$locale["Files with extension %s are not allowed."] = "Dateien mit der Endung %s sind nicht erlaubt."; -$locale["Find page"] = "Seite finden"; -$locale["FindPage"] = "SeiteFinden"; -$locale["First"] = "Erste"; -$locale["FoafViewer"] = "FoafBetrachter"; -$locale["FoafViewerPlugin"] = "FoafViewerPlugin"; -$locale["Found by "] = "Gefunden von "; -$locale["FrameInclude"] = "FrameEinbetten"; -$locale["FrameIncludePlugin"] = "FrameEinbettenPlugin"; -$locale["From english to %s: "] = "Von Englisch nach %s: "; -$locale["Full text search results for “%s”"] = "Volltext-Suchresultate nach »%s«"; -$locale["FullDump"] = "VollSicherung"; -$locale["FullRecentChanges"] = "AlleNeuesteÄnderungen"; -$locale["FullTextSearch"] = "VolltextSuche"; -$locale["FuzzyPages"] = "FuzzySuche"; -$locale["General Auth Settings"] = "Allgemeine Authentifizierungs-Einstellungen"; -$locale["Get an e-mail notification at changes of the following pages:"] = "E-Mail Nachricht bei Änderung folgender Seiten:"; -$locale["Get debugging information for %s."] = "Debug-Informationen von %s."; -$locale["Get preferences information for current user %s."] = "Zeige Benutzereinstellungen für den aktuellen Benutzer %s."; -$locale["Given password ignored."] = "Passwort ignoriert."; -$locale["Global user preferences (for all projects)"] = "Globale Benutzereinstellungen (für alle Projekte)"; -$locale["Go"] = "Los"; -$locale["Go to %s."] = "Gehe zu %s."; -$locale["Go to or create page."] = "Gehe zu oder erzeuge diese Seite."; -$locale["Go?"] = "Los?"; -$locale["GoTo"] = "GeheZu"; -$locale["GoodStyle"] = "GuterStil"; -$locale["GooglePlugin"] = "GoogleZusatzprogramm"; -$locale["Grant"] = "Erlaube"; -$locale["Group %s does not exist"] = "Gruppe %s existiert nicht"; -$locale["Group page “%s” does not exist"] = "Gruppenseite »%s« existiert nicht"; -$locale["Group/User"] = "Gruppe/Benutzer"; -$locale["Guest"] = "Gast"; -$locale["Guests"] = "Gäste"; -$locale["H"] = "H."; -$locale["Headline text"] = "Überschrift"; -$locale["Height"] = "Höhe"; -$locale["HelloWorld"] = "HalloWelt"; -$locale["HelloWorldPlugin"] = "HalloWeltPlugin"; -$locale["Help"] = "Hilfe"; -$locale["Here you can override site-specific default values."] = "Hier können Sie einige Voreinstellungen ändern."; -$locale["Hide %s"] = "%s verstecken"; -$locale["Hide or show LinkIcons (if supported by the current theme). Useful for text-only browsers or slow connections."] = "LinkIcons ausblenden oder einblenden (unter der Voraussetzung, dass es durch die ausgewählte Darstellung unterstützt wird). Dies ist sinnvoll für Text-Browser und langsame Verbindungen."; -$locale["Hilight referred search terms."] = "Hebe externe Suchwörter hervor."; -$locale["History of all major and minor edits by %s to page %s."] = "Verlaufsprotokoll aller großen und kleinen Änderungen von %s der Seite %s."; -$locale["History of all major and minor modifications for any page edited by %s."] = "Verlaufsprotokoll aller großen und kleinen Änderungen aller Seiten, die von %s bearbeitet wurden."; -$locale["History of changes."] = "Änderungsprotokoll."; -$locale["Hit statistics"] = "Treffer Statistiken"; -$locale["Hits"] = "Treffer"; -$locale["Home"] = "Start"; -$locale["Home Page"] = "Start Seite"; -$locale["HomePage"] = "StartSeite"; -$locale["HomePageAlias"] = "HomePageAlias"; -$locale["Horizontal line"] = "Horizontale Trennlinie"; -$locale["HowToUseWiki"] = "WieManWikiBenutzt"; -$locale["HtmlConverter"] = "HtmlKonvertieren"; -$locale["I'm just doing minor edits. Please divert the usual logging to %s instead."] = "Ich mache nur kleinere Änderungen. Protokolliere stattdessen in %s."; -$locale["I'm sorry. Version %d of %s is not in the database."] = "Leider ist keine Version %d von %s in der Datenbank."; -$locale["Ignore wiki formatting"] = "Keine Wiki Formatierung"; -$locale["Illegal character “%s” in page name."] = "Ungültiges Zeichen »%s« in Seitenname."; -$locale["Illegal chars %s removed"] = "Ungültiges Zeichen %s entfernt"; -$locale["Illegal inclusion of page %s: no read access."] = "Fehler beim Einfügen der Seite %s: kein Lesezugriff."; -$locale["Image loaded from cache file: %s"] = "Bild geladen von Cachedatei: %s"; -$locale["Image saved to cache file: %s"] = "Bild gespeichert als Cachedatei: %s"; -$locale["In the time since you started editing this page, another user has saved a new version of it."] = "Während der Zeit, seit Sie mit der Bearbeitung dieser Seite begonnen haben, hat ein anderer Benutzer bereits eine neuere Version gespeichert."; -$locale["In total there are %d user sessions online. :: Unique %d Registered and %d Guests"] = "Insgesamt sind %d Benutzersessions online. :: %d verschiedene Registrierte und %d Gäste"; -$locale["Include an external web page within the body of a wiki page."] = "Einbetten einer externen Webseite im Body dieser Wiki Seite."; -$locale["Include multiple pages."] = "Füge mehrere Seiten ein."; -$locale["Include recursively all linked pages starting at [pagename]."] = "Bette rekursiv alle verlinkten Seiten ein, angefangen mit [pagename]."; -$locale["Include text from another wiki page."] = "Text von einer andere Seite einfügen."; -$locale["Include the content of all SubPages of the current page."] = "Enthält den Inhalt alle UnterSeiten der aktuellen Seite."; -$locale["IncludePage"] = "SeiteEinfügen"; -$locale["IncludePagePlugin"] = "SeiteEinfügenPlugin"; -$locale["IncludePages"] = "SeitenEinfügen"; -$locale["IncludeSiteMap"] = "SeitenBaumEingefügt"; -$locale["IncludeTree"] = "BaumEinfügen"; -$locale["Included from %s"] = "Eingefügter Text von %s"; -$locale["Included from %s (revision %d)"] = "Eingefügter Text von %s (Version %d)"; -$locale["Info"] = "Info"; -$locale["Inline images"] = "Eingebundene Bilder"; -$locale["Insert"] = "Einfügen"; -$locale["Insert Categories"] = "Neue Kategorie"; -$locale["Insert Image or Video"] = "Bild oder Video einfügen"; -$locale["Insert PageLink"] = "SeitenLink einfügen"; -$locale["Insert Plugin"] = "Zusatzprogramme einfügen"; -$locale["Insert Template"] = "Vorlage einfügen"; -$locale["Insert non-formatted text here"] = "Füge unformatierten Text hier ein"; -$locale["Insufficient permissions."] = "Keine ausreichenden Zugangsrechte."; -$locale["InterWiki"] = "InterWiki"; -$locale["InterWiki Address"] = "InterWiki-Adresse"; -$locale["InterWikiMap"] = "InterWikiListe"; -$locale["InterWikiSearch"] = "InterWikiSuche"; -$locale["Invalid ACL"] = "Ungültige ACL"; -$locale["Invalid [] syntax ignored"] = "Ungültige [] syntax ignoriert"; -$locale["Invalid argument %s"] = "Ungültiger Parameter %s"; -$locale["Invalid argument: %s=%s"] = "Ungültiger Parameter: %s=%s"; -$locale["Invalid attribute %s=%s for image %s"] = "Ungültiger Parameter %s=%s für Bild %s"; -$locale["Invalid color: %s"] = "Ungültige Farbe: %s"; -$locale["Invalid filename. File names may only contain alphanumeric characters and dot, underscore, space or dash."] = "Dateinamen dürfen nur folgende Zeichen enthalten: alphanumerische Zeichen, Punkt, Unterstrich, Leerzeichen und Bindestrich."; -$locale["Invalid image size"] = "Ungültige Bildgröße"; -$locale["Invalid password or userid."] = "Ungültiges Passwort oder falscher Benutzername."; -$locale["Invalid password."] = "Ungültiges Passwort."; -$locale["Invalid username “%s” for LDAP Auth"] = "Ungültiger Benutzername »%s« für LDAP Auth"; -$locale["Invalid username."] = "Ungültiger Benutzername."; -$locale["Italic text"] = "Kursiver Text"; -$locale["Italic text [alt-i]"] = "Kursiver Text [alt-k]"; -$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["Language"] = "Sprache"; -$locale["Last"] = "Letzte"; -$locale["Last Author"] = "Letzter Autor"; -$locale["Last Modified"] = "Zuletzt geändert"; -$locale["Last Summary"] = "Letzte Zusammenfassung"; -$locale["Last edited on %s"] = "Zuletzt bearbeitet am %s"; -$locale["LatestSnapshot"] = "LetzeSicherung"; -$locale["Layout tables using a Mediawiki-like markup style."] = "Tabellen mit Mediawiki Syntax."; -$locale["Layout tables using a very rich markup style."] = "Tabellen mit erweiterter HTML Syntax."; -$locale["Layout tables using the Wikicreole syntax."] = "Tabellen unter Wikicreole Formatierung."; -$locale["Layout tables using the old markup style."] = "Tabellen unter Verwendung traditioneller (alter) Wikitext Formatierung."; -$locale["LdapSearch"] = "LdapSuche"; -$locale["Leading %s not allowed"] = "Führende %s nicht erlaubt"; -$locale["Legend"] = "Legende"; -$locale["Level 1 headline"] = "H1 Überschrift"; -$locale["Like Pages"] = "Ähnliche Seiten"; -$locale["Like pages"] = "Ähnliche Seiten"; -$locale["LikePages"] = "ÄhnlicheSeiten"; -$locale["Line %s does not begin with a '|'."] = "Zeile %s beginnt nicht mit '|'."; -$locale["Link"] = "Verweis"; -$locale["Link to page"] = "Link auf Seite"; -$locale["LinkDatabase"] = "LinkDatenbank"; -$locale["LinkSearch"] = "LinkSuche"; -$locale["Links"] = "Links"; -$locale["List"] = "Liste"; -$locale["List PageHistory for %s."] = "Das Änderungsprotokoll für %s auflisten."; -$locale["List all new pages per month per user."] = "Liste aller neuen Seiten pro Monat und Benutzer."; -$locale["List all once authenticated users."] = "Liste alle eingetragenen Benutzer."; -$locale["List all page revisions edited by one user with diff links, or show a PageHistory-like list of a single page for only one user."] = "Liste aller Versionen eines Autors mit Diff-Links, oder eine SeitenProtokoll-ähnliche Liste einer Seite nur für einen Autor."; -$locale["List all pages in this wiki."] = "Alle Seiten in diesem Wiki auflisten."; -$locale["List all pages which link to %s."] = "Alle Seiten, die mit %s verlinkt sind."; -$locale["List all recent changes in this wiki."] = "Alle Änderungen in diesem Wiki auflisten."; -$locale["List all recent edits in this wiki."] = "Alle geringfügige Änderungen in diesem Wiki auflisten."; -$locale["List of changes on all pages which are linked to from this page."] = "Liste der Änderungen auf allen Seiten, die von diese Seite verlinkt sind."; -$locale["List of pages created by [%s] (%d total):"] = "Liste der Seiten erzeugt von [%s] (%d insgesamt):"; -$locale["List of pages last edited by [%s] (%d total):"] = "Liste der Seiten last edited by [%s] (%d insgesamt):"; -$locale["List of pages owned by [%s] (%d total):"] = "Liste der Seiten owned by [%s] (%d insgesamt):"; -$locale["List of plugins on this wiki."] = "Alle Zusatzprogrammen in diesem Wiki auflisten."; -$locale["List of user-created pages (%d total):"] = "Liste der Benutzer erzeugten Seiten (%d insgesamt):"; -$locale["List page names which share an initial or final title word with “%s”."] = "Diese Seiten teilen sich einen Wordteil am Anfang oder Ende mit »%s«."; -$locale["List pages which are not linked to by any other page."] = "Liste aller Seiten, die von keiner anderen Seite verlinkt sind."; -$locale["List referenced page names which do not exist yet."] = "Zeige verlinkte Seiten, die noch nicht bearbeitet bzw. erzeugt wurden."; -$locale["List the most popular pages nearby."] = "Liste die meistbesuchten Seiten in der Nähe."; -$locale["List the most popular pages."] = "Die meistbesucht Seiten werden aufgelistet."; -$locale["List the most popular tags."] = "Die meistbesucht Tags werden aufgelistet."; -$locale["List the user's ratings."] = "Zeige die Benutzer Bewertungen."; -$locale["List this page and all subpages"] = "Auflistung aller Seiten und Unterseiten"; -$locale["ListPages"] = "ListeSeiten"; -$locale["ListRelations"] = "ListeRelationen"; -$locale["ListSubpages"] = "ListeUnterseiten"; -$locale["Lists the names of all SubPages of the current page."] = "Listet die Namen aller Unterseiten der aktuellen Seite."; -$locale["LiveSearch"] = "LiveSuche"; -$locale["Load File"] = "Datei Laden"; -$locale["LoadDump"] = "SeiteLaden"; -$locale["Loading InterWikiMap from external file %s."] = "Die InterWikiListe wird von der externen Datei %s geladen."; -$locale["Loading files"] = "Dateien hinaufladen"; -$locale["Loading up virgin wiki"] = "Lade neue Seiten in das frische Wiki"; -$locale["Loading “%s”"] = "»%s« wird geladen"; -$locale["Lock"] = "Sperren"; -$locale["Lock Page"] = "Seite Sperren"; -$locale["Lock page to enable link"] = "Seite sperren, um den Link zu aktivieren"; -$locale["Locked"] = "Gesperrt"; -$locale["Locking pages"] = "Seiten sperren"; -$locale["MIME file %s"] = "MIME-Datei %s"; -$locale["MISSING"] = "FEHLEND"; -$locale["Make use of the Google API."] = "Benutze die Google API."; -$locale["Markup cache purged!"] = "HTML-Cachedaten entfernt!"; -$locale["Members:"] = "Mitglieder:"; -$locale["Merge Edit"] = "Zusammenfügen Bearbeiten"; -$locale["Merge and Edit: %s"] = "Zusammenfügen und Bearbeiten: %s"; -$locale["Message"] = "Nachricht"; -$locale["Method “%s” not implemented in this GROUP_METHOD %s"] = "Methode »%s« in GROUP_METHOD %s nicht implementiert"; -$locale["Minor"] = "kleinere"; -$locale["Minor Edit"] = "Kleinere Änderung"; -$locale["Miscellaneous utility functions for the Administrator."] = "Verschiedene Dienstfunktionen für den Administrator."; -$locale["Missing %s for %s"] = "Fehlender %s für %s"; -$locale["Missing PagePermission:"] = "Fehlende Zugriffsberechtigung:"; -$locale["Missing ldap extension"] = "Fehlende php LDAP extension"; -$locale["ModeratedPage"] = "ModerierteSeite"; -$locale["ModeratedPage Notification Error: Couldn't send e-mail"] = "ModerierteSeite Benachrichtigungsfehler: Konnte kein E-Mail versenden"; -$locale["Modern"] = "Modern"; -$locale["Modified"] = "Geändert"; -$locale["Modified on %s by %s"] = "Kommentare am %s geändert von %s"; -$locale["Moniker"] = "Kurzname"; -$locale["Most users ever online was %d at %s."] = "Die meisten Besucher online waren %d am %s."; -$locale["MostPopular"] = "MeistBesucht"; -$locale["My Discussion"] = "Meine Diskussion"; -$locale["My Preferences"] = "Meine Voreinstellungen"; -$locale["My User Page"] = "Meine Benutzer Seite"; -$locale["Name"] = "Seitenname"; -$locale["Never edited"] = "Noch nie bearbeitet."; -$locale["New Topic"] = "Neues Thema"; -$locale["New comment."] = "Neuer Kommentar."; -$locale["New entry"] = "Neuer Eintrag"; -$locale["New page"] = "Neue Seite"; -$locale["New pages only"] = "Nur neue Seiten"; -$locale["New password"] = "Neues Passwort"; -$locale["New users may use an empty password."] = "Neue Benutzer können auch ohne Passwort einloggen."; -$locale["Newer page:"] = "Neuere Seite:"; -$locale["Next"] = "Nächste"; -$locale["Next Month"] = "Nächster Monat"; -$locale["No"] = "Nein"; -$locale["No Blog Entries"] = "Keine Blog-Einträge"; -$locale["No LDAP in this PHP version"] = "Kein LDAP in dieser PHP Version"; -$locale["No changes found"] = "Keine Änderungen gefunden."; -$locale["No changes."] = "Keine Änderungen."; -$locale["No comments found"] = "Keine Kommentare gefunden."; -$locale["No e-mails for the moderators defined"] = "Keine E-Mails für Moderatoren definiert"; -$locale["No empty, unreferenced pages were found."] = "Keine leeren, unverlinkten Seiten gefunden."; -$locale["No metadata for %s"] = "Keine Meta-Daten für %s"; -$locale["No or not enough GROUP_DB SQL statements defined"] = "Keine oder zu wenige GROUP_DB SQL Statements definiert"; -$locale["No or unsupported GROUP_METHOD defined"] = "Keine oder ungültige GROUP_METHOD definiert"; -$locale["No other page links to %s yet."] = "Noch keine Seiten sind mit %s verlinkt."; -$locale["No page links to %s."] = "Keine Seiten sind mit %s verlinkt."; -$locale["No pagedata for %s"] = "Keine Daten für Seite %s"; -$locale["No pages changed."] = "Keine Änderungen."; -$locale["No pages purged."] = "Keine Änderungen."; -$locale["No pages removed."] = "Keine Seiten gelöscht."; -$locale["No pages renamed."] = "Keine Seiten umbenannt."; -$locale["No pages with bad names had to be deleted."] = "Keine Seiten mit ungültigen Namen mußten gelöscht werden."; -$locale["No revert: no page content"] = "Kein Zurückspeichern: leerer Seiteninalt"; -$locale["No revert: same version page"] = "Kein Zurückspeichern: selbe Version der Seite"; -$locale["No revisions found"] = "Keine Versionen gefunden"; -$locale["No uploaded file to upload?"] = "Keine Datei zum Hochladen?"; -$locale["NoCache"] = "OhneCache"; -$locale["None"] = "Keine"; -$locale["Not enough questions answered!"] = "Nicht genügend Fragen beantwortet!"; -$locale["Note that many browsers will automatically adjust the width of the editing area so that it fills the browser window. In this case, the width preference will be ignored."] = "Beachten Sie bitte, dass viele Browser die Breite der Textbox automatisch an ihre Fensterbreite anpassen. In diesem Fall wird die hier eingegebene Breite ignoriert."; -$locale["Note, that user accounts with bouncing e-mails will be disabled."] = "Beachten Sie bitte, dass Benutzer mit ungültigen E-Mail-Addressen gelöscht werden."; -$locale["Note:"] = "Hinweis:"; -$locale["Note: Only if you create your personal HomePage with same the pagename as your user id, you will be able to store your UserPreferences. Otherwise not."] = "Beachte: Nur wenn Sie Ihre persönliche HomePage mit dem selben Seitennamen wie Ihre Benutzernamen erzeugen, werden Sie Ihre BenutzerEinstellungen speichern können."; -$locale["Nothing found"] = "Nichts gefunden"; -$locale["OK"] = "OK"; -$locale["Old UserPage %s without stored password updated with empty password. Set a password in your UserPreferences."] = "Ihre alte persönliche HomePage %s ohne gespeichertem Passwort wurde mit einem leeren Password gespeichert. Setzen Sie ein Passwort in Ihren BenutzerEinstellungen."; -$locale["OldStyleTable"] = "TraditionellerTabellenStil"; -$locale["OldStyleTablePlugin"] = "TraditionellerTabellenStilPlugin"; -$locale["OldTextFormattingRules"] = "AlteTextFormatierungsRegeln"; -$locale["Older page:"] = "Ältere Seite:"; -$locale["One UserPreferences field successfully updated."] = "Eined BenutzerEinstellung erfolgreich auf neuesten Stand gebracht."; -$locale["One page has been changed:"] = "Eine Seite wird geändert:"; -$locale["One page has been permanently purged:"] = "Eine Seite wird unwiderruflich gelöscht:"; -$locale["One page has been removed:"] = "Eine Seite wird gelöscht:"; -$locale["One page has been renamed:"] = "Eine Seite wird geändert:"; -$locale["One page links to %s:"] = "Eine Seite ist mit %s verlinkt:"; -$locale["One page would link to %s:"] = "Eine Seite würde mit %s verlinkt sein:"; -$locale["Only files with extension HTML are allowed"] = "Nur Dateien mit der Endung HTML sind erlaubt"; -$locale["Only files with the extension %s are allowed."] = "Nur Dateien mit der Endung %s 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["Orphaned Pages in this wiki (%d total):"] = "Verwaiste Seiten in diesem Wiki (%d gesamt):"; -$locale["OrphanedPages"] = "VerwaisteSeiten"; -$locale["Other diffs:"] = "Andere Vergleiche:"; -$locale["Other version"] = "Andere Version"; -$locale["Our users created a total of %d pages."] = "Unsere Benutzer erzeugten insgesamt %d Seiten."; -$locale["Owner"] = "Besitzer"; -$locale["Owner: %s"] = "Besitzer: %s"; -$locale["PHP syntax highlighting."] = "Hervorhebung der PHP-Syntax (Syntax highlighting)."; -$locale["PHP was unable to create a new GD image stream. Read 'lib/plugin/text2png.php' for details."] = "PHP konnte keinen neues GD Bild erzeugen. Lesen Sie 'lib/plugin/text2png.php' für Details."; -$locale["Page"] = "Seite"; -$locale["Page Content: "] = "Inhalt: "; -$locale["Page Execution took %s seconds"] = "Ausführung dieser Seite dauerte %s Sekunden"; -$locale["Page Info"] = "Seiten Info"; -$locale["Page Locked"] = "Seite Gesperrt"; -$locale["Page Name"] = "Seitenname"; -$locale["Page Trail"] = "Spur"; -$locale["Page Type"] = "Seitentyp"; -$locale["Page Version"] = "Seiten Version"; -$locale["Page change"] = "Seiten Änderung"; -$locale["Page could not be updated. %s doesn't exist!"] = "Seite konnte nicht geändert werden. %s existiert nicht!"; -$locale["Page creation"] = "Seite Erzeugung"; -$locale["Page info"] = "Seiten Info"; -$locale["Page name too long"] = "Seite Name zu lang"; -$locale["Page names with prefix “%s”"] = "Seitennamen mit dem Anfangswort »%s«"; -$locale["Page names with suffix “%s”"] = "Seitennamen mit Endwort »%s«"; -$locale["Page now locked."] = "Seite jetzt gesperrt."; -$locale["Page now not-public."] = "Seite jetzt nicht mehr öffentlich freigegeben."; -$locale["Page now public."] = "Seite jetzt öffentlich freigegeben."; -$locale["Page now unlocked."] = "Seite jetzt freigegeben."; -$locale["Page rename %s to %s"] = "Seite »%s« nach umbenennen »%s«"; -$locale["Page statistics"] = "Seiten Statistiken"; -$locale["Page successfully updated."] = "Datei erfolgreich geändert."; -$locale["Page “%s” already exists. Ignored."] = "Seite %s existiert bereits. Ignoriert."; -$locale["Page “%s” does not exist."] = "Seite »%s« existiert nicht."; -$locale["PageChange Notification Error: Couldn't send %s to %s"] = "SeitenÄnderung Benachrichtigung Fehler: Konnte %s nicht an %s senden"; -$locale["PageChange Notification of %s"] = "SeitenÄnderung Benachrichtigung von %s"; -$locale["PageChange Notification of %s sent to %s"] = "SeitenÄnderung Benachrichtigung von %s an %s gesendet"; -$locale["PageDump"] = "SeiteSpeichern"; -$locale["PageGroup"] = "SeitenGruppe"; -$locale["PageGroup for %s."] = "SeitenGruppe für »%s«."; -$locale["PageHistory"] = "SeitenProtokoll"; -$locale["PageHistory for %s"] = "Verlaufsprotokoll für Seite %s"; -$locale["PageInfo"] = "SeitenInfo"; -$locale["PageName|optional label"] = "SeitenName|optionaler Name"; -$locale["Pagedata size: %d KiB"] = "Größe der Seitendaten: %d KiB"; -$locale["Pages which have been deleted at least %s days are already checked."] = "Seiten, die in den letzten %s Tagen gelöscht wurden, sind bereits ausgewählt."; -$locale["Password cannot be changed."] = "Passwort konnte nicht geändert werden."; -$locale["Password updated."] = "Passwort geändert."; -$locale["Password was not changed."] = "Passwort wurde nicht geändert."; -$locale["Password:"] = "Passwort:"; -$locale["PasswordReset"] = "PasswortZurücksetzen"; -$locale["Past versions of this page."] = "Älteren Versionen dieser Seite."; -$locale["Perform searches on InterWiki sites listed in InterWikiMap."] = "Durchsuchen im InterWiki sites die im InterWikiMap verzeichnet sind."; -$locale["Permanently purge all selected pages."] = "Endgültige Löschung aller ausgewählten Seiten."; -$locale["Permanently purge selected pages"] = "Endgültige Löschung aller ausgewählten Seiten."; -$locale["Permanently remove all selected pages."] = "Endgültige Löschung aller ausgewählten Seiten."; -$locale["Permission"] = "Zugriffsrecht"; -$locale["Personal Auth Settings for “%s”"] = "Spezielle Authentifizierungs-Einstellungen %s"; -$locale["Personal language:"] = "Ihre Sprache:"; -$locale["Personal theme:"] = "Ihre Benutzeroberfläche:"; -$locale["PersonalPage login method:"] = "PersonalPage Login Methode:"; -$locale["PgsrcTranslation"] = "PgsrcTranslation"; -$locale["PhotoAlbum"] = "BilderAlbum"; -$locale["PhotoAlbumPlugin"] = "BilderAlbumPlugin"; -$locale["PhpHighlight"] = "PhpHighlight"; -$locale["PhpHighlightPlugin"] = "PhpHighlightPlugin"; -$locale["PhpWeather"] = "PhpWetter"; -$locale["PhpWeatherPlugin"] = "PhpWetterPlugin"; -$locale["PhpWiki"] = "PhpWiki"; -$locale["PhpWiki engine version"] = "PhpWikitriebwerksversion"; -$locale["PhpWikiAdministration"] = "PhpWikiSystemverwalten"; -$locale["PhpWikiDocumentation"] = "PhpWikiDokumentation"; -$locale["PhpWikiPoll"] = "PhpWikiUmfrage"; -$locale["Please check it through before saving."] = "Bitte überprüfen Sie erst alles, bevor Sie es abspeichern."; -$locale["Please contact your PhpWiki administrator for assistance."] = "Bitte bitten Sie Ihren PhpWiki Administrator um Unterstützung."; -$locale["Please ensure that %s is writable, or redefine %s in config/config.ini."] = "Bitte überprüfen Sie, dass %s änderbar ist, oder ändern Sie %s in config/config.ini."; -$locale["Please set ENCRYPTED_PASSWD to false in config/config.ini and probably change ADMIN_PASSWD."] = "Sie haben vergessen ENCRYPTED_PASSWD auf true zu setzen. Bitte aktualisieren Sie config/config.ini und überprüfen sie auch ADMIN_PASSWD."; -$locale["Please set ENCRYPTED_PASSWD to true in config/config.ini."] = "Sie haben vergessen ENCRYPTED_PASSWD auf true in config/config.ini zu setzen."; -$locale["Please set a password in UserPreferences."] = "Bitte setzen Sie ein Passwort in Ihren BenutzerEinstellungen."; -$locale["Please use one of the downloadable versions rather than copying and pasting from the above preview."] = "Verwenden Sie bitte eine der herunterladbaren Versionen als von der obigen Vorschau zu Kopieren und Einzufügen."; -$locale["Ploticus"] = "Ploticus"; -$locale["PloticusPlugin"] = "PloticusPlugin"; -$locale["Plugin"] = "Zusatzprogramm"; -$locale["Plugin %s disabled."] = "Zusatzprogramm %s deaktiviert."; -$locale["Plugin %s failed."] = "Zusatzprogramm %s fehlgeschlagen."; -$locale["Plugin %s: undefined"] = "Zusatzprogramm %s: undefiniert"; -$locale["Plugin “%s” does not exist."] = "Zusatzprogramm »%s« existiert nicht."; -$locale["PluginManager"] = "ZusatzprogrammManager"; -$locale["PopularNearby"] = "MeistBesuchtNahe"; -$locale["Post new"] = "Neuer Eintrag"; -$locale["Posted: %s"] = "Gepostet: %s"; -$locale["Preferences"] = "Voreinstellungen"; -$locale["PreferencesInfo"] = "EinstellungenInfo"; -$locale["PrevNext"] = "VorigeNächste"; -$locale["Preview"] = "Vorschau"; -$locale["Preview as backup format"] = "Vorschau als Backupformat"; -$locale["Preview as developer format"] = "Vorschau im Entwickler Format"; -$locale["Preview as normal format"] = "Vorschau als normales Format"; -$locale["Preview only! Changes not saved."] = "Dies ist nur eine Vorschau! Die Änderungen sind noch nicht gespeichert."; -$locale["Preview: Page dump of %s"] = "Vorschau: Seitendump von %s"; -$locale["Previous"] = "Vorherige"; -$locale["Previous Author"] = "Voriger Autor"; -$locale["Previous Major Revision"] = "Vorige größere Neubearbeitung"; -$locale["Previous Month"] = "Voriger Monat"; -$locale["Previous Revision"] = "Vorige Neubearbeitung"; -$locale["Printer"] = "Drucker"; -$locale["Propagate new permissions to all subpages?"] = "Aktiviere Vererbung dieser Zugriffsrechte auf alle Unterseiten?"; -$locale["Provide for raw HTML within wiki pages."] = "Einer Zusatzprogramm der reine HTML-Befehle im Wiki-Seiten abrufbar stellt."; -$locale["Provide weather reports from the Internet."] = "Der PhpWetter plugin gibt Auskunft zur Wetterlage vom Internet."; -$locale["Purge HTML cache"] = "HTML-Cachedatei Säubern"; -$locale["Purge HTML cache for this page. Regenerate from WikiMarkup when next accessed."] = "Gespeicherten HTML Cache dieser Seite löschen und beim nächsten Aufruf neu generieren."; -$locale["Purge Markup Cache"] = "HTML-Cachedatei Säubern"; -$locale["Purge Page"] = "Seiten endgültig löschen"; -$locale["Purge all Pages With Invalid Names"] = "Alle Seiten mit ungültigen Namen endgültig entfernen"; -$locale["Purge all empty, unreferenced Pages"] = "Alle leeren Seiten endgültig entfernen, die nicht verlinkt sind."; -$locale["Purge cancelled"] = "Löschen abgebrochen"; -$locale["Purge this page"] = "Lösche diese Seite endgültig"; -$locale["PurgeHtmlCache"] = "HtmlCacheSäubern"; -$locale["Purged page “%s” successfully."] = "Seite »%s« erfolgreich gelöscht."; -$locale["Purging pages"] = "Das Durchblättern der Seiten dieses Wikis"; -$locale["Querying backend directly for “%s”"] = "DB Debug Informationen von der Seite »%s«"; -$locale["Quick Search"] = "SchnellSuche"; -$locale["Random Page"] = "ZufallsSeite"; -$locale["RandomPage"] = "ZufallsSeite"; -$locale["Rate"] = "Bewerte"; -$locale["Rate It"] = "Bewerte es"; -$locale["RateIt"] = "BewerteEs"; -$locale["Rating"] = "BenutzerBewertungen"; -$locale["Rating system. Store user ratings per page."] = "Bewertungssystem. Speichere Benutzerbewertungen pro Seite."; -$locale["Raw HTML"] = "Reine HTML-Befehle"; -$locale["Raw HTML is disabled in this wiki."] = "HTML-Befehle sind in diesem Wiki außer Kraft gesetzt."; -$locale["RawHtmlPlugin"] = "RawHtmlPlugin"; -$locale["Reason: "] = "Grund: "; -$locale["Recent Changes"] = "Neueste Änderungen"; -$locale["Recent Comments"] = "Neueste Kommentare"; -$locale["Recent Edits"] = "Geringfügige Änderungen"; -$locale["Recent changes"] = "Neueste Änderungen"; -$locale["Recent comments"] = "Neueste Kommentare"; -$locale["RecentChanges"] = "NeuesteÄnderungen"; -$locale["RecentComments"] = "NeuesteKommentare"; -$locale["RecentEdits"] = "GeringfügigeÄnderungen"; -$locale["RecentVisitors"] = "LetzteBesucher"; -$locale["Recursive inclusion of page %s"] = "Rekursiver Selbstaufruf der Seite %s"; -$locale["Recursive inclusion of page %s ignored"] = "Rekursiver Selbstaufruf der Seite %s ignoriert"; -$locale["Recursive inclusion of url %s"] = "Rekursiver Selbstaufruf der URL %s"; -$locale["Recursive redirect to self: “%s”"] = "Eigenbezogene Selbstrückleitung: »%s«"; -$locale["Recursively get BackLinks or links."] = "Alle BackLinks für %s (rekursiv)."; -$locale["Redirect"] = "Weiterleiten"; -$locale["Redirect to an external URL is only allowed in locked pages."] = "Weiterleitung zu einer externen URL ist nur in gesperrten Seiten erlaubt."; -$locale["Redirect to an external web site based on form input."] = "Weiterleitung der Suche zu einer externen Webseite aufgrund einer Formulareingabe."; -$locale["RedirectTo"] = "WeiterLeiten"; -$locale["RedirectToPlugin"] = "WeiterLeitenPlugin"; -$locale["References"] = "Fußnoten"; -$locale["Regex?"] = "Regulärer Ausdruck?"; -$locale["Registered Users"] = "Angemeldete Benutzer"; -$locale["Registered Users Online: "] = "Registrierte Benutzer Online: "; -$locale["Reject"] = "Ablehnen"; -$locale["Related Changes"] = "Verlinkte Änderungen"; -$locale["Related Links"] = "Verwandte Links"; -$locale["Related changes"] = "Verlinkte Änderungen"; -$locale["RelatedChanges"] = "VerlinkteÄnderungen"; -$locale["Relation %s to page %s"] = "Relation %s zu Seite %s"; -$locale["Relations"] = "Relationen"; -$locale["Remove"] = "Löschen"; -$locale["Remove Comment"] = "Kommentare Löschen"; -$locale["Remove Page"] = "Seite Löschen"; -$locale["Remove cancelled"] = "Löschen abgebrochen"; -$locale["Remove selected pages"] = "Ausgewählte Seiten löschen"; -$locale["Remove this page"] = "Löschen der Seite"; -$locale["Removed page “%s” successfully."] = "Seite »%s« erfolgreich gelöscht."; -$locale["Removing pages"] = "Die Seitenlöschung in diesem Wiki"; -$locale["Rename"] = "Umbenennen"; -$locale["Rename Page"] = "Seite Umbenennen"; -$locale["Rename selected pages"] = "Ausgewählte Seiten umbenennen"; -$locale["Rename selected pages."] = "Ausgewählte Seiten umbenennen."; -$locale["Rename to"] = "Umbennen zu"; -$locale["Renamed by: %s"] = "Umbenannt von: %s"; -$locale["Renamed page from “%s” to “%s”."] = "Seite »%s« auf »%s« umbenannt."; -$locale["Replace"] = "Ersetze"; -$locale["Replace all occurences of the given string in the content of all selected pages."] = "Ersetze alle Wörter in den angegebenen Seiten."; -$locale["Replace with"] = "Ersetze mit"; -$locale["Replaced “%s” with “%s” in page “%s”."] = "»%s« mit »%s« in Seite »%s« ersetzt."; -$locale["Reply"] = "Antwort"; -$locale["Required argument %s missing"] = "Erforderliches Argument »%s« fehlt"; -$locale["Requires WikiAdmin privileges to edit."] = "Verlangt Administratorenrechte zur Bearbeitung."; -$locale["Reset"] = "Zurücksetzen"; -$locale["Reset Preferences"] = "Lösche Voreinstellungen"; -$locale["Reset password of user: "] = "Setze Passwort für Benutzer zurück: "; -$locale["Restore Anyway"] = "Ungeprüft überschreiben"; -$locale["Return to %s"] = "Zurück zu %s"; -$locale["Revert"] = "Zurückspeichern"; -$locale["Revert cancelled"] = "Zurückspeichern abgebrochen"; -$locale["Revert to version %d"] = "Speichere Version %d zurück"; -$locale["Revert: %s"] = "Zurückspeichern: %s"; -$locale["Revert: missing required version argument"] = "Zurückspeichern: Parameter version muß angegeben werden"; -$locale["Reverting to a previous version of pages"] = "Zurückspeichern einer älteren Version"; -$locale["Revision Not Found"] = "Version nicht gefunden"; -$locale["RichTable"] = "ErweiterteTabellen"; -$locale["RichTablePlugin"] = "ErweiterteTabellenPlugin"; -$locale["SOAP access"] = "SOAP-Zugriff"; -$locale["Sample table"] = "Beispieltabelle"; -$locale["SandBox"] = "SandKasten"; -$locale["Save"] = "Speichern"; -$locale["Saved on"] = "Gespeichert am"; -$locale["Saved: %s"] = "Gespeichert: %s"; -$locale["Saving this page will overwrite the current version."] = "Wenn Sie diese Seite jetzt speichern, wird die aktuelle Version überschrieben."; -$locale["Score"] = "Gewichtung"; -$locale["Search"] = "Suche"; -$locale["Search & Replace"] = "Suchen & Ersetzen"; -$locale["Search an LDAP directory."] = "Durchsuche ein LDAP Verzeichnis."; -$locale["Search and replace text in selected wiki pages."] = "Suche und ersetze Text in den gewählten Seiten."; -$locale["Search for"] = "Suche nach"; -$locale["Search for page titles similar to %s."] = "Suche nach Seitentitel die ähnlich klingen wie %s."; -$locale["Search the content of all pages in this wiki."] = "Den Text aller Seiten dieses Wikis durchsuchen."; -$locale["Search the titles of all pages in this wiki."] = "Die Titeln aller Seiten dieses Wikis durchsuchen."; -$locale["Search:"] = "Suche:"; -$locale["SearchHighlight"] = "SucheHervorheben"; -$locale["SearchReplace"] = "Suchen und Ersetzen"; -$locale["See %s"] = "Siehe %s"; -$locale["See %s tips for editing."] = "Siehe %s Tips fürs Edieren."; -$locale["See: %s"] = "Siehe: %s"; -$locale["Select pages"] = "Seiten auswählen"; -$locale["Select the files to purge"] = "Wählen Sie die Seiten zum Löschen:"; -$locale["Select the files to remove"] = "Wähle Seiten zum Umbenennen aus:"; -$locale["Select the pages to change the owner"] = "Wählen Sie die Seiten zum Ändern"; -$locale["Select the pages to rename:"] = "Wähle Seiten zum Umbenennen aus:"; -$locale["Select the pages to search and replace"] = "Seiten auswählen:"; -$locale["Select the pages where to change access rights"] = "Wählen Sie die Seiten zum Ändern:"; -$locale["Select the pages where to delete access rights"] = "Wählen Sie die Seiten zum ACL löschen"; -$locale["Select: "] = "Auswahl: "; -$locale["Selected Grant checkboxes allow access, unselected checkboxes deny access."] = "Gesetzte Erlaube Kästchen erlauben Zugriff, ungesetzte Kästchen sperren Zugriff."; -$locale["Selected Pages: "] = "Ausgewählte Seiten: "; -$locale["Selected page “%s” passed to “%s”."] = "Ausgewählte Seite »%s« an »%s« übergeben."; -$locale["Semantic relations for %s"] = "Semantische Beziehungen für %s"; -$locale["SemanticRelations"] = "SemantischeBeziehungen"; -$locale["SemanticSearch"] = "SemantischeSuche"; -$locale["Send e-mail"] = "Versende E-Mail"; -$locale["Serialized file %s"] = "Serialisierte Datei %s"; -$locale["Set Password"] = "Setze Passwort"; -$locale["Set USE_DB_SESSION to false."] = "Setzen Sie USE_DB_SESSION auf false."; -$locale["Set individual page permissions."] = "Setze individuelle Zugangsrechte."; -$locale["SetAcl"] = "AclSetzen"; -$locale["Show and add blogs for %s."] = "Blogs für %s zeigen und hinzufügen."; -$locale["Show and add comments for %s."] = "Kommentare für %s zeigen und hinzufügen."; -$locale["Show changes for:"] = "Zeige Änderungen innerhalb von:"; -$locale["Show extra page Info and statistics for %s."] = "Zusätzliche Seiten-Info und Statistiken über %s zeigen."; -$locale["Show relative dates using 'Today' and 'Yesterday'"] = "Datum mit relativen Bezeichnungen, wie »Heute« und »Gestern«"; -$locale["Show summary information from the access log table."] = "Zeige Überblick über die Access LOG-Tabelle."; -$locale["Show summary information of the current user sessions."] = "Zeige Überblick über alle aktuellen Benutzersessions."; -$locale["Show translations of various words or pages."] = "Zeige Übersetzungen für verschiedene Wörter oder Seiten."; -$locale["Sidebar"] = "Sidebar"; -$locale["Sign In"] = "Anmelden"; -$locale["Sign Out"] = "Abmelden"; -$locale["Sign in as:"] = "Anmelden als:"; -$locale["Signed Users"] = "Angemeldete Benutzer"; -$locale["Simple RSS Feed aggregator."] = "Einfaches RSS Feed Plugin."; -$locale["Simple Sample Plugin."] = "Zusatzprogramm Minimalbeispiel."; -$locale["Since you started the deletion process, someone has saved a new version of %s. Please check to make sure you still want to permanently remove the page from the database."] = "Während Sie den Löschungsprozess begonnen haben, hat jemand anderer eine neue Version von %s gespeichert. Bitte entscheiden Sie ob Sie die Seite noch von der Datenbank permanent löschen wollen."; -$locale["Since you started the purge process, someone has saved a new version of %s. Please check to make sure you still want to permanently purge the page from the database."] = "Während Sie den Löschungsprozess begonnen haben, hat jemand anderer eine neue Version von %s gespeichert. Bitte entscheiden Sie ob Sie die Seite noch von der Datenbank permanent löschen wollen."; -$locale["SiteMap"] = "SeitenÜbersicht"; -$locale["Size"] = "Größe"; -$locale["Skipped."] = "Ausgelassen."; -$locale["Skipping"] = "Übersprungen"; -$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."] = "Einige der Änderungen konnten nicht automatisch miteinander verbunden werden. Bitte suchen Sie nach den Teilen, die mit »%s« anfangen und mit »%s« enden. Sie müssen diese Teile von Hand bearbeiten, bevor Sie auf Speichern klicken."; -$locale["Someone has edited the page!"] = "Jemand hat die Seite bereits bearbeitet!"; -$locale["Sorry but this file is too big."] = "Leider ist diese Datei zu groß."; -$locale["Sorry for the inconvenience."] = "Entschuldigen Sie bitte die hiermit für Sie verbundenen Unannehmlichkeiten."; -$locale["Sorry! You must wait at least 20 minutes until you can vote again!"] = "Leider! Du kannst erst wieder in 20 Minuten wählen!"; -$locale["Sorry, no dynamic DB Session support."] = "Leider! Dynamische DB Session Unterstützung nicht vorhanden."; -$locale["Sorry, this page does not exist."] = "Leider, diese Seite ist nicht in der Datenbank."; -$locale["Sorry, this version of PHP cannot create PNG image files."] = "Das geht leider nicht. Diese PHP Version kann keine PNG Bilder erzeugen."; -$locale["Sort by %s"] = "Sortiere nach %s"; -$locale["Sound Score"] = "Aussprachliche"; -$locale["Spam Prevention"] = "AntiSpam"; -$locale["SpamAssassin reports: "] = "SpamAssassin sagt: "; -$locale["Special Pages"] = "Spezialseiten"; -$locale["SpecialPages"] = "Spezialseiten"; -$locale["Spelling Score"] = "Buchstabierende"; -$locale["SqlResult"] = "SqlErgebnis"; -$locale["Statistics about %s."] = "Statistik über %s."; -$locale["Status"] = "Gültigkeit"; -$locale["Strike"] = "Durchstreichen"; -$locale["Strike-through text"] = "Durchgestrichen"; -$locale["String \"%s\" not found."] = "Zeichenkette \"%s\" nicht gefunden."; -$locale["SubPages of %s:"] = "Unterseiten von %s:"; -$locale["Submit"] = "Eingeben"; -$locale["Submit country"] = "Land eingeben"; -$locale["Submit location"] = "Land eingeben"; -$locale["Subpage"] = "Unterseite"; -$locale["Substring \"\\1\" found \\2 times. Replace with \"\\3\"?"] = "Substring \"\\1\" \\2 mal gefunden. Ersetze mit \"\\3\"?"; -$locale["Summary"] = "Zusammenfassung"; -$locale["Summary: %s"] = "Zusammenfassung: %s"; -$locale["Supplanted on"] = "Ersetzt am"; -$locale["Support moderated pages."] = "Unterstütze moderierte Seiten."; -$locale["Supported handlers are: %s"] = "Unterstützte DBA Methoden sind: %s"; -$locale["Supported languages"] = "Unterstützte Sprachen"; -$locale["Supported themes"] = "Unterstützte Benutzeroberfläche"; -$locale["Switch to detailed list"] = "Wechsle zu detallierter Liste"; -$locale["Switch to summary"] = "Zur Übersicht wechseln"; -$locale["Synopsis"] = "Übersicht"; -$locale["SyntaxHighlighter"] = "SyntaxHervorhebung"; -$locale["Table of Contents"] = "Inhaltsverzeichnis"; -$locale["TeX imagepath not writable."] = "Keine Schreibrechte für das TeX Bildpath."; -$locale["Template"] = "Vorlage"; -$locale["Template Name"] = "Vorlagenname"; -$locale["TermsOfUse"] = "BenutzungsBedingungen"; -$locale["TextFormattingRules"] = "TextFormatierungsRegeln"; -$locale["Thank you for editing %s."] = "Danke für das Bearbeiten von %s."; -$locale["Thanks for adding this translation!"] = "Danke für diese Übersetzung!"; -$locale["Thanks for participating!"] = "Danke für die Teilnahme!"; -$locale["Thanks!"] = "Danke!"; -$locale["The %d least popular pages of this wiki:"] = "Die %d selten besuchten Seiten dieses Wikis:"; -$locale["The %d most popular pages of this wiki:"] = "Die %d meistbesuchten Seiten dieses Wikis:"; -$locale["The %d most recent %s are listed below."] = "Die %d jüngste %s sind unten aufgelistet."; -$locale["The %d most recent %s during the past %s days are listed below."] = "Die %d jüngste %s innerhalb der letzten %s Tage sind unten aufgelistet."; -$locale["The %d most recent %s during the past day are listed below."] = "Die %d jüngste %s innerhalb des letzten Tages sind unten aufgelistet."; -$locale["The %d oldest %s are listed below."] = "Die %d älteste %s sind unten aufgelistet."; -$locale["The %d oldest %s during the past %s days are listed below."] = "Die %d älteste %s innerhalb der letzten %s Tage sind unten aufgelistet."; -$locale["The %d oldest %s during the past day are listed below."] = "Die %d älteste %s innerhalb des letzten Tages sind unten aufgelistet."; -$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!"] = "Die %s Dateien liegen im Verzeichnis %s. Bitte lesen Sie jetzt zuerst die INSTALL Anleitung und verschieben Sie danach die DB Datei an einen anderen endgültigen Speicherplatz, Sie laufen sonst Gefahr, alle Seiten zu verlieren."; -$locale["The %s subpage enables simple weblogging."] = "Die %s UnterSeite ermöglicht ein einfaches Weblog."; -$locale["The DBA handler %s is unsupported!"] = "Die DBA Methode %s wird nicht unterstützt!"; -$locale["The ICAO “%s” wasn't recognized."] = "Die angegebene ICAO »%s« war nicht bekannt."; -$locale["The PhpWiki access log file"] = "Die PhpWiki Zugriffslog Datei"; -$locale["The SQL_ACCESS_LOG is not enabled."] = "SQL_ACCESS_LOG ist nicht aktiviert."; -$locale["The current page has no subpages defined."] = "Diese Seite hat keine zugewiesenen Unterseiten."; -$locale["The current time at the server is %s."] = "Die Uhrzeit am Server ist gerade %s."; -$locale["The length of the password is shorter than the system policy allows."] = "Die Länge des Passwortes ist kürzer als vom System gefordert."; -$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."] = "Die Länge des gespeicherten Passwortes ist kürzer als vom System gefordert.Sie können sich leider nicht anmelden.\n Sie müssen den System Administrator bitten, Ihr Passwort neu zu setzen."; -$locale["The most recent %s during the past %s days are listed below."] = "Die jüngste %s innerhalb der letzten %s Tage sind unten aufgelistet."; -$locale["The most recent %s during the past day are listed below."] = "Die jüngste %s innerhalb des letzten Tages sind unten aufgelistet."; -$locale["The newest registered user is %s."] = "Wir haben insgesamt %d registrierte Benutzer."; -$locale["The page %s is already watched!"] = "Diese Seite %s is schon beobachtet"; -$locale["The requested information is available only to Administrators."] = "Diese Information ist nur für Administratoren zugänglich."; -$locale["The result of this poll so far:"] = "Aktuelle Ergebnisse der Umfrage:"; -$locale["The session.save_path directory"] = "Das session.save_path Verzeichnis"; -$locale["The upload logfile exists but is not writable."] = "Die Upload Logdatei ist nicht schreibbar."; -$locale["Theme"] = "Benutzeroberfläche"; -$locale["There is already a file with name %s uploaded."] = "Es existiert schon eine gleichnamige, hochgeladene Datei %s."; -$locale["There is no image creation data available to id “%s”. Please reload referring page."] = "Es sind keine Bilddaten vorhanden für '%'. Bitte laden Sie die Seite neu."; -$locale["These page titles match fuzzy with “%s”"] = "Diese Seitentitel sind das Ergebnis der FuzzySuche nach »%s«."; -$locale["These pages share an initial or final title word with “%s”"] = "Diese Seiten teilen sich einen Wordteil am Anfang oder Ende mit »%s«"; -$locale["This data is based on users active over the past %s."] = "Diese Daten basieren auf den Benutzern für die letzten %s."; -$locale["This is a minor change."] = "Kleinere Änderung."; -$locale["This page edit seems to contain spam and was therefore not saved."] = "Diese Bearbeitung scheint Spam beinzuhalten und wurde ignoriert."; -$locale["This page has been locked and cannot be edited."] = "Diese Seite wurde gesperrt und kann nicht bearbeitet werden."; -$locale["This page has been locked by the administrator so your changes can not be saved."] = "Diese Seite wurde vom Administrator für die allgemeine Bearbeitung gesperrt. Ihre Änderungen können deshalb nicht gespeichert werden."; -$locale["This revision of the page does not exist."] = "Leider, Version ist nicht in der Datenbank."; -$locale["Those"] = "Diese"; -$locale["Time Zone"] = "Zeitzone"; -$locale["Title"] = "Titel"; -$locale["Title 1"] = "Titel 1"; -$locale["Title 2"] = "Titel 2"; -$locale["Title 3"] = "Titel 3"; -$locale["Title Search"] = "TitelSuche"; -$locale["Title search results for “%s”"] = "Titel-Suchresultate nach »%s«"; -$locale["Title search results for “%s” (%d total)"] = "Titel-Suchresultate nach »%s« (%d total)"; -$locale["Title:"] = "Titel:"; -$locale["TitleSearch"] = "TitelSuche"; -$locale["To add check 'Add' near the dropdown list."] = "Setze '+' um ACL Zeile hinzufügen."; -$locale["To ignore delete the line."] = "Lösche Zeile mit 'X' um ACL Eintrag zu ignorieren."; -$locale["Today"] = "Heute"; -$locale["Too many external links."] = "Zu viele externe Links."; -$locale["Top & bottom toolbars"] = "Obere u. untere Werkzeugleisten"; -$locale["Top Recommendations"] = "Beste Bewertungungen"; -$locale["Topic"] = "Thema"; -$locale["Total %d plugins: "] = "%d Gesamte Zusatzprogramme: "; -$locale["Total of %d languages: "] = "%d Sprache gesamt: "; -$locale["Total of %d themes: "] = "%d Benutzeroberfläche gesamt: "; -$locale["Transclude"] = "Einbetten"; -$locale["TranscludePlugin"] = "EinbettenPlugin"; -$locale["Transcluded from %s"] = "Eingebetteter Text von %s"; -$locale["Transcluded page"] = "Eingebettete Seite"; -$locale["Translate"] = "Übersetzen"; -$locale["Translate %s to %s in %s"] = "Übersetze »%s« nach »%s« in %s"; -$locale["Translate “%s” to “%s” in *%s*"] = "Übersetze »%s« nach »%s« in *%s*"; -$locale["TranslateText"] = "ÜbersetzeText"; -$locale["Translation Error!"] = "Übersetzungsfehler!"; -$locale["Type"] = "Typ"; -$locale["Type it again"] = "Bitte hier wiederholen"; -$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 open directory “%s” for reading"] = "Konnte Verzeichnis »%s« nicht zum Lesen öffnen"; -$locale["Unable to read src=“%s”"] = "Konnte src=»%s« nicht lesen"; -$locale["Undefined method %s for special group %s"] = "Undefinierte Methode %s für Spezialgruppe %s"; -$locale["Undo"] = "Rückgängig"; -$locale["Undo Search & Replace"] = "Suchen & Ersetzen rückgängig machen"; -$locale["Undo disabled"] = "Undo deaktiviert"; -$locale["Unexpected EOF in zip file"] = "Unerwartetes Dateiende (EOF-Fehler) in ZIP-Datei"; -$locale["UnfoldSubpages"] = "UnterseitenEntfalten"; -$locale["UnfoldSubpagesPlugin"] = "UnterseitenEntfaltenPlugin"; -$locale["Unknown special group “%s”"] = "Unbekannte Spezialgruppe »%s«"; -$locale["Unlock"] = "Entsperren"; -$locale["Unlock Page"] = "Seite Freigeben"; -$locale["Unlocking pages"] = "Die Seitenfreigabe in diesem Wiki"; -$locale["Unrecognised parameter 'mode=%s'"] = "Ungültiges Argument 'mode=%s'"; -$locale["Unsupported ACL access type %s ignored."] = "Nicht unterstützter ACL Zugiffsmodus %s ignoriert."; -$locale["Unsupported argument: %s=%s"] = "Nicht unterstütztes Argument: %s=%s"; -$locale["Unsupported format argument %s"] = "Nicht unterstützter format Parameter %s"; -$locale["Up"] = "Oben"; -$locale["UpLoad"] = "HochLaden"; -$locale["UpLoadPlugin"] = "HochLadenPlugin"; -$locale["Update Preferences"] = "Einstellungen Speichern"; -$locale["Upgrade"] = "Updaten"; -$locale["Upload"] = "Hochladen"; -$locale["Upload File"] = "Datei Hochladen"; -$locale["Uploading %s"] = "%s wird hochgeladen"; -$locale["Uploading failed."] = "Hochladen fehlgeschlagen."; -$locale["Uploading zip dumps"] = "Das Hochladen von ZIP-Dumps in diesem Wiki"; -$locale["Use old markup"] = "Alte Formatierungssyntax verwenden"; -$locale["User %s removed page %s"] = "Seite gelöscht %s von Benutzer %s"; -$locale["User Preferences"] = "BenutzerEinstellungen"; -$locale["User not found in LDAP"] = "Benutzer in LDAP nicht gefunden"; -$locale["User page"] = "Benutzer Seite"; -$locale["User preferences for this project"] = "Einstellungen für dieses Projekt"; -$locale["User preferences for user %s"] = "Einstellungen für Benutzer »%s«"; -$locale["User statistics"] = "Benutzer Statistiken"; -$locale["UserContribs"] = "BenutzerBewertungen"; -$locale["UserId"] = "Benutzername"; -$locale["UserId:"] = "Benutzername:"; -$locale["UserPreferences"] = "BenutzerEinstellungen"; -$locale["UserRatings"] = "BenutzerBewertungen"; -$locale["Users will not be able to sign in."] = "Benutzer werden sich nicht anmelden können."; -$locale["Using directory “%s”"] = "Das Verzeichnis »%s« wird verwendet"; -$locale["Verification Status"] = "Bestätigungs-Status"; -$locale["Verify the current action"] = "Bestätigen Sie die gegenwärtige Aktion"; -$locale["Version"] = "Version"; -$locale["Version "] = "Version "; -$locale["Version %d"] = "Version %d."; -$locale["Version %s, saved on %s"] = "Version %s. gespeichert am %s"; -$locale["Versions are identical"] = "Versionen sind identisch"; -$locale["View Source"] = "QuellTextAnsicht"; -$locale["View Source: %s"] = "Quelltext Ansicht: %s"; -$locale["View a single page dump online."] = "Betrachte das interne Speicherformat einer einzelnen Seite."; -$locale["View the current version."] = "Die aktuelle Version ansehen."; -$locale["View this page and all subpages"] = "Anzeige aller Seiten und Unterseiten"; -$locale["Viewing redirecting page."] = "Zeige Redirekt-Seite."; -$locale["Viewing the source of pages"] = "Die Quelltextansicht der Seiten in diesem Wiki"; -$locale["Visited pages on this wiki, ordered by popularity:"] = "Die besuchten Seiten dieses Wikis, nach Popularität geordnet:"; -$locale["W"] = "Br."; -$locale["WARNING: InterWikiMap page is unlocked, so not using those links."] = "ACHTUNG: Die InterWikiListe Seite ist ungesperrt. Ignoriert."; -$locale["Wanted From"] = "Benötigt von"; -$locale["Wanted Pages for %s (%d total):"] = "WunschZettelSeiten für %s (%d gesamt):"; -$locale["Wanted Pages for %s:"] = "WunschZettelSeiten für %s:"; -$locale["Wanted Pages in this wiki (%d total):"] = "WunschZettelSeiten in diesem Wiki (%d gesamt):"; -$locale["Wanted Pages in this wiki:"] = "WunschZettelSeiten in diesem Wiki:"; -$locale["WantedPages"] = "WunschZettelSeiten"; -$locale["WantedPagesOld"] = "WunschZettelSeitenAlt"; -$locale["Warning:"] = "Achtung:"; -$locale["Warning: The search string cannot be empty!"] = "Achtung! Das Suchwort darf nicht leer sein!"; -$locale["Warning: You are editing an old revision."] = "Achtung: Sie bearbeiten eine alte Version."; -$locale["Warning: You are editing an old revision. Saving this page will overwrite the current version."] = "Wenn Sie diese Seite jetzt speichern, wird die aktuelle Version überschrieben."; -$locale["Watch Page"] = "Seite beobarchten"; -$locale["WatchPage"] = "SeiteBeobarten"; -$locale["WatchPage cancelled"] = "SeiteBeobarten abgebrochen"; -$locale["We have a total of %d registered users."] = "Wir haben insgesamt %d registrierte Benutzer."; -$locale["Welcome to %s!\nYour e-mail account is verified and\nwill be used to send page change notifications.\nSee %s"] = "Willkommen bei %s!\nIhr E-Mail Konto ist bestätigt und\nwird benutzt, um SeitenÄnderungs Benachrichtigungen per E-Mail zu versenden.\nSiehe %s"; -$locale["What links here"] = "Was verlinkt hierher"; -$locale["Who is Online"] = "Wer ist Online"; -$locale["WhoIsOnline"] = "WerIstOnline"; -$locale["Width"] = "Breite"; -$locale["Wiki Name"] = "Name des Wikis"; -$locale["WikiAdminChown"] = "WikiAdminChown"; -$locale["WikiAdminDeleteAcl"] = "WikiAdminAclLöschen"; -$locale["WikiAdminRemove"] = "WikiAdminLöschen"; -$locale["WikiAdminRename"] = "WikiAdminUmbenennen"; -$locale["WikiAdminSearchReplace"] = "WikiAdminSuchenErsetzen"; -$locale["WikiAdminSelect"] = "WikiAdminAuswahl"; -$locale["WikiAdminSetAcl"] = "WikiAdminAclSetzen"; -$locale["WikiAdminUtils"] = "WikiAdminUtils"; -$locale["WikiAdminUtils %s returned:"] = "WikiAdminUtils %s gibt zurück:"; -$locale["WikiBlog"] = "WikiBlog"; -$locale["WikiBlogPlugin"] = "WikiBlogPlugin"; -$locale["WikiDB::renamePage() not yet implemented for this backend"] = "WikiDB::renamePage() für dieses Backend noch nicht implementiert"; -$locale["WikiForm"] = "WikiFormular"; -$locale["WikiForm: %s: unknown action"] = "WikiForm: %s: unbekannte Aktion"; -$locale["WikiFormRich"] = "WikiReichFormular"; -$locale["WikiForum"] = "WikiForum"; -$locale["WikiPlugin"] = "WikiPlugin"; -$locale["WikiPoll"] = "WikiUmfrage"; -$locale["WikiWikiWeb"] = "WikiWikiWeb"; -$locale["Wikiname regexp"] = "Wikiname regexp"; -$locale["With the current offset, this would be reported as %s."] = "Mit dem eingegebenen Zeit-Unterschied, würde die Zeit %s angezeigt."; -$locale["Wk"] = "Cw"; -$locale["Wrong password. Try again."] = "Falsches Password. Noch einmal eingeben."; -$locale["Wrong password: "] = "Falsches Password: "; -$locale["XML-RPC access"] = "XML-RPC Zugriff"; -$locale["Yes"] = "Ja"; -$locale["You are about to purge “%s”!"] = "Sie sind im Begriff »%s« zu löschen!"; -$locale["You are about to remove “%s”!"] = "Sie sind im Begriff »%s« zu löschen!"; -$locale["You are signed but not authenticated as %s. "] = "Angemeldet aber nicht authentifiziert als %s."; -$locale["You are signed in as %s"] = "Sie sind angemeldet als %s"; -$locale["You are viewing an old revision of this page."] = "Sie sehen eine alte Version dieser Seite."; -$locale["You can personalize various settings in %s."] = "Sie können einige Einstellungen in %s individuell gestalten."; -$locale["You forgot to set ENCRYPTED_PASSWD to true. Please update your config/config.ini"] = "Sie haben vergessen ENCRYPTED_PASSWD auf true zu stellen. Bitte aktualisieren Sie config/config.ini"; -$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 [[Help:AddingPages|WikiWord]] 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."; -$locale["You must be an administrator to %s."] = "Sie müssen Administratorrechte haben %s."; -$locale["You must be an administrator to use this plugin."] = "Sie müssen Administratorrechte haben, um dieses Zusatzprogramm zu benutzen."; -$locale["You must be logged in to view ratings."] = "Sie müssen sich anmelden um die Bewertungen zu sehen."; -$locale["You must sign in to %s."] = "Sie müssen sich anmelden %s."; -$locale["You must sign in to watch pages."] = "Sie müssen sich anmelden um Seiten zu beobarchten."; -$locale["You must specify a directory to dump to"] = "Sie müssen zum Sichern ein Verzeichnis angeben."; -$locale["You must wait for moderator approval."] = "Sie müssen auf die Zustimmung des Moderators warten."; -$locale["You need to specify the userid!"] = "Sie müssen den Benutzernamen angeben!"; -$locale["You stored an empty password in your “%s” page."] = "Sie haben ein leeres Passwort in Ihrer HomePage »%s« gespeichert."; -$locale["YouTube"] = "YouTube"; -$locale["Your UserPreferences have been successfully reset to default."] = "Ihre BenutzerEinstellungen wurden erfolgreich gelöscht."; -$locale["Your WikiDB DB backend “%s” cannot be used for DbSession."] = "Ihr WikiDB DB backend »%s« wird von DbSession nicht unterstützt."; -$locale["Your access permissions are only for a BogoUser."] = "Ihre Zugriffsberechtigung entspricht lediglich einem BogoUser."; -$locale["Your are probably trying to edit/create an invalid version of this page."] = "Sie versuchen offenbar eine ungültige Version dieser Seite zu bearbeiten."; -$locale["Your careful attention to detail is much appreciated."] = "Die besondere Aufmerksamkeit, die Sie soeben der Bearbeitung dieser Seite gewidmet haben, wird von allen Benutzern dieses Wikis gern gesehen und hoch geschätzt."; -$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."] = "Ihre Änderungen können so, wie sie sind, nicht gespeichert werden. Das hätte unzulässigerweise die bereits gesicherten Änderungen des anderen Autors überschrieben. Deshalb sind Ihre und die Änderungen des anderen Autors miteinander kombiniert worden. Das Ergebnis sehen Sie unten."; -$locale["Your current rating: "] = "Deine Bewertung: "; -$locale["Your e-mail"] = "Ihre E-Mail-Adresse"; -$locale["Your home page has not been created yet so your preferences cannot not be saved."] = "Sie haben Ihre persönliche HomePage Seite noch nicht erstellt, deshalb können Ihre Einstellungen nicht gespeichert werden."; -$locale["Your home page is locked so your preferences cannot not be saved."] = "Ihre persönliche HomePage Seite ist gesperrt, deshalb können Ihre Änderungen nicht gespeichert werden."; -$locale["Your rating was %.1f"] = "Deine Bewertung war %.1f"; -$locale["Your signature"] = "Deine Signatur"; -$locale["Your translated text doesn't yet appear in this %s, but the Administrator will pick it up and add to the installation."] = "Dein übersetzter Text erscheint noch nicht in %s, aber ein Administrator wird sich darum kümmern."; -$locale["Your translation is stored in %s"] = "Deine Übersetzung ist in %s abgespeichert"; -$locale["Your version"] = "Ihre Version"; -$locale["ZIP files of database"] = "Speichern und Archivieren"; -$locale["[%d] See [%s]"] = "[%d] Siehe [%s]"; -$locale["[not purgable]"] = "[nicht entfernbar]"; -$locale["[purged]"] = "[entfernt]"; -$locale["_PreferencesInfo"] = "_EinstellungenInfo"; -$locale["_WikiTranslation"] = "_WikiÜbersetzung"; -$locale["access this wiki via SOAP"] = "um via SOAP auf dieses Wiki zuzugreifen"; -$locale["access this wiki via XML-RPC"] = "um via XML-RPC auf dieses Wiki zuzugreifen"; -$locale["add "] = "hinzufügen "; -$locale["authenticated"] = "authentifizierten"; -$locale["blog"] = "Blog"; -$locale["by"] = "mit"; -$locale["by %s"] = "von %s"; -$locale["cached pagedata:"] = "Seitendaten in den Cachespeicher aufgenommen:"; -$locale["cached versiondata:"] = "Versionendaten in den Cachespeicher aufgenommen:"; -$locale["comments"] = "Kommentare"; -$locale["compare revisions"] = "Versionen vergleichen"; -$locale["content is identical to current version %d - no new revision created"] = "Inhalt ist identisch mit der aktuellen Version %d - keine neue Version erzeugt"; -$locale["couldn't move %s to %s"] = "Kann »%s« nicht nach »%s« verschieben"; -$locale["couldn't open file “%s” for writing"] = "Datei »%s« konnte nicht zum Schreiben geöffnet werden"; -$locale["create this page"] = "um diese Seite zu erzeugen"; -$locale["current version"] = "aktuelle Version"; -$locale["database"] = "Datenbank"; -$locale["days"] = "Tage"; -$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["dump html pages"] = "um von diesem Wiki HTML-Dateien lokal abzuspeichern"; -$locale["dump serial pages"] = "um von diesem Wiki die Seiten lokal abzuspeichern"; -$locale["e-mail not yet verified."] = "E-Mail noch nicht bestätigt."; -$locale["e-mail verified."] = "E-Mail bestätigt."; -$locale["edit area"] = "Texteingabe Fenster"; -$locale["edit this page"] = "um diese Seite zu bearbeiten"; -$locale["edits"] = "Änderungen"; -$locale["empty source"] = "fehlender Quelltext"; -$locale["external"] = "externe"; -$locale["file %s is not writable"] = "%s ist nicht änderbar"; -$locale["fixed"] = "geändert"; -$locale["fixed with"] = "Geändert mit"; -$locale["from"] = "von"; -$locale["from “%s”"] = "von %s"; -$locale["has edit conflicts - overwriting anyway"] = "hat unauflösbare Konflikte beim Speichern - wird ungeprüft überschrieben"; -$locale["has edit conflicts - skipped"] = "hat unauflösbare Konflikte beim Speichern - übersprungen"; -$locale["hours"] = "Stunden"; -$locale["http://www.example.com|optional label"] = "http://www.example.com|optionaler Name"; -$locale["incoming"] = "eingehend"; -$locale["individual page permission"] = "individuelles Zugriffsrecht"; -$locale["invalid %s ignored"] = "ungültiges %s ignoriert"; -$locale["latest comment by "] = "Letzter Kommentar von "; -$locale["load files into this wiki"] = "um Seiten in dieses Wiki zu laden"; -$locale["lock this page"] = "um diese Seite zu sperren"; -$locale["locked"] = "gesperrt"; -$locale["major edits"] = "Größere Änderungen"; -$locale["max: %d"] = "Max: %d"; -$locale["mean: %2.3f"] = "Mittel: %2.3f"; -$locale["median: %d"] = "Median: %d"; -$locale["minor"] = "kleinere"; -$locale["minor edit"] = "geringfügige"; -$locale["minor edits"] = "Kleinere Änderungen"; -$locale["minutes"] = "Minuten"; -$locale["new pages"] = "neue Seiten"; -$locale["new window"] = "neues Fenster"; -$locale["newer than the existing page."] = "neuer als die bestehende Seite."; -$locale["no RSS items"] = "keine RSS Einträge"; -$locale["no cache used"] = "kein Cache verwendet"; -$locale["no page specified"] = "Keine Seite angegeben"; -$locale["not affected"] = "nicht betroffen"; -$locale["not authenticated"] = "nicht authentifizierten"; -$locale["not yet"] = "noch nicht"; -$locale["older than the existing page."] = "älter als die bestehende Seite."; -$locale["only %d pages displayed"] = "nur %d Seiten angezeigt"; -$locale["outgoing"] = "ausgehend"; -$locale["page not locked"] = "Seite nicht gesperrt"; -$locale["page permission inherited from %s"] = "Zugriffsrecht geerbt von %s"; -$locale["plain file %s"] = "Nur-Text-Datei %s"; -$locale["predecessor to the previous major change"] = "Vorgänger zur vorherigen größeren Änderung"; -$locale["previous revision"] = "vorige Neubearbeitung"; -$locale["purge this page"] = "um diese Seite endgültig zu löschen"; -$locale["remove this page"] = "um diese Seite zu löschen"; -$locale["rename %s to %s"] = "Seite »%s« nach umbenennen »%s«"; -$locale["rename this page"] = "um diese Seite umzubennen"; -$locale["renamed from %s"] = "umbenannt von %s"; -$locale["reverse"] = "umdrehen"; -$locale["revert to a previous version of this page"] = "Zurückspeichern einer älteren Version dieser Seite."; -$locale["revision by previous author"] = "Revidierte Ausgabe des vorigen Autors"; -$locale["same content"] = "gleiche Seiteninalt"; -$locale["saved as "] = "gespeichert als "; -$locale["saved as %s"] = "gespeichert als %s"; -$locale["sent to %s"] = "an %s gesendet"; -$locale["skipped"] = "ausgelassen"; -$locale["stddev: %2.3f"] = "Standardabweichung: %2.3f"; -$locale["the file “%s”"] = "die Datei %s"; -$locale["the session.save_path directory “%s”"] = "das session.save_path Verzeichnis »%s«"; -$locale["to"] = "nach"; -$locale["to “%s”."] = "Gehe zu %s."; -$locale["today"] = "heute"; -$locale["total hits: %d"] = "Anzahl aller Seitenaufrufe %d"; -$locale["trailing cruft in plugin args: “%s”"] = "Überflüssiger Müll in den Zusatzprogramm Argumenten: »%s«"; -$locale["unknown color %s ignored"] = "unbekannte Farbe %s ignoriert"; -$locale["unlock this page"] = "um diese Seite zu entsperren"; -$locale["upload a zip dump"] = "um einen ZIP-Speicherauszug in dieses Wiki zu laden"; -$locale["uploaded %s"] = "%s wurde hochgeladen"; -$locale["use"] = "benutze"; -$locale["use this plugin"] = "um diese Zusatzprogramme zu verwenden"; -$locale["users"] = "Benutzer"; -$locale["verify the current action"] = "um die gegenwärtige Aktion durchzuführen"; -$locale["version %d"] = "Version %d."; -$locale["version %s"] = "Version %s"; -$locale["version %s"] = "version %s"; -$locale["version %s not affected"] = "version %s nicht betroffen"; -$locale["view the source of this page"] = "um den Quelltext dieser Seiten anzusehen"; -$locale["view this page"] = "um diese Seite anzuzeigen"; -$locale["weeks"] = "Wochen"; -$locale["yesterday"] = "gestern"; -$locale["“%s” is no ModeratedPage anymore."] = "»%s« ist keine ModeratierteSeite mehr."; -$locale["“%s” not found"] = "“%s” nicht gefunden"; -$locale["“%s”: Bad page name"] = "»%s«: Ungültiger Seitenname"; -$locale["“%s”: Bad page name: %s"] = "»%s«: Ungültiger Seitenname: %s"; -$locale["“%s”: corrupt file"] = - "»%s«: Datei korrumpiert"; diff --git a/locale/de/pgsrc/DebugInfo b/locale/de/pgsrc/DebugInfo index 7cb7f11ff..519c3aa01 100644 --- a/locale/de/pgsrc/DebugInfo +++ b/locale/de/pgsrc/DebugInfo @@ -7,4 +7,4 @@ Content-Type: application/x-phpwiki; Content-Transfer-Encoding: binary Detailansicht der Seite. Das ist wahrscheinlich sinnvoller zum Debuggen als alles andere. -<<_BackendInfo page||='' >> +<> diff --git a/locale/es/LC_MESSAGES/phpwiki.mo b/locale/es/LC_MESSAGES/phpwiki.mo index 90ec3bef03af3757d8db7d4eb4abbc8a7269acbc..0d8da79df90f394653721f68a874a4f28db4d3ca 100644 GIT binary patch delta 19 bcmcb8f$8=IrVUA{Eaq0GCY#ezzd8W`S@j5I delta 19 bcmcb8f$8=IrVUA{EM`_l=9|+}zd8W`S?LI5 diff --git a/locale/es/LC_MESSAGES/phpwiki.php b/locale/es/LC_MESSAGES/phpwiki.php deleted file mode 100644 index a39376814..000000000 --- a/locale/es/LC_MESSAGES/phpwiki.php +++ /dev/null @@ -1,587 +0,0 @@ -"] = ""; -$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 this ACL"] = "Agregue este ACL"; -$locale["Administration"] = "Administración"; -$locale["Administrators"] = "Administradores"; -$locale["All %s are listed below."] = "Todos los %s se enumeran abajo."; -$locale["All pages"] = "Todas las Páginas"; -$locale["All users"] = "TodasLasUsuarios"; -$locale["AllPages"] = "TodasLasPáginas"; -$locale["AllUsers"] = "TodasLasUsuarios"; -$locale["Allow / Deny"] = "Permita/Niegue"; -$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 Links"] = "Acoplamientos Traseros"; -$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["Bold text [alt-b]"] = "Texto en negrilla [alt-b]"; -$locale["Browsing pages"] = "Páginas el hojear"; -$locale["Calendar"] = "Calendario"; -$locale["CalendarList"] = "CalendarioLista"; -$locale["CalendarListPlugin"] = "CalendarioListaPlugin"; -$locale["CalendarPlugin"] = "CalendarioPlugin"; -$locale["Cancel"] = "Cancelar"; -$locale["Cannot create directory “%s”"] = "No puede crear el directorio “%s”"; -$locale["Cannot create page with empty name!"] = "¡No se puede crear la página con el nombre de vacío!"; -$locale["Cannot open AUTH_GROUP_FILE %s"] = "No puede abrir AUTH_GROUP_FILE %s"; -$locale["Category"] = "Categoría"; -$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["Changes"] = "Cambios"; -$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["CommentPlugin"] = "CommentarioPlugin"; -$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["Could not connect to LDAP host %s"] = "No podía conectar con LDAP %s"; -$locale["Couldn't connect to %s"] = "No podía conectar con %s"; -$locale["Create Page"] = "Cree la Página"; -$locale["Create a Wiki Category Page."] = "Cree una página de Wiki."; -$locale["Create a new (sub)page"] = "Cree una página (secundaria) nueva"; -$locale["Create: %s"] = "Cree: %s"; -$locale["CreatePage"] = "CreeLaPágina"; -$locale["CreateToc"] = "CreeToc"; -$locale["CreateTocPlugin"] = "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["Deleted"] = "Borrada"; -$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["Display the list of relations and attributes on this page."] = "Mostrar la lista de las relaciones y atributos en esta página."; -$locale["Download page contents"] = "Descargue el contenido de la página"; -$locale["Dump to directory"] = "Descarga al directorio"; -$locale["Dumping Pages"] = "Descargar Las Páginas"; -$locale["E-mail Notification"] = "Verificación Del Email"; -$locale["E-mail address confirmation"] = "Verificación Del Email"; -$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"] = "Editar %s"; -$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["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["Error: Couldn't send %s to %s"] = "Error: No podía enviar %s a %s"; -$locale["Every"] = "Cada"; -$locale["External"] = "Externos"; -$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["Failed to connect to LDAP host"] = "Incapaz conectar con el servidor de LDAP"; -$locale["Fatal PhpWiki Error"] = "Error Fatal De PhpWiki"; -$locale["File “%s” not found."] = "Fichero “%s” no encontrado."; -$locale["Find page"] = "Buscar Página"; -$locale["FindPage"] = "BuscarPágina"; -$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."] = "Contraseña no hecho caso."; -$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["Headline text"] = "Texto del título"; -$locale["Height"] = "Altura"; -$locale["Help"] = "Ayuda"; -$locale["Hits"] = "Número de hits"; -$locale["Home"] = "PáginaPrincipal"; -$locale["Home Page"] = "Página Principal"; -$locale["HomePage"] = "PáginaPrincipal"; -$locale["HomePageAlias"] = "PáginaPrincipalAlias"; -$locale["Horizontal line"] = "Linea horizontal"; -$locale["HtmlConverter"] = "HtmlConvertido"; -$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 character “%s” in page name."] = "Los carbones ilegales “%s” en el nombre de la página."; -$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["Included from %s"] = "Inserción de “%s”"; -$locale["Included from %s (revision %d)"] = "Inserción de “%s” (revisión %d)"; -$locale["Info"] = "Informacion"; -$locale["Insert"] = "Relleno"; -$locale["Insert PageLink"] = "Inserte el AcoplamientoDeLaPágina"; -$locale["Insert Plugin"] = "Relleno Plugin"; -$locale["Insert Template"] = "Inserte la plantilla"; -$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["Italic text [alt-i]"] = "Texto del itálico [alt-i]"; -$locale["Last"] = "Final"; -$locale["Last Author"] = "Autor Pasado"; -$locale["Last Modified"] = "modificado por última vez"; -$locale["Last Summary"] = "Comentarios"; -$locale["Last edited on %s"] = "Editada por última vez %s."; -$locale["LatestSnapshot"] = "La Foto Más última"; -$locale["LdapSearch"] = "LdapBuscar"; -$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 of changes on all pages which are linked to from this page."] = "Enumere todas las páginas que se liguen a esta página."; -$locale["List the most popular pages."] = "Las páginas más populares."; -$locale["List the most popular tags."] = "Las tags 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["ListRelations"] = "ListaRelaciones"; -$locale["ListSubpages"] = "ListaPáginasSecundaria"; -$locale["Load File"] = "Archivo De la Carga"; -$locale["LoadDump"] = "CargaDescarga"; -$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["Loading “%s”"] = "“%s” que carga"; -$locale["Lock"] = "Bloqueada"; -$locale["Lock Page"] = "Bloquear Página"; -$locale["Locked"] = "Bloqueada"; -$locale["Locking pages"] = "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"] = "Moderno"; -$locale["Modified"] = "modificado"; -$locale["Modified on %s by %s"] = "Comentario modificado en %s por %s"; -$locale["MostPopular"] = "MasPopulares"; -$locale["My Changes"] = "Mis Cambios"; -$locale["My Preferences"] = "Mis Preferencias"; -$locale["MyRecentChanges"] = "Mis Cambios Recientes"; -$locale["Name"] = "Nombre de la Página"; -$locale["Never edited"] = "Nunca corregido"; -$locale["New page"] = "Página nueva"; -$locale["New pages only"] = "Página nueva sólo"; -$locale["New password"] = "Nueva Contraseña"; -$locale["Newer page:"] = "Página más nueva:"; -$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 revert: no page content"] = "No invierta: ningún contenido de la página"; -$locale["No revert: same version page"] = "No invierta: la misma página de la versión"; -$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"] = "Página"; -$locale["Page Content: "] = "Contenido De la Página: "; -$locale["Page Info"] = "Informacion de la Pagina"; -$locale["Page Locked"] = "Página Bloqueada"; -$locale["Page Name"] = "Nombre de la Página"; -$locale["Page Version"] = "Versión de la página"; -$locale["Page change"] = "Cambio de la página"; -$locale["Page dump"] = "Descarge de la Página"; -$locale["Page info"] = "Informacion de la Pagina"; -$locale["Page name too long"] = "La nombre de página demasiado de largo"; -$locale["Page now locked."] = "Página bloqueada."; -$locale["Page now unlocked."] = "Página desbloquear."; -$locale["Page rename %s to %s"] = "La página retitula %s a %s"; -$locale["Page successfully updated."] = "Página actualizada con éxito."; -$locale["Page “%s” does not exist."] = "La página “%s” no existe."; -$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"] = "Pagine la notificación del cambio de %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."] = "La contraseña no puede ser cambiada."; -$locale["Password updated."] = "Contraseña actualizado."; -$locale["Password was not changed."] = "Contraseña non actualizado."; -$locale["Password:"] = "Contraseña:"; -$locale["Past versions of this page."] = "Versión anterior de esta página."; -$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."] = "Plugin “%s” falló."; -$locale["Plugin %s: undefined"] = "Plugin %s: indefinido"; -$locale["Plugin “%s” does not exist."] = "Plugin “%s” no existe."; -$locale["Preferences"] = "Preferencias"; -$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"] = "Versión archivada"; -$locale["Printer"] = "Impresora"; -$locale["Purged page “%s” successfully."] = "Página “%s” borrada satisfactoriamente."; -$locale["Quick Search"] = "Busqueda rápida"; -$locale["Random Page"] = "Página al Azar"; -$locale["RandomPage"] = "PáginaAlAzar"; -$locale["Rating"] = "Grados"; -$locale["Recent Changes"] = "Cambios Recientes"; -$locale["Recent Edits"] = "Reciente Corrige"; -$locale["Recent changes"] = "Cambios Recientes"; -$locale["Recent comments"] = "Comentarios Recientes"; -$locale["RecentChanges"] = "CambiosRecientes"; -$locale["RecentComments"] = "ComentariosRecientes"; -$locale["RecentEdits"] = "RecienteCorrige"; -$locale["References"] = "Referencias"; -$locale["Related Changes"] = "Cambios Relacionados"; -$locale["Related Links"] = "Acoplamientos Relacionados"; -$locale["Related changes"] = "Cambios Relacionados"; -$locale["RelatedChanges"] = "CambiosRelacionados"; -$locale["Relation"] = "Relación"; -$locale["Relations"] = "Relaciones"; -$locale["Remove"] = "Quite"; -$locale["Remove Page"] = "Borrar Página"; -$locale["Remove this page"] = "Quite esta página"; -$locale["Removed page “%s” successfully."] = "Página “%s” borrada satisfactoriamente."; -$locale["Removing pages"] = "Borrar páginas"; -$locale["Rename"] = "Retitule"; -$locale["Renamed page from “%s” to “%s”."] = "retitulado de “%s” para “%s”."; -$locale["Replace"] = "Substituya"; -$locale["Replace with"] = "Substituya por"; -$locale["Reset password of user: "] = "Restablecimiento de la contraseña de usuario: "; -$locale["Restore Anyway"] = "Restore de todos modos"; -$locale["Return to %s"] = "Vuelva a %s"; -$locale["Revert"] = "Invierta"; -$locale["Revert to version %d"] = "Invierta a la versión %d"; -$locale["Revert: %s"] = "Invierta: %s"; -$locale["Revision Not Found"] = "Revisión No encontrada"; -$locale["SandBox"] = "CajaDeArena"; -$locale["Save"] = "Guardar"; -$locale["Saved: %s"] = "Guardar: %s"; -$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["Search for"] = "Buscar"; -$locale["Search relations and attributes."] = "Buscar relaciones y atributos."; -$locale["Search:"] = "Buscar:"; -$locale["SearchReplace"] = "Busque Y Substituya"; -$locale["See %s tips for editing."] = "%s tips para editar."; -$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 changes for:"] = "Demuestre los cambios para:"; -$locale["Sign In"] = "Muestra Adentro"; -$locale["Sign Out"] = "Registro Hacia fuera"; -$locale["Signed Users"] = "Usuarios Firmados"; -$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 does not exist."] = "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["Summary"] = "Comentarios"; -$locale["Supported handlers are: %s"] = "Los tratantes apoyados son: %s"; -$locale["Synopsis"] = "Sinopsis"; -$locale["Table of Contents"] = "Tabla de contenidos"; -$locale["Template"] = "Plantilla"; -$locale["TextFormattingRules"] = "ReglasDeFormatoDeTexto"; -$locale["Thank you for editing %s."] = "Gracias por editar %s."; -$locale["Thanks for adding this translation!"] = "¡Gracias por la adición de esta traducción!"; -$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 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 and cannot be edited."] = "Esta página ha sido bloqueada y no puede ser editada."; -$locale["This page has been locked by the administrator so your changes can not be saved."] = "Esta página ha sido bloqueada por el administrador y no puede ser editada."; -$locale["This revision of the page does not exist."] = "Esta revisión de la página no existe."; -$locale["Time Zone"] = "Zona Horaria"; -$locale["Title 1"] = "Título 1"; -$locale["Title 2"] = "Título 2"; -$locale["Title 3"] = "Título 3"; -$locale["Title Search"] = "Una búsqueda de títulos"; -$locale["Title search results for “%s”"] = "Resultados de la búsqueda en el títulos “%s”"; -$locale["Title search results for “%s” (%d total)"] = "Resultados de la búsqueda en el títulos “%s” (%d total)"; -$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["Topic"] = "Asunto"; -$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["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á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 received"] = "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 %s removed page %s"] = "El usuarios %s eliminado página %s"; -$locale["User Preferences"] = "Usuario Preferencias"; -$locale["User preferences for user %s"] = "Preferencias por 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 "] = "Versión "; -$locale["Version %d"] = "Versión %d"; -$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 e-mail 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 Admin"] = "Administración de Wiki"; -$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 are about to purge “%s”!"] = "¡Usted está a punto de eliminar “%s”!"; -$locale["You are about to remove “%s”!"] = "¡Usted está a punto de eliminar “%s”!"; -$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 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 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["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"] = "por"; -$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["external"] = "Externos"; -$locale["file %s is not writable"] = "fichero %s no es escribible"; -$locale["fixed"] = "fijo"; -$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["new pages"] = "páginas nuevas"; -$locale["not authenticated"] = "non authenticado"; -$locale["page not locked"] = "página no está bloqueada"; -$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["rename %s to %s"] = "retitula %s a %s"; -$locale["renamed from %s"] = "retitulado de %s"; -$locale["reverse"] = "invierta"; -$locale["revert to a previous version of this page"] = "para invertir a una versión anterior de esta página"; -$locale["revision by previous author"] = "revisión del autor anterior"; -$locale["same content"] = "mismo contenido"; -$locale["saved as "] = "ahorrado como "; -$locale["saved as %s"] = "ahorrado como %s"; -$locale["sent to %s"] = "vuelva a %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["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"] = "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["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"] = "ayer"; -$locale["“%s” not found"] = "“%s” no encontrado"; -$locale["“%s”: Bad page name"] = "“%s”: Mal nombre de la página"; -$locale["“%s”: corrupt file"] = - "“%s”: archivo corrupto"; diff --git a/locale/fr/LC_MESSAGES/phpwiki.mo b/locale/fr/LC_MESSAGES/phpwiki.mo index a4189078521738208549eeed4413c3607da3de87..8641a43d17071f2d476f54bea192aee48f59dd2a 100644 GIT binary patch delta 29761 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 delta 30111 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 diff --git a/locale/fr/LC_MESSAGES/phpwiki.php b/locale/fr/LC_MESSAGES/phpwiki.php deleted file mode 100644 index d99bedf96..000000000 --- a/locale/fr/LC_MESSAGES/phpwiki.php +++ /dev/null @@ -1,1389 +0,0 @@ -%d%%)."] = "%d pages ayant eu plus de %d visiteurs (>%d%%)."; -$locale["%d pages"] = "%d pages"; -$locale["%d pages have been changed."] = "%d pages ont été modifiées."; -$locale["%d pages have been changed:"] = "%d pages ont été modifiées :"; -$locale["%d pages have been permanently purged:"] = "%d pages ont été définitivement purgées :"; -$locale["%d pages have been renamed:"] = "%d pages ont été renommées :"; -$locale["%d pages with less than %d hits (<%d%%)."] = "%d pages ayant eu moins de %d visiteurs (<%d%%)."; -$locale["%s %s %s is disallowed on this wiki for %s user “%s” (level: %s)."] = "%s %s %s est interdit sur ce wiki pour l'utilisateur %s « %s » (niveau : %s)."; -$locale["%s KiB"] = "%s Kio"; -$locale["%s KiB (%s bytes)"] = "%s Kio (%s octets)"; -$locale["%s already exists"] = "%s existe déjà"; -$locale["%s at %s"] = "%s à %s"; -$locale["%s by %s"] = "%s par %s"; -$locale["%s bytes"] = "%s octets"; -$locale["%s bytes written"] = "%s octets enregistrés"; -$locale["%s days"] = "%s jours"; -$locale["%s does not appear to be a WikiPlugin."] = "%s ne semble pas être un greffon."; -$locale["%s does not exist"] = "%s n'existe pas"; -$locale["%s does not know about the language “%s”, using “en” instead."] = "%s ne connaît pas la langue « %s », utilisation de « en » à la place."; -$locale["%s has no subpages defined."] = "La page %s n'a aucune sous-page définie."; -$locale["%s is disallowed on this wiki."] = "L'action %s est interdite sur ce wiki."; -$locale["%s is empty."] = "%s est vide."; -$locale["%s is missing"] = "%s est manquant"; -$locale["%s is not locked!"] = "%s n'est pas verrouillé!"; -$locale["%s is not writable."] = "%s n'est pas modifiable."; -$locale["%s is only allowed in locked pages."] = "%s n'est autorisé que dans les pages verrouillées."; -$locale["%s not defined"] = "%s non défini"; -$locale["%s not found in %s"] = "%s non trouvé dans %s"; -$locale["%s of this page"] = "%s de cette page"; -$locale["%s on %s:"] = "%s on %s :"; -$locale["%s or %s parameter missing"] = "%s ou %s paramètre manquant"; -$locale["%s pages link to %s:"] = "%s pages pointent vers %s :"; -$locale["%s pages would link to %s:"] = "%s pages pointaient vers %s :"; -$locale["%s parameter missing"] = "%s paramètre manquant"; -$locale["%s words"] = "%s mots"; -$locale["%s: %s"] = "%s : %s"; -$locale["%s: Bad action"] = "%s : mauvaise action"; -$locale["%s: Can't open dba database"] = "%s : impossible d'ouvrir la base de données dba"; -$locale["%s: Date of new revision is %s"] = "%s : la date de la nouvelle version est %s"; -$locale["%s: argument index out of range"] = "%s : index d'argument hors intervalle"; -$locale["%s: error while handling error:"] = "%s : erreur pendant la gestion de l'erreur :"; -$locale["%s: file not found"] = "%s : fichier non trouvé"; -$locale["%s: no such class"] = "%s : classe inexistante"; -$locale["%s: no such revision %d."] = "%s(%d) : version inexistante."; -$locale["%s: not a subclass of WikiPlugin."] = "%s n'est pas une sous-classe de WikiPlugin."; -$locale["%s: not defined"] = "%s : non défini"; -$locale["(%d Links)"] = "(%d liens)"; -$locale["(Copy your changes to the clipboard. You can try editing a different page or save your text in a text editor.)"] = "(Copiez vos modifications dans le presse-papier. Vous pouvez essayer de modifier une page différente ou enregistrer votre texte à l'aide d'un éditeur)."; -$locale["(Redirected from %s)"] = "(Redirigé de %s)"; -$locale["(Your preferences are stored as hidden data within this page.)"] = "(Vos préférences sont enregistrées en mode invisible sur cette page.)"; -$locale["(diff)"] = "(diff)"; -$locale["(disable individual page permissions, enable inheritance)?"] = "(désactive les permissions individuelles par page, activer l'héritage) ?"; -$locale["(formatted for PhpWiki developers as pgsrc template, not for backing up)"] = "(format pour les développeurs, pas pour la sauvegarde)"; -$locale["(formatted for backing up: all revisions)"] = "(format de sauvegarde : toutes les versions)"; -$locale["(max. recursion level: %d)"] = "(niveau maximum de récursivité: %d)"; -$locale[", Memory: %s"] = ", mémoire : %s"; -$locale["- saved to database as version %d"] = "- enregistrée dans la base de données sous la version %d"; -$locale["- version %d saved to database as version %d"] = "- version %d sauvée dans la base de données sous la version %d"; -$locale["-???"] = "-???"; -$locale["... (first %s words)"] = "... (%s premiers mots)"; -$locale["... copied to %s"] = "... copié à %s"; -$locale["... not copied to %s"] = "... non copié à %s"; -$locale["... not found"] = "... non trouvé"; -$locale["1 day"] = "1 jour"; -$locale["1 word"] = "1 mot"; -$locale[":"] = " :"; -$locale[": "] = " : "; -$locale["<%s: no such section>"] = "<%s : pas de section de ce type>"; -$locale[""] = ""; -$locale[""] = ""; -$locale[""] = ""; -$locale[""] = ""; -$locale[""] = ""; -$locale[""] = ""; -$locale["A required argument “%s” is missing."] = "L'argument obligatoire « %s » manque."; -$locale["ACCESS DENIED: You must log in to upload files."] = "ACCÈS REFUSÉ : Vous devez être connecté pour télécharger."; -$locale["ACL"] = "ACL"; -$locale["ACL changed for page “%s”"] = "ACL modifiée pour la page « %s »."; -$locale["ACL deleted for page “%s”"] = "ACL supprimée pour la page « %s »"; -$locale["ACL not changed for page “%s”."] = "ACL inchangée pour la page « %s »."; -$locale["ACL type"] = "Type d'ACL"; -$locale["ADDING"] = "AJOUT"; -$locale["ADMIN"] = "ADMIN"; -$locale["ANON"] = "ANONYME"; -$locale["About"] = "À propos de"; -$locale["Access"] = "Accès"; -$locale["Access Rights"] = "Droits d'accès"; -$locale["Access denied to change page “%s”."] = "Accès refusé pour changer la page « %s »."; -$locale["Access denied to rename page “%s”."] = "Accès refusé pour renommer la page « %s »."; -$locale["Access for you is forbidden to %s."] = "L'accès à %s vous est interdit."; -$locale["Action Page"] = "Page d'action"; -$locale["Add %s"] = "Ajouter %s"; -$locale["Add %s hours to the server's local time when reporting times."] = "Ajouter %s heures à l'heure locale du serveur pour afficher les horodatages."; -$locale["Add Comment"] = "Ajouter un commentaire"; -$locale["Add Entry"] = "Ajouter une entrée"; -$locale["Add Google links to unknown pages behind the '?', and the create action behind the pagename instead. See %s."] = "Ajouter un liens vers Google pour les pages inconnues derrière le '?', et l'action de création. Voir %s."; -$locale["Add Message"] = "Ajouter un message"; -$locale["Add or change a page-level metadata 'key=>value' pair. Note that you can remove a key by leaving the value-box empty."] = "Ajouter ou changer le niveau de page 'key=>value'. Notez que vous pouvez supprimer une clé en lui attribuant une valeur nulle."; -$locale["Add this ACL"] = "Ajouter cette ACL"; -$locale["AddComment"] = "AjouterDesCommentaires"; -$locale["AddCommentPlugin"] = "GreffonAjouterDesCommentaires"; -$locale["AddingPages"] = "AjouterDesPages"; -$locale["Adjust"] = "Ajuster"; -$locale["Admin"] = "Administration"; -$locale["Admin is also online."] = "L'administrateur est aussi en ligne."; -$locale["Administration"] = "Administration"; -$locale["Administrators"] = "Administrateurs"; -$locale["Advanced..."] = "Avancée..."; -$locale["All"] = "Tout"; -$locale["All %s are listed below."] = "Toutes les %s sont énumérées ci-dessous."; -$locale["All modifications"] = "Toutes les modifications"; -$locale["All pages"] = "Toutes les pages"; -$locale["All pages in this wiki (%d total):"] = "Toutes les pages de ce wiki (%d au total) :"; -$locale["All pages with all links in this wiki (%d total):"] = "Tout pages avec tous les liens dans ce wiki (%d au total) :"; -$locale["All time"] = "Depuis le début"; -$locale["All users"] = "Tous les utilisateurs"; -$locale["AllPages"] = "ToutesLesPages"; -$locale["AllPagesOwnedByMe"] = "ToutesMesPages"; -$locale["AllUsers"] = "TousLesUtilisateurs"; -$locale["Allow / Deny"] = "Autoriser / Refuser"; -$locale["Allowed protocols"] = "Protocoles autorisés"; -$locale["Allows selection of multiple pages which get passed to other WikiAdmin plugins."] = "Permet de choisir plusieurs pages qui seront passées vers d'autre greffons WikiAdmin."; -$locale["Already logged in"] = "Déjà connecté"; -$locale["Also pages which have been deleted at least %s days."] = "Même les pages qui ont été supprimées il y a au plus %s jours."; -$locale["An unnamed PhpWiki"] = "Un PhpWiki sans titre"; -$locale["Anonymous Users"] = "Utilisateurs anonymes"; -$locale["Appearance"] = "Apparence"; -$locale["Append text to any page in this wiki."] = "Apposez le texte à n'importe quelle page de ce wiki."; -$locale["AppendText"] = "ApposezLeTexte"; -$locale["Application name"] = "Nom de l'application"; -$locale["Application size: %d KiB"] = "Taille de l'application : %d Kio"; -$locale["Apply changes"] = "Appliquer les changements"; -$locale["Approve"] = "Approuver"; -$locale["Archives"] = "Archives"; -$locale["Are you sure you want to change the owner of the selected pages?"] = "Êtes-vous sûr de vouloir changer le propriétaire des pages sélectionnées ?"; -$locale["Are you sure you want to permanently change access rights to the selected files?"] = "Êtes-vous sûr de vouloir définitivement modifier l'accès aux fichiers sélectionnés ?"; -$locale["Are you sure you want to permanently purge the following files?"] = "Êtes-vous sûr de vouloir purger définitivement les pages suivantes ?"; -$locale["Are you sure you want to remove the selected files?"] = "Êtes-vous certain de vouloir supprimer les fichiers sélectionnés ?"; -$locale["Are you sure you want to rename the selected pages?"] = "Êtes-vous sûr de vouloir renommer les pages sélectionnées ?"; -$locale["Are you sure you want to replace text in the selected files?"] = "Êtes-vous sur de vouloir rechercher et remplacer dans les fichiers sélectionnés ?"; -$locale["Argument “%s” not declared by plugin."] = "Argument « %s » non déclaré par le greffon."; -$locale["Arguments"] = "Arguments"; -$locale["Atom Aggregator Plugin."] = "Greffon Atom."; -$locale["Attempting to use the directory “%s” instead."] = "Tentative d'utilisation du répertoire « %s » à la place."; -$locale["Attribute"] = "Attribut"; -$locale["Attribute %s, value: %s"] = "Attribut %s, valeur : %s"; -$locale["Attributes"] = "Attributs"; -$locale["Attributes of %s"] = "Attributs de %s"; -$locale["Auth Level"] = "Niveau d'autorisation"; -$locale["Auth Method"] = "Méthode d'authentification"; -$locale["Authenticated Users"] = "Utilisateurs authentifiés"; -$locale["Authenticated as %s"] = "Vous êtes connecté en tant que %s"; -$locale["Authenticated users on this wiki (%d total):"] = "Utilisateurs connectés à ce wiki (%d au total) :"; -$locale["Author"] = "Auteur"; -$locale["Author history"] = "Historique des auteurs"; -$locale["Author will be logged as %s."] = "L'auteur sera enregistré sous le nom %s."; -$locale["AuthorHistory"] = "HistoriqueAuteur"; -$locale["AuthorHistoryPlugin"] = "GreffonHistoriqueAuteur"; -$locale["Available plugins"] = "Greffons disponibles"; -$locale["Avg. Rating"] = "Note moyenne"; -$locale["BOGO"] = "BOGO"; -$locale["Back"] = "Retour"; -$locale["Back Links"] = "Pages liées"; -$locale["BackLinks"] = "RétroLiens"; -$locale["BackLinks for %s"] = "Page liées à %s"; -$locale["Bad URL -- remove all of <, >, \""] = "Mauvaise URL -- retirez tous les <, >, \""; -$locale["Bad URL for image -- remove all of <, >, \""] = "Mauvaise URL pour l'image -- retirez tous les <, >, \""; -$locale["Bad Version"] = "Mauvaise version"; -$locale["Bad file type: %s"] = "Mauvais type de fichier : %s"; -$locale["Bad url in src: remove all of <, >, \""] = "Mauvaise URL dans la source : retirez tous les <, >, \""; -$locale["Blog"] = "Blog"; -$locale["Blog page"] = "Page de blog"; -$locale["Bogo Users"] = "Utilisateurs Bogo"; -$locale["Bold text"] = "Gras"; -$locale["Bold text [alt-b]"] = "Gras [alt-b]"; -$locale["Browsing pages"] = "Navigation en cours"; -$locale["Buddies:"] = "Connaissances :"; -$locale["CREATED"] = "CRÉÉ"; -$locale["Cache statistics"] = "Statistiques de cache"; -$locale["CacheTest"] = "TestDeCache"; -$locale["Calendar"] = "Calendrier"; -$locale["CalendarList"] = "ListeDuCalendrier"; -$locale["CalendarListPlugin"] = "GreffonListeDuCalendrier"; -$locale["CalendarPlugin"] = "GreffonCalendrier"; -$locale["Can't inflate data: zlib support not enabled in this PHP"] = "Impossible de décompresser les données : le support de zlib n'a pas été validé dans ce PHP"; -$locale["Can't mix “%s” with “%s” type format strings"] = "Impossible de mélanger les chaînes de type « %s » et « %s »"; -$locale["Can't open the upload logfile."] = "Impossible d'ouvrir le journal des fichiers déposés."; -$locale["Can't open zip file “%s” for reading"] = "Impossible d'ouvrir le fichier zip « %s » en lecture"; -$locale["Cancel"] = "Annuler"; -$locale["Cancel your rating"] = "Annuler la notation"; -$locale["Cannot create directory “%s”"] = "Impossible de créer le répertoire : « %s »"; -$locale["Cannot open AUTH_GROUP_FILE %s"] = "Impossible d'ouvrir AUTH_GROUP_FILE %s"; -$locale["Cannot rename. New page name too long."] = "Impossible de renommer. Le nom de la page est trop long."; -$locale["Case exact?"] = "Respect de la casse ?"; -$locale["Case insensitive?"] = "Insensible à la casse ?"; -$locale["Category"] = "Catégorie"; -$locale["CategoryCategory"] = "CatégorieCatégorie"; -$locale["CategoryGroup"] = "CatégorieGroupes"; -$locale["CategoryHomePages"] = "CatégoriePagesAccueil"; -$locale["CategoryHomepage"] = "CatégoriePagesAccueil"; -$locale["CategoryPage"] = "CatégoriePages"; -$locale["Change Access Rights"] = "Droits d'accès"; -$locale["Change Owner"] = "Changer le propriétaire"; -$locale["Change Password"] = "Modifier mon mot de passe"; -$locale["Change Verification Status"] = "Changer la vérification du statut"; -$locale["Change country"] = "Changer le pays"; -$locale["Change owner of page “%s” to “%s”."] = "Changement de propriétaire de la page « %s » à « %s »."; -$locale["Change owner of selected pages."] = "Changer le propriétaire des pages sélectionnées."; -$locale["Change owner to: "] = "Changer le propriétaire par : "; -$locale["Change page attributes"] = "Modifier les attributs de la page"; -$locale["Change pagename in all linked pages also?"] = "Changer les noms de pages dans toutes les pages liées ?"; -$locale["Changes"] = "Modifications"; -$locale["Chart"] = "Diagramme"; -$locale["Check any two boxes then %s."] = "Cochez une boîte puis %s."; -$locale["Check any two boxes to compare revisions."] = "Cochez deux boîtes quelconques pour comparer les versions."; -$locale["Check for %s"] = "Cases à cocher"; -$locale["Check for extra page.cached_html column"] = "recherche une extra colonne page.cached_html"; -$locale["Check for new session.sess_ip column"] = "recherche une nouvelle colonne session.sess_ip"; -$locale["Check for table %s"] = "vérifie la table %s"; -$locale["Check if you do not want to be notified of minor modifications."] = "Cochez la case si vous ne voulez pas recevoir les modifications mineures."; -$locale["Check if you do not want to be notified of your own modifications."] = "Cochez la case si vous ne voulez pas recevoir vos propres modifications."; -$locale["Check menu items to display."] = "Cochez les éléments de menu à afficher."; -$locale["Check to add this ACL"] = "Cocher pour ajouter cette ACL"; -$locale["Check you are a member of the current project."] = "Vous êtes déjà membre de ce projet."; -$locale["Check you are in the right project."] = "Vérifiez que vous êtes dans le bon projet."; -$locale["Check you are logged in."] = "Vous devez vous identifier."; -$locale["Click a button to get an example text"] = "Cliquer sur un bouton pour obtenir une exemple de texte"; -$locale["Click to authenticate as %s"] = "Cliquez pour vous identifier en tant que %s"; -$locale["Click to de-/select all pages"] = "Cliquez pour (de)sélectionner toutes les pages"; -$locale["Click to display"] = "Cliquez pour afficher"; -$locale["Click to display all comments"] = "Cliquez pour afficher tous les commentaires"; -$locale["Click to display to TOC"] = "Cliquez pour afficher la table des matières"; -$locale["Click to hide the comments"] = "Cliquez pour masquer les commentaires"; -$locale["Click to hide/show"] = "Cliquez pour masquer/afficher"; -$locale["Click to reverse sort order"] = "Cliquez pour inverser le tri"; -$locale["Click to sort by %s"] = "Cliquez pour trier par %s"; -$locale["Close"] = "Fermer"; -$locale["Color"] = "Couleur"; -$locale["Color text"] = "Texte en couleur"; -$locale["Columns: %s."] = "Colonnes : %s."; -$locale["Comment"] = "Commentaire"; -$locale["Comment modified on %s by %s"] = "Commentaire modifié le %s par %s"; -$locale["CommentPlugin"] = "GreffonCommenter"; -$locale["Comments"] = "Commentaires"; -$locale["Comments on %s by %s."] = "Commentaire le %s par %s."; -$locale["Complete."] = "Terminé."; -$locale["Confirm ownership change"] = "Confirmer le changement de propriétaire"; -$locale["Confirm purge"] = "Confirmer la purge"; -$locale["Confirm removal"] = "Confirmer la suppression"; -$locale["Conflicting Edits!"] = "Modifications conflictuelles !"; -$locale["Content"] = "Contenu"; -$locale["Content of versions "] = "Contenu des versions "; -$locale["Content of versions %1$s and %2$s is identical."] = "Le contenu des versions %1\$s et %2\$s est identique."; -$locale["Contents"] = "Contenu"; -$locale["ContributedTranslations"] = "TraductionsContribuées"; -$locale["Convert"] = "Convertir"; -$locale["Convert Tex mathematicals expressions to cached PNG files. This is for small text."] = "Convertit des expressions mathématiques au format TeX en des fichiers PNG mis en cache."; -$locale["Convert text into a PNG image using GD."] = "Convertir le texte en une image PNG en utilisant GD."; -$locale["Converted successfully %d pages"] = "%d pages converties avec succès"; -$locale["Converts TeX to an image. May be used to embed formulas in PhpWiki."] = "Pour convertir des formules TeX en image."; -$locale["Copyrights"] = "Copyrights"; -$locale["Could not change owner of page “%s” to “%s”."] = "Impossible de changer le propriétaire de la page « %s » à « %s »."; -$locale["Couldn't connect to %s"] = "Impossible d'établir une connexion à la base de données : %s"; -$locale["Couldn't rename page “%s” to “%s”."] = "Impossible de renommer la page « %s » en « %s »."; -$locale["Couldn't start commandline “%s”"] = "Impossible de lancer la ligne de commande « %s »"; -$locale["Count"] = "Nombre"; -$locale["Create Page"] = "Créer la page"; -$locale["Create a Wiki Category Page."] = "Créer une page wiki de catégorie."; -$locale["Create a new (sub)page"] = "Créer une nouvelle (sous-)page"; -$locale["Create a wiki page by the provided name."] = "Créer une page wiki avec le nom demandé."; -$locale["Create redirect from old to new name?"] = "Créer une redirection de l'ancien nom vers le nouveau ?"; -$locale["Create: %s"] = "Créer : %s"; -$locale["CreateBib"] = "CréerUneBiblio"; -$locale["CreatePage"] = "CréerUnePage"; -$locale["CreateToc"] = "CréerUneTdm"; -$locale["CreateTocPlugin"] = "GreffonCréerUneTdm"; -$locale["Created by CreatePage"] = "Créée par CréerUnePage"; -$locale["Created by: %s"] = "Créée par : %s"; -$locale["Created directory “%s” for the page dump..."] = "Répertoire « %s » créé pour la sauvegarde..."; -$locale["Creating pages"] = "Créer des pages"; -$locale["Creator"] = "Créateur"; -$locale["Current language"] = "Ma langue"; -$locale["Current theme"] = "Mon thème"; -$locale["CurrentTime"] = "Heure actuelle"; -$locale["DB admin password:"] = "DB admin mot de passe :"; -$locale["DB admin user:"] = "DB admin nom de user :"; -$locale["Database"] = "Base de données"; -$locale["Date Format"] = "Format de la date"; -$locale["DeadEndPages"] = "PagesEnImpasse"; -$locale["DebugGroupInfo"] = "InfosDeDébogageGroupe"; -$locale["DebugInfo"] = "InfosDeDébogage"; -$locale["Default InterWiki map file not loaded."] = "Carte InterWiki par défaut non chargée."; -$locale["Default language: “%s”"] = "Langue par défaut : « %s »"; -$locale["Default preferences will be used."] = "Les préférences par défaut seront utilisées."; -$locale["Default theme: “%s”"] = "Thème par défaut : « %s »"; -$locale["Define a translation for a specified text."] = "Définir la traduction d'un texte spécifique."; -$locale["Define the translation for %s in %s"] = "Définir la traduction pour %s en %s"; -$locale["Del/+"] = "Suppr/+"; -$locale["Delete ACL"] = "Supprimer l'ACL"; -$locale["Delete page permissions."] = "Supprimer les permissions de page."; -$locale["Delete this ACL"] = "Supprimer cette ACL"; -$locale["Deleted"] = "Supprimé"; -$locale["Deleted %d pages with invalid names:"] = "%d pages ont été supprimées à cause de leur nom invalide:"; -$locale["Describe %s here."] = "Décrire %s ici."; -$locale["Description"] = "Description"; -$locale["Dialog"] = "Dialogue"; -$locale["Didn't purge page “%s”. Access denied."] = "Page « %s » non purgée. Accès refusé."; -$locale["Didn't remove page “%s”. Access denied."] = "Page « %s » non supprimée. Accès refusé."; -$locale["Diff previous Author"] = "Différences avec l'auteur précédent"; -$locale["Diff previous Revision"] = "Différences avec la version précédente"; -$locale["Diff: %s"] = "Diff : %s"; -$locale["Differences between %s and %s of %s."] = "Différences entre %s et %s de %s."; -$locale["Diffing pages"] = "Comparaison des pages"; -$locale["Discussion"] = "Discussion"; -$locale["Display PageTrail."] = "Afficher le fil d'Ariane."; -$locale["Display a list of randomly chosen pages or redirects to a random page."] = "Affiche une liste de pages prises au hasard sur ce wiki."; -$locale["Display a set of photos listed in a text file with optional descriptions."] = "Affiche un groupe de photos listées dans un fichier texte avec des descriptions facultatives."; -$locale["Display a url in a separate frame inside our body. Only one frame allowed."] = "Affiche une URL dans une cadre interne à la page. Un seul cadre autorisé."; -$locale["Display arbitrary SQL result tables."] = "Affiche le résultat de requêtes SQL simples."; -$locale["Display as Pdf"] = "Afficher en PDF"; -$locale["Display differences between revisions."] = "Affiche les différences entre versions."; -$locale["Display general and user specific auth information."] = "Afficher les informations générales de l'utilisateur."; -$locale["Display video in Flash or HTML5."] = "Afficher une vidéo en Flash ou HTML5."; -$locale["Do not send minor modifications"] = "Ne pas envoyer les modifications mineures"; -$locale["Do not send my own modifications"] = "Ne pas envoyer mes propres modifications"; -$locale["Do you %s want to add this page \"%s\" to your WatchList?"] = "Voulez-vous %s ajouter la page « %s » à votre liste de suivi ?"; -$locale["Do you really want to create the page “%s”?"] = "Voulez-vous réellement créer la page « %s » ?"; -$locale["Do you really want to reset all your UserPreferences?"] = "Voulez-vous réellement réinitialiser toutes vos préférences ?"; -$locale["Do you really want to reset the password of user %s?"] = "Voulez-vous réellement réinitialiser le mot de passe de %s ?"; -$locale["Don't cache this page."] = "Ne pas mettre en cache cette page."; -$locale["Double redirect not allowed."] = "La double redirection est interdite."; -$locale["Download all revisions for backup"] = "Télécharger toutes les versions pour sauvegarder"; -$locale["Download for Subversion"] = "Télécharger pour Subversion"; -$locale["Download for backup"] = "Télécharger pour sauvegarder"; -$locale["Download page contents"] = "Télécharger le contenu de la page"; -$locale["Downloading html zip dumps"] = "Téléchargement des sauvegardes HTML compressées"; -$locale["Downloading zip dumps"] = "Téléchargement des sauvegardes compressées"; -$locale["Dump Pages"] = "Récupérer les pages"; -$locale["Dump Pages as XHTML"] = "Exporter les pages en XHTML"; -$locale["Dump to directory"] = "Récupération dans le répertoire"; -$locale["Dumping Pages"] = "Récupération des pages"; -$locale["Dumping html pages"] = "Récupération des pages HTML"; -$locale["Dumping serial pages"] = "Récupération des pages sérialisées"; -$locale["DynamicIncludePage"] = "InclureUnePageDynamiquement"; -$locale["Dynamically include the content from another wiki page."] = "Inclure dynamiquement le texte d'une autre page wiki."; -$locale["E-mail"] = "Adresse électronique"; -$locale["E-mail Notification"] = "Courriel de notification"; -$locale["E-mail address confirmation"] = "Vérification de l'adresse électronique"; -$locale["E-mail address “%s” is not properly formatted"] = "L'adresse électronique « %s » ne semble pas être bien formée."; -$locale["E-mail address “%s” is properly formatted"] = "L'adresse électronique « %s » semble être bien formée."; -$locale["ERROR uploading “%s”"] = "ERREUR en déposant « %s » : "; -$locale["ERROR: No e-mail defined! You need to do this in your "] = "ERREUR : pas d'adresse électronique définie! Vous devez le faire dans vos "; -$locale["Easy navigation buttons for %s."] = "Boutons de navigation rapide pour %s."; -$locale["Edit"] = "Modifier"; -$locale["Edit %s"] = "Éditer %s"; -$locale["Edit Area Size"] = "Modifier la taille de la zone"; -$locale["Edit Old Revision"] = "Modifier l'ancienne version"; -$locale["Edit aborted."] = "Modification annulée."; -$locale["Edit metadata for %s."] = "Éditer les métadonnées pour %s."; -$locale["Edit this page"] = "Modifier cette page"; -$locale["Edit this page and all subpages"] = "Modifier cette page et toutes ses sous-pages"; -$locale["Edit: %s"] = "Modifier : %s"; -$locale["EditMetaData"] = "EditerLesMetaDonnées"; -$locale["EditMetaDataPlugin"] = "GreffonÉditerMetaData"; -$locale["EditText"] = "ÉditerLeContenu"; -$locale["Edited by: %s"] = "Modifié par : %s"; -$locale["Editing pages"] = "Modifier des pages"; -$locale["Either %s is missing or DATABASE_TYPE != “%s”"] = "%s est manquant ou DATABASE_TYPE != %s"; -$locale["Elapsed time: %s s"] = "Temps écoulé : %s s"; -$locale["Embed hidden comments in WikiPages."] = "Cacher des commentaires dans une page wiki."; -$locale["Empty Preferences or format of UserPreferences cookie not recognised."] = "PréférencesUtilisateurs vides, le cookie peut être mal reconnu."; -$locale["Empty link to: %s"] = "Lien vide vers : %s"; -$locale["Empty pagename!"] = "Nom de page vide !"; -$locale["Enable DoubleClick Edit"] = "Autoriser la modification par double clic"; -$locale["Enable configurable polls."] = "Permettre de faire des sondages configurables."; -$locale["Enter pages separated by space or comma. Wildcards (fileglobbing) allowed."] = "Entrer les pages séparées par des virgules. Les étoiles (jokers) sont autorisées."; -$locale["Enter your UserId to sign in"] = "Entrez votre identifiant utilisateur pour vous connecter"; -$locale["Entry on %s by %s."] = "Commentaire le %s par %s."; -$locale["Enumeration"] = "Énumération"; -$locale["Error"] = "Erreur"; -$locale["Error:"] = "Erreur :"; -$locale["Error: Couldn't send %s to %s"] = "Erreur : impossible d'envoyer %s à %s"; -$locale["Error: The user HomePage must be a valid WikiWord. Sorry, UserPreferences cannot be saved."] = "La page d'accueil d'un utilisateur doit être un NomWiki valide. Les préférences ne peuvent pas être enregistrées."; -$locale["Every"] = "Toutes"; -$locale["Expiry parameters"] = "Expiration des paramètres"; -$locale["Export to a separate public area?"] = "Exporter dans une zone publique distincte ?"; -$locale["External"] = "Externe"; -$locale["External Links"] = "Liens externes"; -$locale["External link (remember http:// prefix)"] = "Lien externe (le préfixe http:// est obligatoire)"; -$locale["ExternalSearch"] = "RechercheExterne"; -$locale["ExternalSearchPlugin"] = "GreffonRechercheExterne"; -$locale["FAILED"] = "ÉCHEC"; -$locale["FIXED"] = "CORRIGÉ"; -$locale["FORBIDDEN"] = "INTERDIT"; -$locale["Failed to connect to LDAP host"] = "Impossible de se connecter au serveur LDAP "; -$locale["Fatal PhpWiki Error"] = "Erreur fatale de PhpWiki"; -$locale["Favorite Categories"] = "Catégories populaires"; -$locale["File successfully uploaded."] = "Fichier téléchargé avec succès."; -$locale["File “%s” not found."] = "Fichier « %s » non trouvé."; -$locale["FileInfo"] = "InfosSurLeFichier"; -$locale["Files with extension %s are not allowed."] = "%s: extension interdite."; -$locale["Find page"] = "Rechercher"; -$locale["FindPage"] = "ChercherUnePage"; -$locale["First"] = "Premier"; -$locale["FoafViewer"] = "FoafViewer"; -$locale["FoafViewerPlugin"] = "GreffonFoafViewer"; -$locale["Found by "] = "Trouvé par "; -$locale["FrameInclude"] = "InclureUnCadre"; -$locale["FrameIncludePlugin"] = "GreffonInclureUnCadre"; -$locale["From english to %s: "] = "De l'anglais au %s : "; -$locale["Full changes"] = "Changements exhaustifs"; -$locale["Full text search results for “%s”"] = "Résultats de la recherche en texte intégral de « %s »"; -$locale["FullDump"] = "SauvegardeTotale"; -$locale["FullRecentChanges"] = "DernièresModifs"; -$locale["FullTextSearch"] = "RechercheEnTexteIntégral"; -$locale["FuzzyPages"] = "PagesFloues"; -$locale["General Auth Settings"] = "Préférences générales d'auteur"; -$locale["Get an e-mail notification at changes of the following pages:"] = "Recevoir une notification par courriel pour les modifications des pages suivantes :"; -$locale["Get debugging information for %s."] = "Obtenir des informations de débogage pour %s."; -$locale["Get preferences information for current user %s."] = "Obtenir des informations de préférences pour l'utilisateur %s."; -$locale["Given password ignored."] = "Mot de passe ignoré."; -$locale["Global user preferences (for all projects)"] = "Préférences globales (pour tous les projets)"; -$locale["Go"] = "OK"; -$locale["Go to %s."] = "Aller à %s."; -$locale["Go to or create page."] = "Aller à la page ou la créer."; -$locale["Go?"] = "Continuer?"; -$locale["GoTo"] = "AllerVers"; -$locale["GoodStyle"] = "StyleCorrect"; -$locale["Google:%s"] = "Google: %s"; -$locale["GoogleMaps"] = "GoogleMaps"; -$locale["GooglePlugin"] = "GreffonGoogle"; -$locale["Grant"] = "Accorder"; -$locale["Group %s does not exist"] = "Le groupe %s n'existe pas"; -$locale["Group page “%s” does not exist"] = "Le groupe de page « %s » n'existe pas"; -$locale["Group/User"] = "Groupe/utilisateur"; -$locale["Guest"] = "Invité"; -$locale["Guests"] = "Invités"; -$locale["H"] = "H"; -$locale["Handles threaded topics with comments/news and provide a input form."] = "Contrôler les sujets traités avec les commentaires/nouvelles et fournir une entrée de formulaire."; -$locale["Headline text"] = "Titre"; -$locale["Height"] = "Hauteur"; -$locale["HelloWorld"] = "BonjourLeMonde"; -$locale["HelloWorldPlugin"] = "GreffonBonjourLeMonde"; -$locale["Help"] = "Aide"; -$locale["Here you can override site-specific default values."] = "Ici vous pouvez écraser les valeurs par défaut du site spécifié."; -$locale["Hide %s"] = "Cacher %s"; -$locale["Hide or show LinkIcons (if supported by the current theme). Useful for text-only browsers or slow connections."] = "Cacher ou montrer les icônes de liens (si supportées par le thème actuel). Très utile pour les navigateurs ne supportant pas les images ou pour les connexion bas débit."; -$locale["Hide or show LinkIcons."] = "Cacher ou montrer les icônes de liens."; -$locale["History"] = "Historique"; -$locale["History of all major and minor edits by %s to page %s."] = "Historique de toutes les éditions majeures et mineures par %s sur la page %s."; -$locale["History of all major and minor modifications for any page edited by %s."] = "Historique des éditions majeures ou mineures pour n'importe quelle page éditée par %s."; -$locale["History of changes."] = "Historique des modifications."; -$locale["Hit statistics"] = "Statistiques de visites"; -$locale["Hits"] = "Visites"; -$locale["Home"] = "Accueil"; -$locale["Home Page"] = "Accueil"; -$locale["HomePage"] = "PageAccueil"; -$locale["HomePageAlias"] = "AliasAccueil"; -$locale["Horizontal line"] = "Ligne horizontale"; -$locale["HowToUseWiki"] = "CommentUtiliserWiki"; -$locale["HtmlConverter"] = "ConvertisseurHtml"; -$locale["I'm just doing minor edits. Please divert the usual logging to %s instead."] = "Je ne fais que des modifications mineures. Veuillez rediriger les logs habituels vers %s."; -$locale["I'm sorry. Version %d of %s is not in the database."] = "Je suis désolé. La version %d de %s n'est pas dans la base de données."; -$locale["Ignore wiki formatting"] = "Ignorer la syntaxe wiki"; -$locale["Illegal access to page %s: no read access"] = "Accès en lecture interdit pour la page « %s »."; -$locale["Illegal character “%s” in page name."] = "Caractère « %s » interdit dans le nom de la page."; -$locale["Illegal characters in external URL."] = "Caractère interdit dans une URL externe."; -$locale["Illegal chars %s removed"] = "Caractères interdits %s supprimés"; -$locale["Illegal inclusion of page %s: no read access."] = "Insertion récursive de la page %s ignoré."; -$locale["Illegal operator: %s"] = "Opérateur interdit : %s"; -$locale["Image loaded from cache file: %s"] = "Image chargée depuis le fichier cache : %s"; -$locale["Image saved to cache file: %s"] = "Image sauvée dans le fichier cache : %s"; -$locale["Imdb"] = "Imdb"; -$locale["In the time since you started editing this page, another user has saved a new version of it."] = "Depuis que vous avez commencé à modifier cette page, un autre utilisateur en a enregistré une nouvelle version."; -$locale["In total there are %d user sessions online. :: Unique %d Registered and %d Guests"] = "Au total: %d utilisateurs en ligne. :: %d enregistré(s) et %d invité(s)"; -$locale["Include an external web page within the body of a wiki page."] = "Inclure une page externe dans le corps de la page wiki."; -$locale["Include multiple pages."] = "Inclure plusieurs pages."; -$locale["Include recursively all linked pages starting at [pagename]."] = "Créer une carte du site commençant à [pagename]."; -$locale["Include text from another wiki page."] = "Inclure le texte d'une autre page wiki."; -$locale["Include the content of all SubPages of the current page."] = "Pour inclure le contenu de toutes les sous-pages de la page actuelle."; -$locale["IncludePage"] = "InclureUnePage"; -$locale["IncludePagePlugin"] = "GreffonInclureUnePage"; -$locale["IncludePages"] = "InclureDesPages"; -$locale["IncludeSiteMap"] = "CarteDuSite"; -$locale["IncludeTree"] = "InclureUnArbre"; -$locale["Included from %s"] = "Inséré de %s"; -$locale["Included from %s (revision %d)"] = "Inséré de %s (version %d)"; -$locale["Index"] = "Index"; -$locale["Inline images"] = "Images intégrées"; -$locale["Insert"] = "Insérer"; -$locale["Insert Categories"] = "Ajouter une catégorie"; -$locale["Insert Image or Video"] = "Ajouter une image ou une vidéo"; -$locale["Insert PageLink"] = "Insérer un lien"; -$locale["Insert Plugin"] = "Insérer un greffon"; -$locale["Insert Template"] = "Ajouter un modèle"; -$locale["Insert non-formatted text here"] = "Insérer le texte préformaté ici"; -$locale["Insufficient permissions."] = "Permissions insuffisantes."; -$locale["InterWiki"] = "InterWiki"; -$locale["InterWiki Address"] = "Adresse InterWiki"; -$locale["InterWikiMap"] = "CarteInterWiki"; -$locale["InterWikiSearch"] = "RechercheInterWiki"; -$locale["Invalid ACL"] = "ACL invalide"; -$locale["Invalid [] syntax ignored"] = "Syntaxe [] invalide ignorée"; -$locale["Invalid argument %s"] = "Argument non valable %s"; -$locale["Invalid argument: %s=%s"] = "Argument non valable : %s=%s"; -$locale["Invalid attribute %s=%s for image %s"] = "Attribut non valable %s=%s pour l'image %s"; -$locale["Invalid color: %s"] = "Couleur non valide : %s"; -$locale["Invalid image size"] = "Taille d'image invalide"; -$locale["Invalid password or userid."] = "Mot de passe ou utilisateur non valide."; -$locale["Invalid password."] = "Mot de passe invalide."; -$locale["Invalid username “%s” for LDAP Auth"] = "Utilisateur non valide « %s » dans l'annuaire LDAP"; -$locale["Invalid username."] = "Identifiant d'utilisateur invalide."; -$locale["Is External"] = "Est externe"; -$locale["Italic text"] = "Italique"; -$locale["Italic text [alt-i]"] = "Italique [alt-i]"; -$locale["JabberPresence"] = "PrésenceJabber"; -$locale["Keep old"] = "Garder l'ancien"; -$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["Language"] = "Langue"; -$locale["Last"] = "Dernier"; -$locale["Last Author"] = "Dernier auteur"; -$locale["Last Difference"] = "Dernière différence"; -$locale["Last Modified"] = "Dernière modification"; -$locale["Last Summary"] = "Dernier résumé"; -$locale["Last edited on %s"] = "Dernière modification %s"; -$locale["LatestSnapshot"] = "DernierInstantané"; -$locale["Layout tables using a very rich markup style."] = "Un système de marques pour faire des tableaux sophistiqués."; -$locale["Layout tables using the old markup style."] = "Apparences de tableaux utilisant l'ancien modèle de balisage."; -$locale["LdapSearch"] = "LdapChercher"; -$locale["Left Menu"] = "Menu de gauche"; -$locale["Legend"] = "Légende"; -$locale["Level 1 headline"] = "Titre de niveau 1"; -$locale["Like Pages"] = "Pages semblables"; -$locale["Like pages"] = "Pages semblables"; -$locale["LikePages"] = "PagesSemblables"; -$locale["Line %s does not begin with a '|'."] = "La ligne %s ne commence pas par un '|'."; -$locale["Link"] = "Lien"; -$locale["Link to page"] = "Lien vers une page"; -$locale["LinkDatabase"] = "LiensDatabase"; -$locale["LinkIcons"] = "IcônesLiens"; -$locale["Links"] = "Liens"; -$locale["List"] = "Liste"; -$locale["List PageHistory for %s."] = "Historique de %s."; -$locale["List all new pages per month per user."] = "Lister toutes les nouvelles pages par mois par utilisateur."; -$locale["List all once authenticated users."] = "Énumérez tous les utilisateurs une fois authentifiés."; -$locale["List all page revisions edited by one user with diff links, or show a PageHistory-like list of a single page for only one user."] = "Affiche la liste de toutes les versions faites par un auteur, ou montre une liste du type HistoriquePage pour une simple page uniquement pour un auteur."; -$locale["List all pages in this wiki."] = "Liste de toutes les pages de ce wiki."; -$locale["List all pages which link to %s."] = "Liste des pages liées à %s."; -$locale["List all recent changes in this wiki."] = "Montrer tous les changements récents de ce wiki."; -$locale["List all recent edits in this wiki."] = "Afficher les dernières modifications de ce wiki."; -$locale["List of pages created by [%s] (%d total):"] = "Liste des pages créées par [%s] (%d au total) :"; -$locale["List of pages last edited by [%s] (%d total):"] = "Liste des pages modifiées en dernier par [%s] (%d au total) :"; -$locale["List of pages owned by [%s] (%d total):"] = "Liste des pages possédées par [%s] (%d au total) :"; -$locale["List of plugins on this wiki."] = "Liste des greffons de ce wiki."; -$locale["List of user-created pages (%d total):"] = "Liste des pages créées par les utilisateurs (%d au total) :"; -$locale["List page names which share an initial or final title word with “%s”."] = "Affiche la liste des pages qui partagent un mot initial ou final dans leur titre avec %s."; -$locale["List pages that are explicitly given as the pages argument."] = "Liste des pages qui sont explicitement données en argument."; -$locale["List pages which are not linked to by any other page."] = "Liste des pages qui ne sont liées à aucune autre."; -$locale["List referenced page names which do not exist yet."] = "Afficher toutes les pages référencées qui n'existent pas."; -$locale["List the most popular pages."] = "Voir les pages les plus populaires."; -$locale["List this page and all subpages"] = "Lister cette page et ses sous-pages"; -$locale["ListPages"] = "ListeDePages"; -$locale["ListRelations"] = "ListeDesRelations"; -$locale["ListSubpages"] = "ListeDesSousPages"; -$locale["Lists the names of all SubPages of the current page."] = "Affiche la liste des noms de toutes les sous-pages de la page courante."; -$locale["LiveSearch"] = "RechercheLive"; -$locale["Load File"] = "Importer un fichier"; -$locale["LoadDump"] = "RécupérationDeLaPage"; -$locale["Loading InterWikiMap from external file %s."] = "Chargement de la CarteInterWiki depuis le fichier %s."; -$locale["Loading files"] = "Chargement des fichiers"; -$locale["Loading up virgin wiki"] = "Chargement du nouveau wiki"; -$locale["Loading “%s”"] = "Chargement de « %s »"; -$locale["Lock"] = "Verrouiller"; -$locale["Lock Page"] = "Verrouiller la page"; -$locale["Locked"] = "Verrouillé"; -$locale["Locking pages"] = "Verrouiller des pages"; -$locale["Logout"] = "Déconnexion"; -$locale["MIME file %s"] = "fichier MIME %s"; -$locale["MISSING"] = "MANQUANT"; -$locale["MagicPhpWikiURLs"] = "URLMagiquesPhpWiki"; -$locale["Main Categories"] = "Catégories principales"; -$locale["Major modifications only"] = "Que les modifications majeures"; -$locale["Make the page external?"] = "Rendre la page externe ?"; -$locale["Make the page public?"] = "Rendre la page publique ?"; -$locale["Make the page read-only?"] = "Rendre la page non modifiable ?"; -$locale["Make use of the Google API."] = "Utiliser l'API Google."; -$locale["Markup cache purged!"] = "Cache de marques purgé !"; -$locale["Members:"] = "Membres :"; -$locale["Merge Edit"] = "Fusionner les modifications"; -$locale["Merge and Edit: %s"] = "Fusionner et modifier : %s"; -$locale["Message"] = "Message"; -$locale["Method “%s” not implemented in this GROUP_METHOD %s"] = "La méthode « %s » n'est pas implémentée dans ce GROUP_METHOD (%s)"; -$locale["Minor"] = "Mineur"; -$locale["Minor Edit"] = "Modification mineure"; -$locale["Miscellaneous utility functions for the Administrator."] = "Plusieurs fonctions pour l'administration d'un wiki."; -$locale["Missing %s for %s"] = "Il manque %s pour %s"; -$locale["Missing PagePermission:"] = "Permission de page individuelle absente :"; -$locale["ModeratedPage"] = "PageModérée"; -$locale["ModeratedPage Notification Error: Couldn't send e-mail"] = "Erreur lors des notifications de page: impossible d'envoyer"; -$locale["Modern"] = "Moderne"; -$locale["Modified"] = "Modifié"; -$locale["Modified on %s by %s"] = "Modifié le %s par %s"; -$locale["Moniker"] = "Nom"; -$locale["More..."] = "Plus..."; -$locale["MoreAboutMechanics"] = "DétailsTechniques"; -$locale["Most users ever online was %d at %s."] = "Record du nombre d'utilisateur: %d le %s."; -$locale["MostPopular"] = "LesPlusVisitées"; -$locale["My Changes"] = "Mes modifications"; -$locale["My Discussion"] = "Ma page de discussion"; -$locale["My Preferences"] = "Mes préférences"; -$locale["My User Page"] = "Ma page"; -$locale["My modifications only"] = "Que mes modifications"; -$locale["My pages only"] = "Que mes pages"; -$locale["Name"] = "Nom"; -$locale["Navigation"] = "Navigation"; -$locale["Never edited"] = "Jamais éditée"; -$locale["New Topic"] = "Nouveau sujet"; -$locale["New comment."] = "Nouveau commentaire."; -$locale["New entry"] = "Nouvelle entrée"; -$locale["New page"] = "Nouvelle page"; -$locale["New pages only"] = "Que les nouvelles pages"; -$locale["New password"] = "Nouveau mot de passe"; -$locale["New users may use an empty password."] = "Les nouveaux utilisateurs devraient utiliser un mot de passe vide."; -$locale["New watchlist: "] = "Nouvelle liste de suivi : "; -$locale["Newer page:"] = "Page plus récente :"; -$locale["Next"] = "Suivant"; -$locale["Next Month"] = "Mois suivant"; -$locale["No"] = "Non"; -$locale["No DSN alias for SqlResult.ini specified"] = "Aucun alias DSN spécifié pour SqlResult.ini"; -$locale["No DSN for alias %s in SqlResult.ini found"] = "Aucun alias DSN trouvé pour %s dans SqlResult.ini"; -$locale["No LDAP in this PHP version"] = "Pas de LDAP dans cette version de php"; -$locale["No changes found"] = "Aucune modification trouvée"; -$locale["No changes."] = "Aucun changement."; -$locale["No comments found"] = "Aucun commentaire trouvé"; -$locale["No file selected. Please select one."] = "Pas de fichier sélectionné. Merci d'en sélectionner un."; -$locale["No fuzzy matches with “%s”"] = "Pas de correspondances floues avec « %s »"; -$locale["No metadata for %s"] = "Pas de métadonnées pour %s"; -$locale["No or not enough GROUP_DB SQL statements defined"] = "Aucun ou pas assez de GROUP_DB définis pour SQL"; -$locale["No or unsupported GROUP_METHOD defined"] = "Aucun GROUP_METHOD défini, ou GROUP_METHOD non supporté"; -$locale["No other page links to %s yet."] = "Aucune page n'est déjà liée à %s."; -$locale["No page links to %s."] = "Aucune page ne pointe vers %s."; -$locale["No pagedata for %s"] = "Pas de données de page pour %s"; -$locale["No pages changed."] = "Aucune page modifiée."; -$locale["No pages purged."] = "Aucune page purgée."; -$locale["No pages removed."] = "Aucune page n'a été supprimée."; -$locale["No pages renamed."] = "Aucune page n'a été renommée."; -$locale["No pages with bad names had to be deleted."] = "Aucune page supprimées avec un nom invalide."; -$locale["No revert: no page content"] = "Pas de révocation : pas de contenu dans la page"; -$locale["No revert: same version page"] = "Pas de révocation : même version de la page"; -$locale["No revisions found"] = "Aucune version trouvée"; -$locale["No uploaded file to upload?"] = "Pas de fichier à déposer ?"; -$locale["No userid"] = "Pas d'identifiant utilisateur"; -$locale["NoCache"] = "PasDeCache"; -$locale["None"] = "Aucun"; -$locale["Not enough questions answered!"] = "Pas assez de réponses fournies !"; -$locale["Note that many browsers will automatically adjust the width of the editing area so that it fills the browser window. In this case, the width preference will be ignored."] = "Notez que beaucoup de navigateurs ajusteront automatiquement la largeur de la zone d'édition de façon qu'elle remplisse la fenêtre. Le paramètre concernant la largeur sera ignoré dans ce cas."; -$locale["Note, that user accounts with bouncing e-mails will be disabled."] = "Notez que les comptes avec une adresse électronique invalide seront désactivés."; -$locale["Note:"] = "Note :"; -$locale["Note: Only if you create your personal HomePage with same the pagename as your user id, you will be able to store your UserPreferences. Otherwise not."] = "Note: Vous pourrez enregistrer vos PréférencesUtilisateurs uniquement si vous créez votre propre page d'accueil portant le nom de votre identifiant."; -$locale["Nothing found"] = "Aucun résultat"; -$locale["OK"] = "OK"; -$locale["Old UserPage %s without stored password updated with empty password. Set a password in your UserPreferences."] = "L'ancienne page %s sans mot de passe attribué a été mise à jour avec un mot de passe vide. Définissez un mot de passe dans vos PréférencesUtilisateurs."; -$locale["Old and new pages"] = "Pages anciennes et nouvelles"; -$locale["OldStyleTable"] = "TableauAncienStyle"; -$locale["OldStyleTablePlugin"] = "GreffonTableauAncienStyle"; -$locale["OldTextFormattingRules"] = "AnciennesRèglesDeFormatageDesTextes"; -$locale["Older page:"] = "Page plus ancienne :"; -$locale["One UserPreferences field successfully updated."] = "Une préférence a été mise à jour avec succès."; -$locale["One page has been changed:"] = "Une page a été modifiée :"; -$locale["One page has been permanently purged:"] = "Une page a été définitivement purgée :"; -$locale["One page has been removed:"] = "Une page a été supprimée :"; -$locale["One page has been renamed:"] = "Une page a été renommée :"; -$locale["One page links to %s:"] = "Une page pointe vers %s :"; -$locale["One page would link to %s:"] = "Une page pointerait vers %s :"; -$locale["Oops! Revision %s of %s seems to have been deleted!"] = "Ouille ! La version %s de %s semble avoir été effacée !"; -$locale["Operation undone"] = "Opération annulée"; -$locale["Optimizing database"] = "Optimisation de la base de données"; -$locale["Orphaned Pages in this wiki (%d total):"] = "Pages Orphelines dans ce wiki (%d au total) :"; -$locale["OrphanedPages"] = "PagesOrphelines"; -$locale["Other diffs:"] = "Autres comparaisons :"; -$locale["Other version"] = "L'autre version"; -$locale["Our users created a total of %d pages."] = "Nos utilisateurs ont créé un total de %d pages."; -$locale["Overwrite All"] = "Tout écraser"; -$locale["Overwrite with new"] = "Écraser avec le nouveau"; -$locale["Owner"] = "Propriétaire"; -$locale["Owner: %s"] = "Propriétaire : %s"; -$locale["PHP syntax highlighting."] = "Coloration syntaxique du PHP."; -$locale["PHP was unable to create a new GD image stream. Read 'lib/plugin/text2png.php' for details."] = "PHP n'a pas pu créer un nouveau flux d'image GD. Lisez 'lib/plugin/text2png.php' pour plus de détails."; -$locale["Page"] = "Page"; -$locale["Page Content: "] = "Contenu de la page : "; -$locale["Page Execution took %s seconds"] = "L'exécution de la page a pris %s secondes"; -$locale["Page Info"] = "Infos sur la page"; -$locale["Page Locked"] = "Page verrouillée"; -$locale["Page Name"] = "Nom de la page"; -$locale["Page Trail"] = "Fil d'Ariane"; -$locale["Page Type"] = "Type de page"; -$locale["Page Version"] = "Version de la page"; -$locale["Page change"] = "Modification de la page"; -$locale["Page creation"] = "Création de la page"; -$locale["Page dump"] = "Cliché de la page"; -$locale["Page info"] = "Infos sur la page"; -$locale["Page name too long"] = "Le nom de la page est trop long"; -$locale["Page names with prefix “%s”"] = "Noms de page ayant le préfixe « %s »"; -$locale["Page names with suffix “%s”"] = "Noms de page ayant le suffixe « %s »"; -$locale["Page now external."] = "La page est maintenant externe."; -$locale["Page now locked."] = "La page est maintenant verrouillée."; -$locale["Page now not-external."] = "La page est maintenant interne."; -$locale["Page now not-public."] = "La page est maintenant privée."; -$locale["Page now public."] = "La page est maintenant publique."; -$locale["Page now unlocked."] = "La page est maintenant déverrouillée."; -$locale["Page once only"] = "Une fois par page"; -$locale["Page rename %s to %s"] = "Page renommée de %s à %s"; -$locale["Page statistics"] = "Statistiques de page"; -$locale["Page successfully updated."] = "Page mise à jour avec succès."; -$locale["Page “%s” already exists. Ignored."] = "La page « %s » existe déjà. Ignorée."; -$locale["Page “%s” does not exist."] = "La page « %s » n'existe pas."; -$locale["PageChange Notification Error: Couldn't send %s to %s"] = "Erreur lors de la notification de changement de page : impossible d'envoyer %s à %s"; -$locale["PageChange Notification of %s"] = "Notification de changement de la page %s"; -$locale["PageChange Notification of %s sent to %s"] = "La notification de changement de la page %s a été envoyée à %s"; -$locale["PageDump"] = "RécupérationDeLaPage"; -$locale["PageGroup"] = "GroupeDePages"; -$locale["PageGroup for %s."] = "Groupe de pages pour %s."; -$locale["PageHistory"] = "HistoriqueDeLaPage"; -$locale["PageHistory for %s"] = "Historique de %s"; -$locale["PageInfo"] = "InfosSurLaPage"; -$locale["PageName|optional label"] = "Page|label optionnel"; -$locale["PageTrail"] = "TracePage"; -$locale["Pagedata size: %d KiB"] = "Taille des données de la page : %d Kio"; -$locale["Pages which have been deleted at least %s days are already checked."] = "Les pages qui ont été supprimées il y a au plus %s jours sont déjà cochées."; -$locale["Password cannot be changed."] = "Impossible de changer le mot de passe."; -$locale["Password updated."] = "Mot de passe mis à jour."; -$locale["Password was not changed."] = "Le mot de passe n'a pas été mis à jour."; -$locale["Password:"] = "Mot de passe :"; -$locale["PasswordReset"] = "RéinitialiserLeMotDePasse"; -$locale["Past versions of this page."] = "Versions précédentes de cette page."; -$locale["Perform searches on InterWiki sites listed in InterWikiMap."] = "Effectuer une recherche sur les sites InterWiki contenu dans la carte InterWiki."; -$locale["Permanently purge all selected pages."] = "Purger définitivement toutes les pages sélectionnées."; -$locale["Permanently purge selected pages"] = "Purger définitivement les pages sélectionnées"; -$locale["Permanently remove all selected pages."] = "Supprimer toutes les pages sélectionnées en permanence."; -$locale["Permission"] = "Permission"; -$locale["Personal Auth Settings for “%s”"] = "Préférences personnelles pour « %s »"; -$locale["Personal language:"] = "Ma langue :"; -$locale["Personal theme:"] = "Thème personnel :"; -$locale["PgsrcTranslation"] = "TraductionPgsrc"; -$locale["PhotoAlbum"] = "AlbumPhotos"; -$locale["PhotoAlbumPlugin"] = "GreffonAlbumPhotos"; -$locale["PhpHighlight"] = "ColorationPhp"; -$locale["PhpHighlightPlugin"] = "GreffonColorationPhp"; -$locale["PhpWeather"] = "MétéoPhp"; -$locale["PhpWeatherPlugin"] = "GreffonMétéoPhp"; -$locale["PhpWiki"] = "PhpWiki"; -$locale["PhpWiki developers should manually inspect the downloaded file for nested markup before rewrapping with emacs and checking into Subversion."] = "Les développeurs de PhpWiki devraient inspecter manuellement les balises des fichiers téléchargés avant de les éditer sous Emacs et les publier sous Subversion."; -$locale["PhpWiki engine version"] = "Version de PhpWiki"; -$locale["PhpWikiAdministration"] = "AdministrationDePhpWiki"; -$locale["PhpWikiDocumentation"] = "DocumentationDePhpWiki"; -$locale["PhpWikiPoll"] = "SondagePhpWiki"; -$locale["Please check it through before saving."] = "Veuillez la vérifier avant de l'enregistrer."; -$locale["Please contact your PhpWiki administrator for assistance."] = "Veuillez contacter l'administrateur pour l'assistance."; -$locale["Please continue editing. (You'll find your %s at the bottom of the page.)"] = "Veuillez continuer votre édition. (Vous trouverez votre %s en bas de page)."; -$locale["Please ensure that %s is writable, or redefine %s in config/config.ini."] = "Veuillez vous assurer que %s est modifiable, ou redéfinissez %s dans config/config.ini."; -$locale["Please set ENCRYPTED_PASSWD to false in config/config.ini and probably change ADMIN_PASSWD."] = "Veuillez définir ENCRYPTED_PASSWD à false dans config/config.ini et probablement l'ADMIN_PASSWD."; -$locale["Please set ENCRYPTED_PASSWD to true in config/config.ini."] = "Veuillez définir ENCRYPTED_PASSWD à true dans config/config.ini."; -$locale["Please set a password in UserPreferences."] = "Veuillez définir votre mot de passe dans PréférencesUtilisateurs."; -$locale["Please use one of the downloadable versions rather than copying and pasting from the above preview."] = "Veuillez utiliser une des versions téléchargeables au lieu de copier-coller à partir de la prévisualisation."; -$locale["Ploticus image creation."] = "Création de l'image Ploticus."; -$locale["PloticusPlugin"] = "GreffonPloticus"; -$locale["Plugin"] = "Greffon"; -$locale["Plugin %s disabled."] = "Le greffon %s est désactivé."; -$locale["Plugin %s failed."] = "Échec du greffon %s."; -$locale["Plugin %s: undefined"] = "Greffon %s: non défini"; -$locale["Plugin not run: not in browse mode"] = "Greffon non exécuté (hors navigation)"; -$locale["Plugin “%s” does not exist."] = "Le greffon « %s » n'existe pas."; -$locale["PluginManager"] = "GestionsDesPlugins"; -$locale["PopularNearby"] = "PopulairesAlentour"; -$locale["PopularTags"] = "ÉtiquettesPopulaires"; -$locale["Post new"] = "Poster une annonce"; -$locale["Posted: %s"] = "Posté le %s"; -$locale["Prediction: %.1f"] = "Prédiction : %.1f"; -$locale["Prediction: %s"] = "Prédiction : %s"; -$locale["PreferenceApp"] = "AppPréférences"; -$locale["Preferences"] = "Préférences"; -$locale["PreferencesInfo"] = "PréférencesInfo"; -$locale["Prev"] = "Précédent"; -$locale["PrevNext"] = "PrécédentSuivant"; -$locale["Preview"] = "Prévisualiser"; -$locale["Preview as developer format"] = "Prévisualisation au format développeurs"; -$locale["Preview as normal format"] = "Prévisualisation au format de sauvegarde"; -$locale["Preview only! Changes not saved."] = "Prévisualisation uniquement ! Modifications non enregistrées."; -$locale["Preview only! Changes not saved. Please continue editing. (You'll find your edit area at the bottom of the page.)"] = "Vous êtes en prévisualisation ! Veuillez continuer votre édition. (Vous trouverez votre zone d'édition en bas de page)."; -$locale["Preview: Page dump of %s"] = "Prévisualisation : récupération de %s"; -$locale["Previous"] = "Précédent"; -$locale["Previous Author"] = "Auteur précédent"; -$locale["Previous Major Revision"] = "Version majeure précédente"; -$locale["Previous Month"] = "Mois précédent"; -$locale["Previous Revision"] = "Version précédente"; -$locale["Printable version"] = "Version imprimable"; -$locale["Printer"] = "Imprimante"; -$locale["Propagate new permissions to all subpages?"] = "Propager les nouvelles permissions aux sous-pages ?"; -$locale["Provide access to PhpWiki's lower level system information."] = "Affiche les informations de bas niveau pour PhpWiki."; -$locale["Provide for raw HTML within wiki pages."] = "Un greffon pour intégrer du code HTML dans les pages wiki."; -$locale["Provide weather reports from the Internet."] = "Météo importée d'internet."; -$locale["Public"] = "Public"; -$locale["Purge"] = "Purger"; -$locale["Purge HTML cache"] = "Vider le cache HTML"; -$locale["Purge HTML cache for this page. Regenerate from WikiMarkup when next accessed."] = "Purge le cache HTML pour cette page. Régénère depuis WikiMarkup lors du prochain accès."; -$locale["Purge Markup Cache"] = "Purger le cache"; -$locale["Purge Page"] = "Purger la page"; -$locale["Purge all Pages With Invalid Names"] = "Supprimer les pages dont le nom n'est pas valide"; -$locale["Purge cancelled"] = "Purge de la page annulée"; -$locale["Purge this page"] = "Purger cette page"; -$locale["PurgeHtmlCache"] = "PurgerLeCache"; -$locale["Purged page “%s” successfully."] = "Page « %s » purgée avec succès."; -$locale["Purging pages"] = "Purger des pages"; -$locale["Querying backend directly for “%s”"] = "Requête directe au backend pour « %s »"; -$locale["Quick Search"] = "Recherche rapide"; -$locale["Random Page"] = "Une page au hasard"; -$locale["RandomPage"] = "PageAléatoire"; -$locale["Rate"] = "Note"; -$locale["Rate It"] = "Notez-la"; -$locale["RateIt"] = "ClassezLa"; -$locale["Rating"] = "Classement"; -$locale["Rating deleted!"] = "Évaluation supprimée !"; -$locale["Raw HTML"] = "HTML Pur"; -$locale["Raw HTML is disabled in this wiki."] = "Le HTML est interdit sur ce wiki."; -$locale["RawHtmlPlugin"] = "GreffonHtmlPur"; -$locale["Reason: "] = "Raison : "; -$locale["Recent Changes"] = "Modifications récentes"; -$locale["Recent Comments"] = "Derniers commentaires"; -$locale["Recent Edits"] = "Modifications récentes"; -$locale["Recent changes"] = "Dernières modifications"; -$locale["Recent comments"] = "Derniers commentaires"; -$locale["Recent new pages"] = "Dernières pages créées"; -$locale["RecentChanges"] = "DernièresModifs"; -$locale["RecentChangesCached"] = "DernièresModifsEnCache"; -$locale["RecentComments"] = "CommentairesRécents"; -$locale["RecentEdits"] = "ÉditionsRécentes"; -$locale["RecentVisitors"] = "VisiteursRécents"; -$locale["Recursive inclusion of page %s"] = "Insertion récursive de la page %s"; -$locale["Recursive inclusion of page %s ignored"] = "Insertion récursive de la page %s ignoré"; -$locale["Recursive inclusion of url %s"] = "Insertion récursive de l'URL %s"; -$locale["Recursive redirect to self: “%s”"] = "Redirection récursive vers soi-même: « %s »"; -$locale["Recursively get BackLinks or links."] = "Obtenir récursivement des rétroliens ou liens."; -$locale["Redirect"] = "Redirection"; -$locale["Redirect to an external web site based on form input."] = "Redirige vers un site externe basé sur un formulaire."; -$locale["Redirect to another URL or page."] = "Redirige vers une autre URL ou page."; -$locale["RedirectTo"] = "RedirigerVers"; -$locale["RedirectToPlugin"] = "GreffonRedirection"; -$locale["References"] = "Références"; -$locale["Regex?"] = "Expression régulière ?"; -$locale["Registered Users"] = "Utilisateurs inscrits"; -$locale["Registered Users Online: "] = "Utilisateurs enregistrés en ligne : "; -$locale["Reject"] = "Rejeter"; -$locale["Related Changes"] = "Changements liés"; -$locale["Related Links"] = "Liens correspondants"; -$locale["Related changes"] = "Changements liés"; -$locale["RelatedChanges"] = "ChangementsLiés"; -$locale["Relation"] = "Relation"; -$locale["Relation %s to page %s"] = "Relation %s vers la page %s"; -$locale["Relations"] = "Relations"; -$locale["ReleaseNotes"] = "NotesDeVersion"; -$locale["Remove"] = "Supprimer"; -$locale["Remove Comment"] = "Supprimer le commentaire"; -$locale["Remove Page"] = "Supprimer la page"; -$locale["Remove cancelled"] = "Suppression de la page annulée"; -$locale["Remove selected pages"] = "Supprimer les pages sélectionnées"; -$locale["Remove this page"] = "Supprimer cette page"; -$locale["Removed page “%s” successfully."] = "Page « %s » supprimée avec succès."; -$locale["Removing pages"] = "Supprimer les pages"; -$locale["Rename"] = "Renommer"; -$locale["Rename Page"] = "Renommer la page"; -$locale["Rename selected pages"] = "Renommer les pages sélectionnées"; -$locale["Rename selected pages."] = "Renommer les pages sélectionnées."; -$locale["Rename to"] = "Renommer en"; -$locale["Renamed by: %s"] = "Renommée par : %s"; -$locale["Renamed page from “%s” to “%s”."] = "Page renommée de « %s » à « %s »."; -$locale["Renaming created redirect page from “%s” to “%s”"] = "Le renommage a créé une redirection de « %s » à « %s »"; -$locale["Replace"] = "Remplacer"; -$locale["Replace all occurences of the given string in the content of all selected pages."] = "Remplacer tous les occurences de la chaîne dans toutes les pages sélectionnées."; -$locale["Replace with"] = "Remplacer par"; -$locale["Replace “%s” by “%s”"] = "Remplacer « %s » par « %s »"; -$locale["Replaced “%s” with “%s” in page “%s”."] = "« %s » a bien été remplacé par « %s » dans la page « %s »."; -$locale["Reply"] = "Répondre"; -$locale["Required argument %s missing"] = "Argument obligatoire %s manquant"; -$locale["Requires WikiAdmin privileges to edit."] = "Nécessite les privilèges administrateur pour l'édition."; -$locale["Reset"] = "Réinitialiser"; -$locale["Reset Preferences"] = "Réinitialiser les préférences"; -$locale["Restore Anyway"] = "Restaurer quand même"; -$locale["Return to %s"] = "Retourner à %s"; -$locale["Revert"] = "Révoquer"; -$locale["Revert cancelled"] = "Révocation annulée"; -$locale["Revert to version %d"] = "Revenir à la version %d"; -$locale["Revert: %s"] = "Révoquer : %s"; -$locale["Revert: missing required version argument"] = "Révocation : argument de version obligatoire manquant"; -$locale["Revision Not Found"] = "Version non trouvée"; -$locale["RichTable"] = "BeauTableau"; -$locale["RichTablePlugin"] = "GreffonBeauTableau"; -$locale["RssFeed"] = "RessourcesRss"; -$locale["SOAP access"] = "Accès SOAP"; -$locale["Sample table"] = "Exemple de table"; -$locale["SandBox"] = "BacÀSable"; -$locale["Save"] = "Enregistrer"; -$locale["Saved on"] = "Enregistrée le"; -$locale["Saved: %s"] = "Enregistrée : %s"; -$locale["Saving this page will overwrite the current version."] = "Enregistrer cette page écrasera la version actuelle."; -$locale["Score"] = "Score"; -$locale["Search"] = "Rechercher"; -$locale["Search & Replace"] = "Rechercher & Remplacer"; -$locale["Search an LDAP directory."] = "Chercher dans un annuaire LDAP."; -$locale["Search and replace text in selected wiki pages."] = "Recherche puis remplace le texte dans les pages sélectionnées."; -$locale["Search for"] = "Rechercher"; -$locale["Search for page titles similar to %s."] = "Rechercher le titre de page similaire à %s."; -$locale["Search the content of all pages in this wiki."] = "Rechercher le contenu de toutes les pages de ce wiki."; -$locale["Search the titles of all pages in this wiki."] = "Rechercher les titres de toutes les pages de ce wiki."; -$locale["Search:"] = "Rechercher :"; -$locale["SearchReplace"] = "Rechercher et Remplacer"; -$locale["See %s"] = "Voir %s"; -$locale["See %s tips for editing."] = "Voir les conseils pour éditer les pages dans %s."; -$locale["See: %s"] = "Voir : %s"; -$locale["Select pages"] = "Sélectionner les pages"; -$locale["Select the files to purge"] = "Sélectionnez les fichiers à purger"; -$locale["Select the pages to change the owner"] = "Sélectionnez les pages dont vous voulez changer le propriétaire"; -$locale["Select the pages to rename:"] = "Sélectionnez les pages à renommer :"; -$locale["Select the pages to search and replace"] = "Sélectionner ci-dessous les pages dans lesquelles la recherche sera effectuée :"; -$locale["Select the pages where to delete access rights"] = "Sélectionnez les pages dont vous voulez supprimer les droits d'accès"; -$locale["Select: "] = "Sélectionner : "; -$locale["Selected Grant checkboxes allow access, unselected checkboxes deny access."] = "Les cases sélectionnées autorisent l'accès, sinon elles l'interdisent."; -$locale["Selected Pages: "] = "Pages sélectionnées : "; -$locale["Semantic relations for %s"] = "Relations sémantiques pour %s"; -$locale["SemanticRelations"] = "RelationsSémantiques"; -$locale["Send e-mail"] = "Envoyer message"; -$locale["Serialized file %s"] = "Fichier sérialisé %s"; -$locale["Set Password"] = "Choisir un mot de passe"; -$locale["Set USE_DB_SESSION to false."] = "Mettre USE_DB_SESSION à false."; -$locale["Set individual page permissions."] = "Modifier les permissions individuelles de la page."; -$locale["Show Group Information."] = "Information sur le groupe."; -$locale["Show Page Trail"] = "Afficher le fil d'Ariane"; -$locale["Show Page Trail at top of page."] = "Afficher le fil d'Ariane en tête de la page."; -$locale["Show and add blogs for %s."] = "Montrer et ajouter un blog à %s."; -$locale["Show and add comments for %s."] = "Afficher et ajouter des commentaires pour %s."; -$locale["Show changes for:"] = "Indiquer les modifications pour :"; -$locale["Show extra page Info and statistics for %s."] = "Montrer les informations de la page %s ainsi que ses statistiques."; -$locale["Show relative dates using 'Today' and 'Yesterday'"] = "Afficher des dates relatives avec « Aujourd'hui » et « Hier »"; -$locale["Show summary information from the access log table."] = "Montre l'index de la table access log."; -$locale["Show summary information of the current user sessions."] = "Montre l'index de la table session. (utilisateurs en ligne)."; -$locale["Show translations of various words or pages."] = "Affiche la traduction de quelques mots ou pages."; -$locale["Sign In"] = "S'identifier"; -$locale["Sign Out"] = "Se déconnecter"; -$locale["Sign in as:"] = "S'identifier en tant que :"; -$locale["Signed Users"] = "Utilisateurs inscrits"; -$locale["Simple Sample Plugin."] = "Exemple simple de greffon."; -$locale["Since you started the deletion process, someone has saved a new version of %s. Please check to make sure you still want to permanently remove the page from the database."] = "Depuis que vous avez entamé le processus d'effacement, quelqu'un a enregistré une nouvelle version de %s. Veuillez vérifier que vous désirez toujours retirer de façon permanente cette page de la base de données."; -$locale["Since you started the purge process, someone has saved a new version of %s. Please check to make sure you still want to permanently purge the page from the database."] = "Depuis que vous avez entamé le processus d'effacement, quelqu'un a enregistré une nouvelle version de %s. Veuillez vérifier que vous désirez toujours retirer de façon permanente cette page de la base de données."; -$locale["SiteMap"] = "CarteDuSite"; -$locale["Size"] = "Taille"; -$locale["Skipped."] = "Ignoré."; -$locale["Skipping"] = "Ignoré"; -$locale["Some internal editing error"] = "Erreur interne pendant la modification"; -$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."] = "Certaines modifications n'ont pas pu être combinées automatiquement. Veuillez regarder les sections commençant par « %s », et se terminant par « %s ». Vous devrez éditer ces sections à la main avant de cliquer sur Enregistrer."; -$locale["Someone has edited the page!"] = "Quelqu'un a modifié la page !"; -$locale["Sorry but this file is too big."] = "Désolé, mais le fichier est trop gros."; -$locale["Sorry for the inconvenience."] = "Désolé pour la gêne occasionnée."; -$locale["Sorry! You must wait at least 20 minutes until you can vote again!"] = "Désolé, vous devez attendre au moins 20 minutes avant de pouvoir revoter !"; -$locale["Sorry, no dynamic DB Session support."] = "Désolé, Session dynamique non supportées."; -$locale["Sorry, this page does not exist."] = "Désolé, cette page n'existe pas."; -$locale["Sorry, this version of PHP cannot create PNG image files."] = "Désolé, cette version de PHP ne peut pas créer des fichiers d'image PNG."; -$locale["Sort by %s"] = "Trier par %s"; -$locale["Sound Score"] = "Score de son"; -$locale["Special Actions"] = "Actions spéciales"; -$locale["Special Pages"] = "Pages spéciales"; -$locale["SpecialPages"] = "PagesSpéciales"; -$locale["Spell Check"] = "Vérifier l'orthographe"; -$locale["Spelling Score"] = "Score d'épellation"; -$locale["SqlResult"] = "RésultatSql"; -$locale["Statistics about %s."] = "Statistiques sur %s."; -$locale["Status"] = "État"; -$locale["Strike"] = "Biffé"; -$locale["Strike-through text"] = "Biffé"; -$locale["String \"%s\" not found."] = "Chaîne \"%s\" non trouvée."; -$locale["SubPages of %s:"] = "Sous-pages de %s :"; -$locale["Submit"] = "Soumettre"; -$locale["Submit location"] = "Soumettre la localisation"; -$locale["Subpage"] = "Sous-page"; -$locale["Summary"] = "Résumé"; -$locale["Summary: %s"] = "Résumé : %s"; -$locale["Supplanted on"] = "Remplacée le"; -$locale["Supported handlers are: %s"] = "Les gestionnaires supportés sont : %s"; -$locale["Supported languages"] = "Langages supportés"; -$locale["Supported themes"] = "Thèmes supportés"; -$locale["Switch to detailed list"] = "Aller à la liste détaillée"; -$locale["Switch to summary"] = "Aller au résumé"; -$locale["Synchronize pages with external PhpWiki."] = "Synchroniser les pages avec un PhpWiki externe."; -$locale["Synopsis"] = "Vue d'ensemble"; -$locale["SyntaxHighlighter"] = "ColorationSyntaxique"; -$locale["System default:"] = "Système par défaut :"; -$locale["SystemInfo"] = "InfosSystème"; -$locale["SystemInfoPlugin"] = "GreffonInfosSystème"; -$locale["TODO: Google can only translate from english and french. Find a translation service for %s to language %s"] = "A FAIRE: Google peut uniquement traduire l'anglais et le français. Trouver un service pour traduire %s en %s"; -$locale["Table of Contents"] = "Table des matières"; -$locale["TeX imagepath not writable."] = "Répertoire TeX non accessible en écriture."; -$locale["TeX2png"] = "TeX2png"; -$locale["Template"] = "Modèle"; -$locale["Template Name"] = "Nom du modèle"; -$locale["TermsOfUse"] = "Conditions d'utilisation"; -$locale["TextFormattingRules"] = "RèglesDeFormatageDesTextes"; -$locale["Thank you for editing %s."] = "Merci d'avoir édité %s."; -$locale["Thanks for adding this translation!"] = "Merci d'avoir ajouté cette traduction !"; -$locale["Thanks for participating!"] = "Merci de votre participation !"; -$locale["Thanks!"] = "Merci !"; -$locale["The %d least popular pages of this wiki:"] = "Les %d pages les moins populaires de ce wiki :"; -$locale["The %d most popular pages of this wiki:"] = "Les %d pages les plus populaires de ce wiki :"; -$locale["The %d most recent %s are listed below."] = "Les %d %s les plus récentes sont listées ci-dessous."; -$locale["The %d most recent %s during the past %s days are listed below."] = "Les %d %s les plus récentes pendant les derniers %s jours sont listées ci-dessous."; -$locale["The %d most recent %s during the past day are listed below."] = "Les %d %s les plus récentes pendant le dernier jour sont listées ci-dessous."; -$locale["The %d oldest %s are listed below."] = "Les %d %s les plus anciennes sont listées ci-dessous."; -$locale["The %d oldest %s during the past %s days are listed below."] = "Les %d %s les plus anciennes pendant les derniers %s jours sont listées ci-dessous."; -$locale["The %d oldest %s during the past day are listed below."] = "Les %d %s les plus anciennes pendant le dernier jour sont listées ci-dessous."; -$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!"] = "Les fichiers %s sont dans le répertoire %s. Veuillez lire le fichier INSTALL et déplacez le fichier DB vers un emplacement permanent, sinon vous risquez de perdre toutes vos pages !"; -$locale["The %s subpage enables simple weblogging."] = "Les sous-pages de %s permettent l'utilisation d'un blog simple."; -$locale["The DBA handler %s is unsupported!"] = "Le gestionnaire DBA %s n'est pas supporté !"; -$locale["The ICAO “%s” wasn't recognized."] = "L'ICAO « %s » n'a pas été reconnu."; -$locale["The PECL %s extension cannot be loaded."] = "L'extension PECL %s ne peut être chargée."; -$locale["The PhpWiki access log file"] = "Le journal d'évènements de PhpWiki"; -$locale["The crypt function is not available in this version of PHP."] = "La fonction de cryptage n'est pas disponible dans cette version de PHP."; -$locale["The current page has no subpages defined."] = "La page actuelle n'a aucune sous-page définie."; -$locale["The current time at the server is %s."] = "L'heure actuelle du serveur est %s."; -$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 taille de votre mot de passe est trop petite, vous ne pouvez pas vous connecter. Veuillez contacter l'administrateur pour le changer."; -$locale["The list of recent changes in the wiki."] = "Liste des modifications recentes de ce wiki."; -$locale["The most recent %s during the past %s days are listed below."] = "Les %s les plus récentes pendant les %s derniers jours sont listées ci-dessous."; -$locale["The most recent %s during the past day are listed below."] = "Les %s les plus récentes pendant le dernier jour sont listées ci-dessous."; -$locale["The newest registered user is %s."] = "L'utilisateur enregistré le plus récent est %s."; -$locale["The page %s is already watched!"] = "Cette page %s fait déjà partie de votre liste de suivi !"; -$locale["The result of this poll so far:"] = "Le résultat du sondage :"; -$locale["The session.save_path directory"] = "Le répertoire 'session.save_path'"; -$locale["The upload logfile exists but is not writable."] = "Le journal des dépôts existe mais ne peut être modifié."; -$locale["The wordwrap of the preview doesn't take nested markup or list indentation into consideration!"] = "Le retour chariot de la prévisualisation ne prend pas en compte les marques des listes indentées !"; -$locale["Theme"] = "Thème"; -$locale["There is already a file with name %s uploaded."] = "Un fichier portant le nom « %s » existe déjà."; -$locale["There is no image creation data available to id “%s”. Please reload referring page."] = "Aucune image ne correspond à l'id « %s ». Veuillez recharger cette page."; -$locale["These page titles match fuzzy with “%s”"] = "Ces titres de pages correspondent de manière floue à « %s »"; -$locale["These pages share an initial or final title word with “%s”"] = "Ces pages partagent un mot initial ou final dans leur titre avec « %s »"; -$locale["This data is based on users active over the past %s."] = "Ces données sont basées sur les utilisateurs actifs depuis %s."; -$locale["This internal action page cannot viewed."] = "Cette page ne peut être vue."; -$locale["This is a minor change."] = "Modification mineure."; -$locale["This page edit seems to contain spam and was therefore not saved."] = "Cette modification de la page semble contenir du spam et n'a donc pas été enregistrée."; -$locale["This page has been locked and cannot be edited."] = "Cette page a été verrouillée et ne peut pas être modifiée."; -$locale["This page has been locked by the administrator so your changes can not be saved."] = "Cette page a été verrouillée par l'administrateur et vos changements n'ont pas pu être enregistrés."; -$locale["This page is external."] = "Cette page est externe."; -$locale["This plugin has no description."] = "Ce greffon n'a pas de description."; -$locale["This project is shared with third-party users"] = "The projet est partagé avec des utilisateurs extérieurs"; -$locale["This revision of the page does not exist."] = "Cette version de la page n'existe pas."; -$locale["Time Zone"] = "Fuseau horaire"; -$locale["Title"] = "Titre"; -$locale["Title 1"] = "Titre 1"; -$locale["Title 2"] = "Titre 2"; -$locale["Title 3"] = "Titre 3"; -$locale["Title Search"] = "Rechercher dans les titres"; -$locale["Title search results for “%s”"] = "Résultat de recherche sur les titres de pages pour « %s »"; -$locale["Title search results for “%s” (%d total)"] = "Résultat de recherche sur les titres de pages pour « %s » (%d au total)"; -$locale["Title:"] = "Titre :"; -$locale["TitleSearch"] = "RechercheParTitre"; -$locale["To add check 'Add' near the dropdown list."] = "Pour ajouter cocher 'Add' près de la liste déroulante."; -$locale["To ignore delete the line."] = "Pour ignorer effacez la ligne."; -$locale["Today"] = "Aujourd'hui"; -$locale["Too many external links."] = "Trop de liens externes."; -$locale["Toolbox"] = "Boîte à outils"; -$locale["Top Menu"] = "Menu du haut"; -$locale["Top Recommendations"] = "Meilleures recommandations"; -$locale["Topic"] = "Sujet"; -$locale["Total %d plugins: "] = "%d greffons au total : "; -$locale["Total Budget"] = "Budget total"; -$locale["Total Voters"] = "Total des votants"; -$locale["Total of %d languages: "] = "%d langages au total : "; -$locale["Total of %d themes: "] = "%d thèmes au total: "; -$locale["Transclude"] = "Insérer"; -$locale["TranscludePlugin"] = "GreffonInsérer"; -$locale["Transcluded from %s"] = "Inséré de %s"; -$locale["Transcluded page"] = "Page insérée"; -$locale["Translate"] = "Traduire"; -$locale["Translate %s to %s in %s"] = "Traduire de %s à %s en %s"; -$locale["Translate “%s” to “%s” in *%s*"] = "Traduire de “%s” à “%s” en *%s*"; -$locale["TranslateText"] = "TraduireUnTexte"; -$locale["Translation Error!"] = "Erreur de traduction !"; -$locale["Type"] = "Type"; -$locale["Type it again"] = "Retapez-le"; -$locale["UNOBTAINABLE"] = "INACCESSIBLE"; -$locale["USER"] = "UTILISATEUR"; -$locale["Unable to bind LDAP server %s using %s %s"] = "Impossible de se connecter au serveur LDAP %s"; -$locale["Unable to connect to IMAP server "] = "Impossible de se connecter au serveur IMAP "; -$locale["Unable to connect to LDAP server %s"] = "Impossible de se connecter à l'annuaire LDAP de l'hôte %s"; -$locale["Unable to find src=“%s”"] = "Impossible de trouver src=%s"; -$locale["Unable to open directory “%s” for reading"] = "Impossible d'ouvrir le répertoire « %s » en lecture"; -$locale["Unable to read src=“%s”"] = "Impossible de lire src=%s"; -$locale["Undefined method %s for special group %s"] = "Méthode non définie %s pour le groupe %s"; -$locale["Undo"] = "Annuler"; -$locale["Undo Search & Replace"] = "Annuler « Rechercher & Remplacer »"; -$locale["Undo disabled"] = "Annuler dernière action désactivé."; -$locale["Unexpected EOF in zip file"] = "Fin de fichier (EOF) inattendue dans le fichier Zip"; -$locale["UnfoldSubpages"] = "ListeDesSousPages"; -$locale["UnfoldSubpagesPlugin"] = "GreffonListeSousPages"; -$locale["Unknown special group “%s”"] = "Groupe spécial « %s » inconnu"; -$locale["Unlock"] = "Déverrouiller"; -$locale["Unlock Page"] = "Déverrouiller la page"; -$locale["Unlocking pages"] = "Déverrouiller des pages"; -$locale["Unsupported ACL access type %s ignored."] = "Le type d'accès ACL %s n'est pas supporté. -- Ignoré."; -$locale["Up"] = "Monter"; -$locale["UpLoad"] = "DéposerUnFichier"; -$locale["UpLoadPlugin"] = "GreffonDéposer"; -$locale["Update Preferences"] = "Mettre à jour les préférences"; -$locale["Upgrade"] = "Mettre à jour"; -$locale["Upgrade disabled: user != isAdmin"] = "Mise à jour désactivée, vous n'êtes pas administrateur"; -$locale["Upgrading this PhpWiki"] = "Mise à jour du PhpWiki"; -$locale["Upload"] = "Télécharger"; -$locale["Upload File"] = "Déposer un fichier"; -$locale["Upload error: file only partially received"] = "Erreur : le fichier n'a été que partiellement transmis"; -$locale["Upload files to the local InterWiki Upload:"] = "Transférer les fichiers vers Upload:"; -$locale["Upload images or media files"] = "Déposer des images ou des médias"; -$locale["Uploading %s"] = "Téléchargement de %s"; -$locale["Uploading failed."] = "Le téléchargement a échoué."; -$locale["Uploading zip dumps"] = "Déposer la sauvegarde compressée"; -$locale["Use old markup"] = "Anciennes règles"; -$locale["User %s removed page %s"] = "L'utilisateur %s a supprimé la page %s"; -$locale["User Preferences"] = "Préférences de l'utilisateur"; -$locale["User not found in LDAP"] = "Utilisateur non trouvé dans l'annuaire LDAP"; -$locale["User page"] = "Page d'utilisateur"; -$locale["User preferences for this project"] = "Préférences pour ce projet"; -$locale["User preferences for user %s"] = "Préférences de l'utilisateur %s"; -$locale["User statistics"] = "Statistiques d'utilisateur"; -$locale["UserId"] = "Identifiant d'utilisateur"; -$locale["UserId:"] = "Identifiant d'utilisateur :"; -$locale["UserPreferences"] = "PréférencesUtilisateurs"; -$locale["UserRatings"] = "Évaluations par les pairs"; -$locale["Username"] = "utilisateur"; -$locale["Users will not be able to sign in."] = "Les utilisateurs ne pourront pas s'inscrire."; -$locale["Using directory “%s”"] = "Utilisation du répertoire « %s »"; -$locale["Value"] = "Valeur"; -$locale["Verification Status"] = "Vérification du statut"; -$locale["Verify the current action"] = "Vérifier l'action actuelle"; -$locale["Version"] = "Version"; -$locale["Version "] = "Version "; -$locale["Version %1$s was created because: %2$s"] = "La version %1\$s a été créée car : %2\$s"; -$locale["Version %d"] = "Version %d"; -$locale["Version %s, saved on %s"] = "Version %s, enregistrée %s"; -$locale["Versions are identical"] = "Les versions sont identiques"; -$locale["View Page"] = "Voir la page"; -$locale["View Source"] = "Voir la source"; -$locale["View Source: %s"] = "Source de : %s"; -$locale["View a single page dump online."] = "Voir une sauvegarde de page en ligne."; -$locale["View the current version."] = "Visualiser la version actuelle."; -$locale["View this page and all subpages"] = "Voir cette page et ses sous-pages"; -$locale["Viewing redirecting page."] = "Voir la page de redirection."; -$locale["Viewing the source of pages"] = "Visualisation de la source des pages"; -$locale["Views"] = "Vues"; -$locale["Visited pages on this wiki, ordered by popularity:"] = "Pages visitées sur ce wiki, classées par ordre de popularité :"; -$locale["Visualizes the Wiki structure in a graph using the 'dot' commandline tool from graphviz."] = "Représenter la structure du wiki par un graphe utilisant l'outil dot de graphviz."; -$locale["W"] = "L"; -$locale["WabiSabi"] = "WabiSabi"; -$locale["Wanted From"] = "Recherchées par"; -$locale["Wanted Pages for %s (%d total):"] = "Pages recherchées pour %s dans ce wiki (%d au total) :"; -$locale["Wanted Pages for %s:"] = "Pages recherchées pour %s :"; -$locale["Wanted Pages in this wiki (%d total):"] = "Pages recherchées dans ce wiki (%d au total) :"; -$locale["Wanted Pages in this wiki:"] = "Pages recherchées dans ce wiki :"; -$locale["WantedPages"] = "PagesRecherchées"; -$locale["WantedPagesOld"] = "VieillesPagesRecherchées"; -$locale["Warning:"] = "Attention :"; -$locale["Warning: The search string cannot be empty!"] = "Attention : vous devez entrez au moins une lettre pour la recherche!"; -$locale["Warning: You are editing an old revision."] = "Attention : vous modifiez une version archivée."; -$locale["Warning: You are editing an old revision. Saving this page will overwrite the current version."] = "Attention : vous modifiez une ancienne version de cette page. Enregistrer cette page écrasera la version actuelle."; -$locale["Watch"] = "Surveiller"; -$locale["Watch Page"] = "Surveiller"; -$locale["WatchPage"] = "Suivre"; -$locale["WatchPage cancelled"] = "Surveillance de la page annulée"; -$locale["We have a total of %d registered users."] = "Nous avons %d utilisateurs enregistrés."; -$locale["Welcome to %s!\nYour e-mail account is verified and\nwill be used to send page change notifications.\nSee %s"] = "Bienvenue sur %s!\nVotre adresse électronique a été vérifiée et\nsera utilisée pour les notifications de changements de pages.\nVoir %s"; -$locale["What links here"] = "Pages liées"; -$locale["Who is Online"] = "Qui est en ligne"; -$locale["WhoIsOnline"] = "QuiEstEnLigne"; -$locale["Width"] = "Largeur"; -$locale["Wiki Admin"] = "Administration du wiki"; -$locale["Wiki Name"] = "Nom du wiki"; -$locale["WikiAdminChown"] = "WikiAdminChown"; -$locale["WikiAdminSelect"] = "WikiAdminSelect"; -$locale["WikiAdminUtils"] = "WikiAdminUtils"; -$locale["WikiBlog"] = "WikiBlog"; -$locale["WikiBlogPlugin"] = "GreffonWikiBlog"; -$locale["WikiDB::renamePage() not yet implemented for this backend"] = "WikiBD::renamePage() pas encore implémentée pour le Principal"; -$locale["WikiForm"] = "FormulaireWiki"; -$locale["WikiForm: %s: unknown action"] = "FormulaireWiki : %s : action inconnue"; -$locale["WikiFormRich"] = "FormulaireWikiRiche"; -$locale["WikiForum"] = "ForumWiki"; -$locale["WikiPlugin"] = "GreffonWiki"; -$locale["WikiPoll"] = "SondageWiki"; -$locale["WikiWikiWeb"] = "WikiWikiWeb"; -$locale["Wikiname regexp"] = "regexp du WikiNom"; -$locale["With the current offset, this would be reported as %s."] = "Avec le décalage actuel, ceci serait affiché comme %s."; -$locale["Wrong password. Try again."] = "Erreur de mot de passe. Veuillez recommencer."; -$locale["Wrong password: "] = "Mot de passe invalide : "; -$locale["Wysiwyg Editor"] = "Éditeur Wysiwyg"; -$locale["XML-RPC access"] = "Accès XML-RPC"; -$locale["Yes"] = "Oui"; -$locale["You are about to purge “%s”!"] = "Vous êtes sur le point de purger « %s » !"; -$locale["You are about to remove “%s”!"] = "Vous êtes sur le point de supprimer « %s » !"; -$locale["You are signed but not authenticated as %s. "] = "Vous êtes enregistré mais pas connecté en tant que %s. "; -$locale["You are signed in as %s"] = "Vous êtes connecté comme %s"; -$locale["You are viewing an old revision of this page."] = "Vous lisez une ancienne version de cette page."; -$locale["You can only use it via the _WikiTranslation plugin."] = "Vous pouvez uniquement l'utiliser via le greffon _WikiTranslation."; -$locale["You can personalize various settings in %s."] = "Vous pouvez personnaliser quelques préférences dans %s."; -$locale["You forgot to set ENCRYPTED_PASSWD to true. Please update your config/config.ini"] = "Vous avez oublié de mettre ENCRYPTED_PASSWD à true. Veuillez éditer votre config/config.ini"; -$locale["You have not made any changes so no new version has been saved."] = "Vous n'avez effectué aucun changement, aucune nouvelle version n'a donc été enregistrée."; -$locale["You have to define PHPWEATHER_BASE_DIR before use. (config/config.ini)"] = "Vous devez définir PHPWEATHER_BASE_DIR avant de l'utiliser (config/config.ini)"; -$locale["You may sign in using any [[Help:AddingPages|WikiWord]] 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."] = "Vous pouvez vous inscrire en utilisant n'importe quel WikiMot comme identifiant utilisateur (ÀÖØöøÿßö peuvent être utilisés). L'identifiant sera utilisé comme lien vers votre PagePersonnelle dans DernièresModifs."; -$locale["You must be an administrator to %s."] = "Vous devez être un administrateur pour %s."; -$locale["You must be an administrator to use this plugin."] = "Vous devez être un administrateur pour utiliser ce greffon."; -$locale["You must be logged in to view ratings."] = "Vous devez vous identifier pour voir les évaluations."; -$locale["You must sign in to %s."] = "Vous devez vous inscrire pour %s."; -$locale["You must sign in to watch pages."] = "Vous devez vous identifier pour surveiller des pages."; -$locale["You must specify a directory to dump to"] = "Vous devez spécifier un répertoire pour l'archivage de la sauvegarde"; -$locale["You stored an empty password in your “%s” page."] = "Vous n'avez pas saisi de mot de passe pour la page « %s »."; -$locale["Your PHP version is too old. You must have at least PHP 5.2."] = "Votre version de PHP est trop ancienne. Il faut avoir au moins PHP 5.2."; -$locale["Your UserPreferences have been successfully reset to default."] = "Vos préférences ont été réinitialisées avec succès."; -$locale["Your WikiDB DB backend “%s” cannot be used for DbSession."] = "Votre choix « %s » de WikiDB DB ne peut pas être utilisé pour DbSession."; -$locale["Your access permissions are only for a BogoUser."] = "Vos permissions d'acces sont celles d'un utilisateur Bogo."; -$locale["Your are probably trying to edit/create an invalid version of this page."] = "Vous essayez probablement de modifier ou de créer une version invalide de cette page."; -$locale["Your browser should have redirected you to %s."] = "Votre navigateur aurait du vous redirigé vers %s."; -$locale["Your careful attention to detail is much appreciated."] = "Votre souci particulier du détail est très apprécié."; -$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."] = "Vos modifications ne peuvent être enregistrées, puisqu'elles écraseraient celles de l'autre utilisateur. Ainsi donc, vos modifications et celles de l'autre auteur ont été combinées. Le résultat est affiché ci-dessous."; -$locale["Your current rating: "] = "Votre note actuelle : "; -$locale["Your current watchlist: "] = "Votre liste de suivi actuelle : "; -$locale["Your e-mail"] = "Votre adresse électronique"; -$locale["Your home page has not been created yet so your preferences cannot not be saved."] = "Votre page personnelle n'a pas été créée et par conséquent vos préférences n'ont pas pu être enregistrées."; -$locale["Your home page is locked so your preferences cannot not be saved."] = "Votre page personnelle est verrouillée et par conséquent vos préférences n'ont pas pu être enregistrées."; -$locale["Your rating was %.1f"] = "Votre note est %.1f"; -$locale["Your signature"] = "Votre signature"; -$locale["Your translated text doesn't yet appear in this %s, but the Administrator will pick it up and add to the installation."] = "Le texte traduit n'apparaît pas encore dans ce %s, mais l'administrateur l'ajoutera à l'installation."; -$locale["Your translated text is either empty or equal to the untranslated text. Please try again."] = "Soit votre texte est vide soit il est le même que le texte à traduire, veuillez réessayer."; -$locale["Your translation is stored in %s"] = "Votre traduction est enregistrée dans %s"; -$locale["Your version"] = "Votre version"; -$locale["ZIP files of database"] = "Récupérer dans un fichier ZIP"; -$locale["[%d] See [%s]"] = "[%d] Voir [%s]"; -$locale["[purged]"] = "[purgé]"; -$locale["_PreferencesInfo"] = "_PréférencesInfo"; -$locale["_WikiTranslation"] = "_WikiTranslation"; -$locale["access this wiki via SOAP"] = "accéder à ce wiki via SOAP"; -$locale["access this wiki via XML-RPC"] = "accéder à ce wiki via XML-RPC"; -$locale["add "] = "ajouter"; -$locale["always skip the HomePage."] = "toujours ignorer la page d'accueil."; -$locale["authenticated"] = "authentifié"; -$locale["blog"] = "blog"; -$locale["by"] = "par"; -$locale["by %s"] = "par %s"; -$locale["cached pagedata:"] = "page bufferisée :"; -$locale["cached versiondata:"] = "version bufferisée :"; -$locale["comments"] = "commentaires"; -$locale["compare revisions"] = "comparer les versions"; -$locale["content is identical to current version %d - no new revision created"] = "le contenu est identique à la version en cours %d - pas de nouvelle version"; -$locale["couldn't move %s to %s"] = "impossible de déplacer %s en %s"; -$locale["couldn't open file “%s” for writing"] = "Impossible d'ouvrir le fichier « %s » en écriture"; -$locale["create this page"] = "créer cette page"; -$locale["current version"] = "version actuelle"; -$locale["database"] = "base de données"; -$locale["days"] = "jours"; -$locale["default page permission"] = "permission de page par défaut"; -$locale["diff"] = "diff"; -$locale["diff this page"] = "diff de cette page"; -$locale["download a html zip dump from this wiki"] = "télécharger une sauvegarde HTML ZIP de ce wiki"; -$locale["download a zip dump from this wiki"] = "télécharger une sauvegarde ZIP de ce wiki"; -$locale["dump html pages"] = "récupération des pages en HTML"; -$locale["dump serial pages"] = "récupération des pages sérialisées"; -$locale["e-mail not yet verified."] = "adresse électronique pas encore vérifiée."; -$locale["e-mail verified."] = "adresse électronique vérifiée."; -$locale["edit area"] = "zone d'édition"; -$locale["edit this page"] = "modifier cette page"; -$locale["edits"] = "modifications"; -$locale["empty source"] = "source vide"; -$locale["external"] = "externe"; -$locale["file %s is not writable"] = "%s n'est pas accessible en écriture"; -$locale["from"] = "de"; -$locale["from “%s”"] = "de « %s »"; -$locale["has edit conflicts - overwriting anyway"] = "conflits de modification - écraser quand même"; -$locale["has edit conflicts - skipped"] = "a des conflits de modification - ignoré"; -$locale["hours"] = "heures"; -$locale["http://www.example.com|optional label"] = "http://www.example.com|label facultatif"; -$locale["incoming"] = "entrant"; -$locale["individual page permission"] = "permission de page individuelle"; -$locale["invalid %s ignored"] = "%s non valable ignoré"; -$locale["keep old"] = "garder l'ancien"; -$locale["latest comment by "] = "dernier commentaire par "; -$locale["load files into this wiki"] = "importer des fichiers dans ce wiki"; -$locale["lock this page"] = "verrouiller cette page"; -$locale["locked"] = "verrouillé"; -$locale["major edits"] = "modifications majeures"; -$locale["max: %d"] = "maximum : %d"; -$locale["mean: %2.3f"] = "moyenne : %2.3f"; -$locale["median: %d"] = "médiane : %d"; -$locale["minor"] = "mineur"; -$locale["minor edit"] = "modification mineure"; -$locale["minor edits"] = "modifications mineures"; -$locale["minutes"] = "minutes"; -$locale["new pages"] = "nouvelles pages"; -$locale["newer than the existing page."] = "plus récent que la page existante."; -$locale["no cache used"] = "pas de cache utilisé"; -$locale["no page specified"] = "aucune page indiquée"; -$locale["not affected"] = "non affectée"; -$locale["not authenticated"] = "non authentifié"; -$locale["not yet"] = "pas encore"; -$locale["older than the existing page."] = "plus vieux que la page existante."; -$locale["only %d pages displayed"] = "Seulement %d pages affichées"; -$locale["or"] = "ou"; -$locale["outgoing"] = "sortant"; -$locale["page not locked"] = "page déverrouillée"; -$locale["page permission inherited from %s"] = "permissions héritées de %s"; -$locale["plain file %s"] = "fichier brut %s"; -$locale["predecessor to the previous major change"] = "prédécesseur de la modification majeure précédente"; -$locale["previous revision"] = "version précédente"; -$locale["purge this page"] = "purger cette page"; -$locale["really"] = "vraiment"; -$locale["remove this page"] = "supprimer cette page"; -$locale["rename %s to %s"] = "renommer la page de « %s » à « %s »"; -$locale["rename this page"] = "renommer cette page"; -$locale["renamed from %s"] = "renommée à partir de %s"; -$locale["reverse"] = "inverser"; -$locale["revert to a previous version of this page"] = "revenir à une version précédente de la page"; -$locale["revision by previous author"] = "version par l'auteur précédent"; -$locale["same content"] = "même contenu"; -$locale["saved as "] = "enregistré sous "; -$locale["saved as %s"] = "enregistrée sous %s"; -$locale["sent to %s"] = "envoyé à %s"; -$locale["skipped"] = "ignoré"; -$locale["sortby=mtime not supported with MostPopular"] = "sortby=mtime non supporté avec MostPopular"; -$locale["stddev: %2.3f"] = "écart-type : %2.3f"; -$locale["text2png"] = "text2png"; -$locale["the file “%s”"] = "le fichier « %s »"; -$locale["the session.save_path directory “%s”"] = "le répertoire 'session.save_path' « %s »"; -$locale["to"] = "à"; -$locale["today"] = "aujourd'hui"; -$locale["total hits: %d"] = "%d visites totales"; -$locale["trailing cruft in plugin args: “%s”"] = "cochonneries terminant les arguments du greffon : « %s »"; -$locale["unknown argument “%s” to SystemInfo"] = "argument inconnu « %s » pour SystemInfo"; -$locale["unknown color %s ignored"] = "couleur %s non valable ignorée"; -$locale["unknown format."] = "format inconnu."; -$locale["unlock this page"] = "déverrouiller cette page"; -$locale["upload a zip dump"] = "déposer un fichier ZIP"; -$locale["uploaded %s"] = "Téléchargé %s"; -$locale["use this plugin"] = "utiliser ce greffon"; -$locale["users"] = "utilisateurs"; -$locale["verify the current action"] = "vérifier l'action actuelle"; -$locale["version %d"] = "version %d"; -$locale["version %s"] = "version %s"; -$locale["version %s"] = "version %s"; -$locale["version %s not affected"] = "version %s non affectée"; -$locale["view the source of this page"] = "voir la source de cette page"; -$locale["view this page"] = "voir cette page"; -$locale["weeks"] = "semaines"; -$locale["yesterday"] = "hier"; -$locale["“%s” not found"] = "« %s » non trouvé"; -$locale["“%s”: Bad page name"] = "« %s » : nom de page non valide"; -$locale["“%s”: corrupt file"] = - "« %s » : ce fichier est abîmé"; diff --git a/locale/fr/pgsrc/InfosDeD%C3%A9bogage b/locale/fr/pgsrc/InfosDeD%C3%A9bogage index 6e72dab08..b4da0cbda 100644 --- a/locale/fr/pgsrc/InfosDeD%C3%A9bogage +++ b/locale/fr/pgsrc/InfosDeD%C3%A9bogage @@ -9,7 +9,7 @@ Content-Transfer-Encoding: binary Vue détaillée d'une page, ce qui est probablement plus utile que n'importe quoi d'autre pour le débogage. -<<_BackendInfo page||=''>> +<> ---- [[CatégoriePageDAction]] diff --git a/locale/it/LC_MESSAGES/phpwiki.mo b/locale/it/LC_MESSAGES/phpwiki.mo index 136bdac078a410c4c1c8764b07e793e6c5bc80e3..f25f7af2ed3a9b51907f70ad64bb23e72e4c4485 100644 GIT binary patch delta 4881 zcmXxn3vgA%9mny#H1BurO>#*{On~qR5ipP-iG_gS)ld+D*4RQO7%T_^lUPbqp$A_W zWl-s<(K0APam4Z%F<_@uEL01X0yCgtz*Bc3 z4pc&WQ49M$DsBhr`Ln3|E@CS4yQ?(xK(9W5>8KLrqcSc=1sY-F6Hx)CS^vAJmDghq zu0|#H0%{AkU^4DOE%X2?{t@(a!$}%3cor473ybmJHXdcUJqe+%7n?&-368=7oPa9r zeRh2zYUNFM3$8|0bQ7|Ru05anE2E2iTSwQ`@f+rY|KF-0-sFK}8RVaz{wMF@;Lsf!WQ5C;> zCPdxWfI2(PsCbWB|2gFRxmS>)x_zjHo$_dCCFf8R{sZ;kHPnPLg+bs<)SmV?hoM$d zY5f{hoar_`3zgVhRJ{49c+IFd9_mbaPumSIp&rbd>`3G_cad20$vq8KM50<-_4{kkb&=`GJh1cmu;v(+mOY${iss@1r^{T zYOk-ODi+@_IBXfHes9$EzNmO*cD)9b@KjxAem94P4#R`Uw|m(7FPl426TfZ!BdEY< zY`n|**HK#--#>_#hDx*mdk!t~?W*{t`RdWr2gVW_gYa=wraSD0cTfS3p$^T5sIBTm zt?(>r3;u<=?>g$fo2b_=u{e0oGg1F`3_*>LLp?vGnEETjyBW~l&czs9ghy~0@)6*w z_%M+7peFbsDsc}LuniUGWmMo_p%&7P+R{IuUcWO)Ztejb54!{gthFZ}9 zRNy1#N%JFAqMsq#?k?f2m`OAxFcxF67B%qFOjF4O~YgM)-}P%FFzRf$2UKqFAk*P`y9hgxwHhHxz=;5t--ZK&tHjWo34*HDLI zH+};TpaQ>#dW}BDcQIVz+;}{NszmQ0!QmW$3Oo{(KqYD`zhzFx1p2cu3Fjb(+H(tN zs6@+AiL6BJ-5OM&7g48woAuu^51}e|3ghwbsOK-CwxS!AP;6;1VX~Qn+M2$YsQ15u zhCVo|Q6-#-sDLN%N&L*NFB%pEY(mbVdl*OH7F6XrP;t*$zZ(@l zad_}rhS5u9pp-@mR$>}XLRI8Dr~nI539ZB;d<^wIZ^dNXhe>z{)A0l<@lR2SUqe+Q z{ucHFKiK@^$sD%Gy{Xb&~{R^nm9;W`9Ad0F$ zA+mT^j{1vdzKyR!#rv5@LlbO5o!0F*3U{L>x`2B9zC^v2!$t;ir&vn)pss zoLcM8KrOHiGqDjfa5-uVy)`sc`i=Nw+-^4%mj|VJ*{)}>Dz?;fg*0>s2cjk_Hz%M1%tlpc0qVYoP^Ejs#-BlL)dtkc zerf$Z*57X)#|YOuQ3+kaG`;`H)LSdbLj~%GnxGW5r=zVu29-c9>b^SEbMsIoe*krM zmZ2)O4pos&sDK@of5qs6$kNx_>%q#ot5S zzZkVOt8f;+goE)i^6m0Q2Md^qIui}(@#7Zri~obTt=JoXhg!*L)L*ODP%95t1`igY zR#u9tL=|d9HFkX(Dxo^-FS6^)Q48_x`tz04Ujwf(zyWvr?ZOwRz3NpJtS|=^a1d&| z67}3P>o=kjS%Ip^YE;SBqn_J}ivO1NyHJPmt19ZBLnH5wAYd6Pz+}|k)}cz>fSTYz z8((hYtE~T&xgK@jFOa`o+!j;5zKV?Mr)`eZzWI=p{GJ%0*y-(P$Bo^$`Pfv>R_7qZ3& zhb)Q{>6hYVY{F&OcxMpc15_dxPHII_i|yqfU7{7}__=ulweq+L!Sz0vs(~UJ zQLOO0GaEHy&sPh-Kj7yiKZ$-*cxq-&$hqJ2Tq6P6dH%8R$WR|Y6d4pM@Jk{ugi`#2 zkw_@)cSQP!68!GSv!P7?sjSAbSnmG+*WYOP{A4qh#!oBl&HU(e>FX>%F@8bzf>6Hy zM0Q~)-G4QEcqrcQ$i6Evj{7fhJ?an5c_=lR-YfLh@ss86%()|!>v!eM3T60XqIZRo r{B_Z2W-9mS>uP|DwC|0s4!2JlvN05MdsRhw`}xxT(e~V$`$PW&JyPi3 delta 4930 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 K<@00br2YpgGx+BK diff --git a/locale/it/LC_MESSAGES/phpwiki.php b/locale/it/LC_MESSAGES/phpwiki.php deleted file mode 100644 index dcff56ed7..000000000 --- a/locale/it/LC_MESSAGES/phpwiki.php +++ /dev/null @@ -1,288 +0,0 @@ -"] = ""; -$locale[""] = ""; -$locale["Administrators"] = "Coordinatori"; -$locale["Anonymous Users"] = "Utenti Anonimi"; -$locale["Authenticated Users"] = "Utenti Autenticati"; -$locale["Authenticated as %s"] = "Utente corrente: %s"; -$locale["Author"] = "Autore"; -$locale["Author will be logged as %s."] = "L'autore sarà annotato come %s."; -$locale["Back Links"] = "Collegamenti Relativi"; -$locale["Bogo Users"] = "Utenti Bogo"; -$locale["Calendar"] = "Calendario"; -$locale["CalendarList"] = "ListaCalendario"; -$locale["CalendarListPlugin"] = "CalendarioListPlugin"; -$locale["CalendarPlugin"] = "CalendarioPlugin"; -$locale["Cancel"] = "Annulla"; -$locale["Category"] = "Categoria"; -$locale["CategoryGroup"] = "CategoriaGruppo"; -$locale["CategoryPage"] = "CategoriaPagina"; -$locale["Columns: %s."] = "Caratteri: %s."; -$locale["Comment"] = "Commentario"; -$locale["CommentPlugin"] = "CommentarioPlugin"; -$locale["Conflicting Edits!"] = "Il Conflitto Pubblica!"; -$locale["Content"] = "Indice"; -$locale["Contents"] = "Indice"; -$locale["Convert"] = "Convertito"; -$locale["Could not connect to LDAP host %s"] = "Non riesco a stabilire una connessione col LDAP host %s"; -$locale["Couldn't connect to %s"] = "Non riesco a stabilire una connessione col database: %s"; -$locale["Create: %s"] = "Salvata: %s"; -$locale["CreatePage failed"] = "CategoriaPagina"; -$locale["Date Format"] = "Formato della Data"; -$locale["DebugInfo"] = "InfoDebug"; -$locale["Deleted"] = "Rimossa"; -$locale["Describe %s here."] = "Inserire qui il testo della pagina %s."; -$locale["Diff"] = "Differenze"; -$locale["Diff: %s"] = "Differenza di: %s"; -$locale["Differences between %s and %s of %s."] = "Differenze tra %s e %s di %s."; -$locale["Edit"] = "Modifica"; -$locale["Edit %s"] = "Modifica %s"; -$locale["Edit: %s"] = "Modifica: %s"; -$locale["EditText"] = "ModificaIlTesto"; -$locale["Edited by: %s"] = "Modifica: %s"; -$locale["Error: Couldn't send %s to %s"] = "Errore: Non ha potuto trasmettere %s a %s"; -$locale["Every"] = "Ogni"; -$locale["External"] = "Esterni"; -$locale["External Links"] = "Collegamenti Esterni"; -$locale["Failed to connect to LDAP host"] = "Non riesco a stabilire una connessione col LDAP"; -$locale["Fatal PhpWiki Error"] = "Errore Fatale Di PhpWiki"; -$locale["File “%s” not found."] = "File %s non trovato."; -$locale["Find page"] = "Trova Pagina"; -$locale["FindPage"] = "TrovaPagina"; -$locale["First"] = "Prima"; -$locale["Full text search results for “%s”"] = "Risultati della ricerca su tutto il testo per “%s”"; -$locale["FullTextSearch"] = "RicercaDelTesto"; -$locale["Global user preferences (for all projects)"] = "Preferenze dell'utente globale (per tutti i progetti)"; -$locale["Go"] = "Vai"; -$locale["GoTo"] = "Vai"; -$locale["GoodStyle"] = "BuonStile"; -$locale["H"] = "A"; -$locale["Height"] = "Altezza"; -$locale["Help"] = "Aiuto"; -$locale["History"] = "Storico"; -$locale["Home"] = "Principale"; -$locale["Home Page"] = "Pagina Principale"; -$locale["HomePage"] = "PaginaPrincipale"; -$locale["HomePageAlias"] = "AliasPaginaPrincipale"; -$locale["HtmlConverter"] = "HtmlConvertito"; -$locale["In the time since you started editing this page, another user has saved a new version of it."] = "Nel tempo da quando avete cominciato pubblicare questa pagina, un altro utente ha conservato una nuova versione di esso."; -$locale["IncludePage"] = "InserireLaPagina"; -$locale["IncludePagePlugin"] = "InserireLaPaginaPlugin"; -$locale["IncludePages"] = "InserirePaginas"; -$locale["Included from %s"] = "Inserire dalla %s"; -$locale["Included from %s (revision %d)"] = "Inserire dalla %s (revision %d)"; -$locale["Insert"] = "Inserto"; -$locale["Insert Categories"] = "Inserto Categoria"; -$locale["Insert PageLink"] = "Inserto Pagina"; -$locale["Insert Plugin"] = "Inserto Plugin"; -$locale["Insert Template"] = "Inserto Mascherina"; -$locale["Insufficient permissions."] = "Permessi insufficienti."; -$locale["Invalid password or userid."] = "Password o nome utente errati."; -$locale["JabberPresence"] = "JabberPresenca"; -$locale["Last"] = "Ultima"; -$locale["Last Author"] = "Ultimo Autore"; -$locale["Last Modified"] = "Ultima Modifica"; -$locale["Last Summary"] = "Ultimo Commenti"; -$locale["Last edited on %s"] = "Ultima modifica %s"; -$locale["LdapSearch"] = "LdapRicerca"; -$locale["Like pages"] = "Pagine Simili"; -$locale["LikePages"] = "PagineSimili"; -$locale["LiveSearch"] = "RicercaLive"; -$locale["Lock"] = "Bloccata"; -$locale["Lock Page"] = "Blocca la Pagina"; -$locale["Locked"] = "Bloccata"; -$locale["Locking pages"] = "Blocca la Pagina"; -$locale["MIME file %s"] = "MIME archivio %s"; -$locale["Merge Edit"] = "La Fusione Pubblica"; -$locale["Merge and Edit: %s"] = "Fondasi e pubblichi: %s"; -$locale["ModeratedPage"] = "PaginaModerata"; -$locale["Modern"] = "Moderno"; -$locale["Modified"] = "Modifica"; -$locale["MostPopular"] = "PiùPopolari"; -$locale["Name"] = "Nome"; -$locale["New page"] = "Nuova pagina"; -$locale["Newer page:"] = "Nuova pagina:"; -$locale["Next"] = "Seguente"; -$locale["None"] = "Nessuno"; -$locale["Note:"] = "Nota:"; -$locale["Optimizing database"] = "Base di dati d'ottimizzazione"; -$locale["Other diffs:"] = "Altre differenze:"; -$locale["Other version"] = "Altra versione"; -$locale["Overwrite All"] = "Scriva sopra Tutti"; -$locale["Owner"] = "Proprietario"; -$locale["Owner: %s"] = "Owner: %s"; -$locale["Page"] = "Pagina"; -$locale["Page Info"] = "Info Pagina"; -$locale["Page Locked"] = "Pagina Bloccata"; -$locale["Page Name"] = "Nome della Pagina"; -$locale["Page Type"] = "Tipo della Pagina"; -$locale["Page Version"] = "Versione della Pagina"; -$locale["Page change"] = "Cambiamento della pagina"; -$locale["Page info"] = "Info Pagina"; -$locale["Page now locked."] = "Pagina bloccata."; -$locale["Page now unlocked."] = "Pagina sbloccata."; -$locale["Page rename %s to %s"] = "La pagina cambia titolo %s a %s"; -$locale["PageChange Notification Error: Couldn't send %s to %s"] = "Errore Di Notifica Del Cambiamento Della Pagina: Non ha potuto trasmettere %s a %s"; -$locale["PageChange Notification of %s"] = "Pagini la notifica del cambiamento di %s"; -$locale["PageChange Notification of %s sent to %s"] = "Pagini la notifica del cambiamento di %s trasmesso a %s"; -$locale["PageHistory"] = "StoricoPagina"; -$locale["PageInfo"] = "InfoPagina"; -$locale["Please check it through before saving."] = "Si prega di controllarla nel dettaglio prima di salvare."; -$locale["Plugin %s disabled."] = "Plugin “%s” inabiliti."; -$locale["Plugin %s failed."] = "Plugin “%s” fallito."; -$locale["Plugin %s: undefined"] = "Plugin “%s”: non definito"; -$locale["Plugin “%s” does not exist."] = "Plugin “%s” non esiste."; -$locale["PreferenceApp"] = "PreferenzeApp"; -$locale["Preferences"] = "Preferenze"; -$locale["PreferencesInfo"] = "PreferenzeInfo"; -$locale["PrevNext"] = "Seguente"; -$locale["Preview"] = "Anteprima"; -$locale["Previous"] = "Precedente"; -$locale["Previous Author"] = "Precedente Author"; -$locale["Previous Revision"] = "Precedente"; -$locale["Printer"] = "Stampante"; -$locale["Purge HTML cache"] = "RimuoviDallaCacheHtml"; -$locale["Purge this page"] = "Rimuovi la pagina"; -$locale["PurgeHtmlCache"] = "RimuoviDallaCacheHtml"; -$locale["Purged page “%s” successfully."] = "La pagina “%s” è stata rimossa correttamente."; -$locale["Recent Changes"] = "Modifiche Recenti"; -$locale["Recent changes"] = "Cambiamenti Recenti"; -$locale["RecentChanges"] = "ModificheRecenti"; -$locale["RecentVisitors"] = "VisitatoriRecenti"; -$locale["Related Changes"] = "Modifiche Correlate"; -$locale["Related Links"] = "Collegamenti Relativi"; -$locale["Related changes"] = "Modifiche Correlate"; -$locale["Remove"] = "Cancella"; -$locale["Remove Comment"] = "Rimuovi commento"; -$locale["Remove Page"] = "Cancella la Pagina"; -$locale["Remove this page"] = "Rimuovi la pagina"; -$locale["Removed page “%s” successfully."] = "La pagina “%s” è stata rimossa correttamente."; -$locale["Removing pages"] = "Rimuovi la pagina"; -$locale["Rename selected pages."] = "Rinominare pagine selezionate."; -$locale["Renamed page from “%s” to “%s”."] = "Cambia titolo %s a %s."; -$locale["Reset Preferences"] = "Ripristina Preferenze"; -$locale["Restore Anyway"] = "Restore Comunque"; -$locale["Revert"] = "Ritorni"; -$locale["Revert: %s"] = "Ritorni: %s"; -$locale["Save"] = "Registra"; -$locale["Saved on"] = "Salvata"; -$locale["Saved: %s"] = "Salvata: %s"; -$locale["Search"] = "Ricerca"; -$locale["Search for"] = "Ricerca"; -$locale["Search:"] = "Ricerca:"; -$locale["See %s tips for editing."] = "Vedere %s consigli per le modifiche."; -$locale["Set pages to external"] = "Pagina sbloccata."; -$locale["Sign In"] = "Login"; -$locale["Sign Out"] = "Logout"; -$locale["Sign in as:"] = "Username di login:"; -$locale["Signed Users"] = "Utenti Firmati"; -$locale["Size"] = "Dimensione"; -$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."] = "Alcuni dei cambiamenti non hanno potuto essere uniti automaticamente. Cerchi prego le sezioni che cominciano con '%s 'e concludentesi con '%s '. Dovrete pubblicare a mano quelle sezioni prima che vi scattiate risparmi."; -$locale["Someone has edited the page!"] = "Qualcuno ha modificato la pagina!"; -$locale["Sorry for the inconvenience."] = "Scusa per l'inconveniente."; -$locale["Sort by %s"] = "Ordina per %s"; -$locale["String \"%s\" not found."] = "\"%s\" non trovato."; -$locale["Summary"] = "Commenti"; -$locale["Summary: %s"] = "Commenti: %s"; -$locale["Synopsis"] = "Sommario"; -$locale["Table of Contents"] = "Indice"; -$locale["TextFormattingRules"] = "RegoleFormattazioneTesto"; -$locale["Thank you for editing %s."] = "La pagina %s stata modificata."; -$locale["Thanks for adding this translation!"] = "Grazie per la translatione!"; -$locale["The %d most popular pages of this wiki:"] = "Le %d pagine più popolari di questo wiki sono:"; -$locale["This page has been locked and cannot be edited."] = "Questa pagina è stata bloccata e non può essere modificata."; -$locale["This page has been locked by the administrator so your changes can not be saved."] = "Spiacente, ma questa pagina è stata bloccata dall'amministratore,quindi le tue modifiche non possono essere salvate."; -$locale["Time Zone"] = "Fuso Orario"; -$locale["Title 1"] = "Titolo 1"; -$locale["Title 2"] = "Titolo 2"; -$locale["Title 3"] = "Titolo 3"; -$locale["Title Search"] = "Ricerca per Titolo"; -$locale["Title search results for “%s”"] = "Risultati della ricerca su titolo per “%s”"; -$locale["Title search results for “%s” (%d total)"] = "Risultati della ricerca su titolo per “%s” (%d total)"; -$locale["TitleSearch"] = "RicercaPerTitolo"; -$locale["Today"] = "Oggi"; -$locale["Transcluded from %s"] = "Inserire dalla %s"; -$locale["Unlock"] = "Sblocca"; -$locale["Unlock Page"] = "Sblocca la Pagina"; -$locale["Unlocking pages"] = "Sblocca la Pagina"; -$locale["User %s removed page %s"] = "Utente %s pagina %s rimossa"; -$locale["User Preferences"] = "Preferenze dell'utente"; -$locale["User not found in LDAP"] = "Utente non trovato in LDAP"; -$locale["User preferences for this project"] = "Utente Preferenze per questo progetto"; -$locale["User preferences for user %s"] = "Preferenze per l'utente %s"; -$locale["UserPreferences"] = "Preferenze"; -$locale["Version"] = "Versione"; -$locale["Version "] = "Versione "; -$locale["Version %d"] = "Versione %d"; -$locale["Version %s, saved on %s"] = "Versione %s, salvata su %s"; -$locale["Versions are identical"] = "Le versioni sono identiche"; -$locale["View Source: %s"] = "Vedi il Sorgente: %s"; -$locale["View the current version."] = "Mostra il versione corrente."; -$locale["W"] = "L"; -$locale["Warning:"] = "Avvertimento:"; -$locale["Width"] = "Larghezza"; -$locale["Wiki Admin"] = "Wiki Amministrazione"; -$locale["Wiki Name"] = "Wiki Nome"; -$locale["WikiAdminPurge"] = "Wiki Amministrazione"; -$locale["Yes"] = "Si"; -$locale["You are signed in as %s"] = "Utente corrente: %s"; -$locale["Your careful attention to detail is much appreciated."] = "Si prega di controllare che le modifiche siano quelle volute. Grazie."; -$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."] = "I vostri cambiamenti non possono essere conservati mentre sono, dal fare in modo da scriverebbero sopra i cambiamenti dell'altro autore. Così, i vostri cambiamenti e quelli dell'altro autore sono stati uniti. Il risultato è indicato sotto."; -$locale["Your home page is locked so your preferences cannot not be saved."] = "Questa pagina è stata bloccata dall'amministratore in modo da i vostri cambiamenti non possono essere salvati."; -$locale["Your version"] = "La versione corrente"; -$locale["_PreferencesInfo"] = "_PreferenzeInfo"; -$locale["authenticated"] = "autenticato"; -$locale["by %s"] = "di %s"; -$locale["current version"] = "versione corrente"; -$locale["days"] = "giorni"; -$locale["diff"] = "diff"; -$locale["external"] = "esterni"; -$locale["fixed with"] = "Modifica"; -$locale["from “%s”"] = "dalla “%s”"; -$locale["locked"] = "bloccata"; -$locale["new pages"] = "nuova pagina"; -$locale["not authenticated"] = "non autenticato"; -$locale["page not locked"] = "pagina non bloccata"; -$locale["plain file %s"] = "archivio del testo %s"; -$locale["purge this page"] = "rimuovi la pagina"; -$locale["rename %s to %s"] = "cambia titolo %s a %s"; -$locale["rename this page"] = "rinominare questa pagina"; -$locale["reverse"] = "ritorni"; -$locale["saved as "] = "salvata a "; -$locale["saved as %s"] = "salvata a %s"; -$locale["today"] = "oggi"; -$locale["version %d"] = "versione %d"; -$locale["version %s"] = "versione %s"; -$locale["version %s"] = "versione %s"; -$locale["yesterday"] = "ieri"; -$locale["“%s” not found"] = "“%s” non trovato"; -$locale["“%s”: corrupt file"] = - "“%s”: file corrotto"; diff --git a/locale/ja/LC_MESSAGES/phpwiki.mo b/locale/ja/LC_MESSAGES/phpwiki.mo index 65d4767ea6c0ba51ca83f30cd2ac356a4d856a69..21598cb6946b4ed10d5a633c2513f3bf319860fb 100644 GIT binary patch delta 17 YcmeyJ^E+olp#qD!m8r?*QUx|K07x7LQUCw| delta 17 YcmeyJ^E+olp#qDUm67@8QUx|K07wu9Q2+n{ diff --git a/locale/ja/LC_MESSAGES/phpwiki.php b/locale/ja/LC_MESSAGES/phpwiki.php deleted file mode 100644 index 8b825e40b..000000000 --- a/locale/ja/LC_MESSAGES/phpwiki.php +++ /dev/null @@ -1,237 +0,0 @@ -"] = "<一致しません>"; -$locale[""] = "<システム言語>"; -$locale[""] = "<システムテーマ>"; -$locale["Add %s"] = "ヒット数"; -$locale["Adjust"] = "調整"; -$locale["Admin"] = "管理"; -$locale["AllPages"] = "全ページ"; -$locale["AllUsers"] = "全ユーザー"; -$locale["Allowed protocols"] = "許可するプロトコル一覧"; -$locale["Appearance"] = "外観"; -$locale["Application name"] = "アプリケーション名"; -$locale["Arguments"] = "引数一覧"; -$locale["Auth Level"] = "認証レベル"; -$locale["Auth Method"] = "認証方法"; -$locale["Author"] = "編集者"; -$locale["Available plugins"] = "有効なプラグイン一覧"; -$locale["Bad Version"] = "バージョンが正しくありません。"; -$locale["Blog page"] = "Blogページ"; -$locale["Browsing pages"] = "ページを閲覧中です。"; -$locale["Cache statistics"] = "キャッシュ統計"; -$locale["Calendar"] = "カレンダー"; -$locale["Cannot create directory “%s”"] = "ディレクトリ “%s” を作成出来ません。"; -$locale["Change Password"] = "パスワード変更"; -$locale["Change country"] = "国名変更"; -$locale["Comment"] = "コメント"; -$locale["Complete."] = "完了しました。"; -$locale["Content"] = "コンテンツ"; -$locale["Contents"] = "コンテンツ"; -$locale["Count"] = "カウント"; -$locale["Create: %s"] = "作成: %s"; -$locale["Creating pages"] = "ページを作成しています。"; -$locale["Current language"] = "現在の言語"; -$locale["Current theme"] = "現在のテーマ"; -$locale["Date Format"] = "データフォーマット"; -$locale["DebugInfo"] = "デバグ情報"; -$locale["Default theme: “%s”"] = "デフォルトテーマ: %s"; -$locale["Describe %s here."] = "ここに%sを記述します。"; -$locale["Description"] = "説明"; -$locale["Dialog"] = "ダイアログ"; -$locale["Diff"] = "差分"; -$locale["Diff: %s"] = "差分: %s"; -$locale["Diffing pages"] = "ページの差分を出力しています。"; -$locale["Dump Pages as XHTML"] = "XHTMLで出力"; -$locale["Dumping html pages"] = "HTMLページを出力しています。"; -$locale["Dumping serial pages"] = "シリアライズページを出力しています。"; -$locale["Edit"] = "編集"; -$locale["Edit %s"] = "%s を編集"; -$locale["Edit Area Size"] = "編集エリアのサイズ"; -$locale["Edit Old Revision"] = "古いリビジョンを編集する"; -$locale["Edit aborted."] = "編集を中断しました。"; -$locale["Edit metadata for %s."] = "%s のMETAデータの編集"; -$locale["Edit this page"] = "ページを編集しています。"; -$locale["Edit: %s"] = "編集: %s"; -$locale["EditMetaData"] = "METAデータの編集"; -$locale["Edited by: %s"] = "編集: %s"; -$locale["Editing pages"] = "ページを編集しています。"; -$locale["Empty pagename!"] = "ページ名が未指定です!"; -$locale["Enter your UserId to sign in"] = "ユーザーIDを入力してサインインしてください。"; -$locale["Fatal PhpWiki Error"] = "致命的なPhpWikiのエラーです。"; -$locale["File “%s” not found."] = "%s: ファイルが見つかりません。"; -$locale["FindPage"] = "ページ検索"; -$locale["First"] = "最初へ"; -$locale["FullTextSearch"] = "全文検索"; -$locale["GooglePlugin"] = "Googleプラグイン"; -$locale["H"] = "高さ"; -$locale["Height"] = "高さ"; -$locale["Hide %s"] = "ヒット数"; -$locale["History of changes."] = "変更履歴"; -$locale["Hit statistics"] = "ヒット統計"; -$locale["Hits"] = "ヒット"; -$locale["HomePage"] = "ホームページ"; -$locale["Included from %s"] = "%s から読込まれました。"; -$locale["Index"] = "インデックス"; -$locale["Inline images"] = "インライン画像一覧"; -$locale["Insert Plugin"] = "プラグインを追加"; -$locale["InterWiki Address"] = "InterWikiアドレス"; -$locale["InterWikiSearch"] = "InterWiki検索"; -$locale["Invalid password or userid."] = "ユーザーIDかパスワードが無効です。"; -$locale["Language"] = "言語"; -$locale["Last"] = "最後へ"; -$locale["Last Author"] = "最終編集者"; -$locale["Last Modified"] = "最終更新日時"; -$locale["Last Summary"] = "最終要約"; -$locale["LdapSearch"] = "LDAP検索"; -$locale["List PageHistory for %s."] = "%s のページ履歴一覧"; -$locale["Load File"] = "ファイル読込み"; -$locale["Loading files"] = "ファイルを読込み中です。"; -$locale["Loading “%s”"] = "“%s” を読込み中です。"; -$locale["Lock Page"] = "ページロック"; -$locale["Locked"] = "ロックしました"; -$locale["Locking pages"] = "ページをロック中です。"; -$locale["MIME file %s"] = "MIMEファイル %s"; -$locale["Markup cache purged!"] = "マークアップキャッシュを破棄しました!"; -$locale["Name"] = "名称"; -$locale["New comment."] = "新規コメント"; -$locale["New password"] = "新規パスワード"; -$locale["Next"] = "次へ"; -$locale["Next Month"] = "次の月"; -$locale["No changes found"] = "変更点が見つかりませんでした。"; -$locale["No changes."] = "変更しませんでした。"; -$locale["No revisions found"] = "リビジョンが見つかりません。"; -$locale["None"] = "なし"; -$locale["Note:"] = "ノート:"; -$locale["OldStyleTable"] = "旧スタイルのテーブル"; -$locale["PHP syntax highlighting."] = "PHP構文ハイライト"; -$locale["Page Locked"] = "ページをロックしました。"; -$locale["Page Name"] = "ページ名"; -$locale["Page Version"] = "ページバージョン"; -$locale["Page now locked."] = "ページはロック中です。"; -$locale["Page now unlocked."] = "ページはロック解除中です。"; -$locale["Page statistics"] = "ページ統計"; -$locale["PageGroup"] = "ページグループ"; -$locale["PageHistory"] = "ページ履歴"; -$locale["PageHistory for %s"] = "%s のページ履歴"; -$locale["PageInfo"] = "ページ情報"; -$locale["Password:"] = "パスワード:"; -$locale["Personal language:"] = "個人言語"; -$locale["Personal theme:"] = "個人テーマ"; -$locale["PhotoAlbum"] = "フォトアルバム"; -$locale["PhpHighlight"] = "PHPハイライト"; -$locale["Please continue editing. (You'll find your %s at the bottom of the page.)"] = "編集を続けて下さい。 (%s のページの下部も見てください)"; -$locale["Plugin"] = "プラグイン"; -$locale["Plugin %s disabled."] = "プラグイン %s は無効になっています。"; -$locale["Plugin %s failed."] = "プラグイン %s が失敗しました。"; -$locale["PluginManager"] = "プラグイン管理"; -$locale["PrevNext"] = "前後"; -$locale["Preview"] = "プレビューする"; -$locale["Preview only! Changes not saved."] = "プレビューしているだけです! まだ保存はされていません。"; -$locale["Previous"] = "前へ"; -$locale["Previous Author"] = "前の編集者"; -$locale["Previous Month"] = "前の月"; -$locale["Previous Revision"] = "前のリビジョン"; -$locale["Printer"] = "プリンター"; -$locale["Purge Markup Cache"] = "マークアップキャッシュの破棄"; -$locale["RandomPage"] = "ランダムページ"; -$locale["Raw HTML"] = "生のHTML"; -$locale["RecentChanges"] = "変更履歴"; -$locale["Redirect"] = "転送"; -$locale["References"] = "参照一覧"; -$locale["Remove Page"] = "ページ削除"; -$locale["Remove selected pages"] = "選択ページを全て削除"; -$locale["Removing pages"] = "ページを削除中です。"; -$locale["Return to %s"] = "%s に戻る"; -$locale["Revision Not Found"] = "リビジョンが見つかりません"; -$locale["Save"] = "保存する"; -$locale["Saved: %s"] = "保存しました: %s"; -$locale["Score"] = "スコア"; -$locale["Search"] = "検索"; -$locale["Search for"] = "検索"; -$locale["Search:"] = "検索:"; -$locale["See %s"] = "%s を参照"; -$locale["See: %s"] = "参照: %s"; -$locale["Select: "] = "選択:"; -$locale["Serialized file %s"] = "シリアライズファイル %s"; -$locale["Sidebar"] = "スライドバー"; -$locale["Sign In"] = "サインイン"; -$locale["Sign Out"] = "サインサウト"; -$locale["SiteMap"] = "サイトマップ"; -$locale["Sort by %s"] = "%sでソートします。"; -$locale["Sound Score"] = "サウンドスコア"; -$locale["Submit"] = "送信"; -$locale["Submit country"] = "国名送信"; -$locale["Submit location"] = "所在地変更"; -$locale["Subpage"] = "サブページ"; -$locale["Summary"] = "要約"; -$locale["Supported languages"] = "サポート言語一覧"; -$locale["Supported themes"] = "サポートテーマ一覧"; -$locale["Synopsis"] = "要約"; -$locale["SystemInfo"] = "システム情報"; -$locale["Theme"] = "テーマ"; -$locale["Time Zone"] = "タイムゾーン"; -$locale["Title Search"] = "タイトル検索"; -$locale["TitleSearch"] = "タイトル検索"; -$locale["Today"] = "今日"; -$locale["Top & bottom toolbars"] = "上部と下部のツールバー"; -$locale["Total %d plugins: "] = "合計 %d プラグイン"; -$locale["Total of %d themes: "] = "総テーマ数: %d"; -$locale["Type it again"] = "もう一度入力"; -$locale["Unlock Page"] = "ページロック解除"; -$locale["Unlocking pages"] = "ページのロックを解除中です。"; -$locale["UpLoad"] = "アップロード"; -$locale["Update Preferences"] = "設定を更新しました"; -$locale["Upload"] = "アップロード"; -$locale["Upload File"] = "ファイル読込み"; -$locale["Uploading %s"] = "%s をアップロード中です。"; -$locale["Use old markup"] = "古いマークアップを使用"; -$locale["User page"] = "ユーザーページ"; -$locale["User statistics"] = "ユーザー統計"; -$locale["UserId"] = "ユーザーID"; -$locale["UserId:"] = "ユーザーID:"; -$locale["UserPreferences"] = "ユーザー設定"; -$locale["Using directory “%s”"] = "ディレクトリ “%s” を使用しています。"; -$locale["Version"] = "バージョン"; -$locale["Version "] = "バージョン"; -$locale["Version %d"] = "バージョン %d"; -$locale["View Source"] = "ソースを見る"; -$locale["View Source: %s"] = "ソースを見る: %s"; -$locale["View the current version."] = "現在のバージョンを表示する"; -$locale["W"] = "幅"; -$locale["Warning: You are editing an old revision."] = "警告: あなたは古いリビジョンを編集しています。"; -$locale["Width"] = "幅"; -$locale["Wiki Name"] = "Wiki名"; -$locale["WikiForm: %s: unknown action"] = "WikiForm: “%s” は未知の操作です。"; -$locale["cached pagedata:"] = "ページデータをキャッシュ:"; -$locale["cached versiondata:"] = "バージョンデータをキャッシュ:"; -$locale["compare revisions"] = "リビジョン比較"; -$locale["current version"] = "現在のバージョン"; -$locale["diff"] = "差分"; -$locale["e-mail not yet verified."] = "メールアドレスを確認出来ませんでした。"; -$locale["e-mail verified."] = "メールアドレスを確認出来ました。"; -$locale["edit area"] = "編集エリア"; -$locale["edit this page"] = "ページを編集しています。"; -$locale["locked"] = "ロックしました"; -$locale["max: %d"] = "最大: %d"; -$locale["no cache used"] = "キャッシュを使いません"; -$locale["plain file %s"] = "プレインファイル %s"; -$locale["previous revision"] = "前のリビジョン"; -$locale["saved as "] = "を保存しました。"; -$locale["saved as %s"] = "%s を保存しました。"; -$locale["today"] = "今日"; -$locale["use this plugin"] = "このプラグインを使う"; -$locale["version %d"] = "バージョン %d"; -$locale["version %s"] = "バージョン %s"; -$locale["version %s"] = "バージョン %s"; -$locale["yesterday"] = "昨日"; -$locale["“%s”: Bad page name"] = - "“%s”: ページ名が正しくありません"; diff --git a/locale/nl/LC_MESSAGES/phpwiki.mo b/locale/nl/LC_MESSAGES/phpwiki.mo index a23edaa862b0401f03e786eb79fdf70b78b562c5..8596c79c725b1c834471020cac9b2d5fa9fbf280 100644 GIT binary patch delta 17 YcmccWbk%9Y1yL4rD^rurS411R0YtF|$^ZZW delta 17 YcmccWbk%9Y1yL3=D%s"] = - "versie %s"; diff --git a/locale/po/de.po b/locale/po/de.po index 35719ea9f..d92eed60b 100644 --- a/locale/po/de.po +++ b/locale/po/de.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PhpWiki 1.4.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-06-17 16:27+0200\n" +"POT-Creation-Date: 2013-06-17 17:54+0200\n" "PO-Revision-Date: 2000-10-31 02:23+0200\n" "Last-Translator: Reini Urban , Carsten Klapp " ", Helmer Pardun