diff --git a/core/data/System/ReleaseHistory.txt b/core/data/System/ReleaseHistory.txt index 05a2397e5c..774141d6f1 100644 --- a/core/data/System/ReleaseHistory.txt +++ b/core/data/System/ReleaseHistory.txt @@ -1,4 +1,4 @@ -%META:TOPICINFO{author="ProjectContributor" date="1502239930" format="1.1" version="1"}% +%META:TOPICINFO{author="ProjectContributor" date="1513393570" format="1.1" version="1"}% %META:TOPICPARENT{name="AdminDocumentationCategory"}% %STARTINCLUDE% @@ -8,6 +8,10 @@ The complete timeline of Foswiki Releases. Foswiki was forked from TWiki 4.2.4 and released with significant improvments as Foswiki 1.0 in January 2009. Since then there have been 31 releases, with 2 major versions and 2 minor versions. %TOC% +---++ Foswiki Release 2.1.5-Beta1 - 16 Dec 2017 + +Foswiki 2.1.5-Beta1 was built on 16 Dec 2017. It is a release that contains 35 fixes and 5 enhancements. + ---++ Foswiki Release 2.1.4 - 31 May 2017 Foswiki 2.1.4 was built on 31 May 2017. It is a release that contains 31 fixes. diff --git a/core/data/System/ReleaseNotes02x01.txt b/core/data/System/ReleaseNotes02x01.txt index f0026ee5cf..110a4d237c 100644 --- a/core/data/System/ReleaseNotes02x01.txt +++ b/core/data/System/ReleaseNotes02x01.txt @@ -1,6 +1,6 @@ -%META:TOPICINFO{author="ProjectContributor" date="1505759671" format="1.1" version="1"}% +%META:TOPICINFO{author="ProjectContributor" date="1513393570" format="1.1" version="1"}% %META:TOPICPARENT{name="ReleaseHistory"}% ----+!! Foswiki Release 2.1.4 +---+!! Foswiki Release 2.1.5-Beta1 %TWISTY{showlink="Table of Contents..." hidelink="hide TOC"}% %TOC% @@ -56,6 +56,7 @@ Foswiki is released under the GNU General Public License. * Foswiki 2.1.2 was built on 02 May 2016. It is a release that contains 1 fix. * Foswiki 2.1.3 was built on 12 Feb 2017. It is a release that contains 68 fixes and 21 enhancements. * Foswiki 2.1.4 was built on 31 May 2017. It is a release that contains 31 fixes. + * Foswiki 2.1.5-Beta1 was built on 16 Dec 2017. It is a release that contains 35 fixes and 5 enhancements. ---++ Pre-installed Extensions @@ -91,6 +92,17 @@ function correctly without this zone. No changes are required unless you have replaced the =foswiki.tmpl= or =foswiki.pattern.tmpl= with a local version. +---+++ Cnange in HTTP status return for authentication failures. + +The fix for Foswikitask:Item14445 changes the HTTP status return for authentiation errors from =401 - Unauthorized= to =200 - OK= +when returning the Template Login screen. The 401 status is not valid unless it returns a WWW-Authentication challenge that can be processed by the +_agent_. This is only valid when using HTTP authentication. The REST and JSONRPC actions will still return a 401, so that it can be handled by javascript. + +---+++ Running Foswiki on a Windows based web server + +This release fixes a critical error that prevented Foswiki from being installed on Windows. Foswiki mistakenly used a reserved filename for +a module which blocked installaion on Windows. This has been corrected in this release. + ---++ Important changes in Foswiki 2.1.3 ---+++ Security issues addressed in this release. @@ -520,6 +532,54 @@ Foswiki thanks the Translators for their efforts. If you are interesting in hel | [[%BUGS%/Item14405][Item14405]] | Redirect after validation with HTTPS proxy for HTTP site results in unsafe redirect. | | [[%BUGS%/Item14406][Item14406]] | Configue LANGUAGES pluggable crashes in Locale::Code for unknown languages with Perl 5.26. | +---++ Foswiki Release 2.1.5 Details + +---+++ Fixes + +| [[%BUGS%/Item11491][Item11491]] | FCGI has de facto file upload limit - add note in documentation for fix. | +| [[%BUGS%/Item12495][Item12495]] | In form fields of type "select", space after a value and before the delimiting comma makes the value selectable and it saves but will reset on next edit. | +| [[%BUGS%/Item13350][Item13350]] | Document why Mailnotify appears to skip notification of some changes. | +| [[%BUGS%/Item13835][Item13835]] | Title Field in Natedit gone, even when used. | +| [[%BUGS%/Item14395][Item14395]] | InterwikiPlugin failure to check result from readTopic causes error. | +| [[%BUGS%/Item14415][Item14415]] | TopicUserMapping places non-ASCII users in wrong position in WikiUsersTopic. | +| [[%BUGS%/Item14429][Item14429]] | tools/configure generates invalid perl structure. | +| [[%BUGS%/Item14431][Item14431]] | Dependencies check for DBD and DBI::Pg are broken by unexpected VERSION strings. | +| [[%BUGS%/Item14434][Item14434]] | Translated text with reserved characters used in System.WebCreateNewTopicComponents will create wrong HTML. | +| [[%BUGS%/Item14445][Item14445]] | Excel fails to open a password protected link to Foswiki. | +| [[%BUGS%/Item14446][Item14446]] | Unwritable =work_area= results in mega-spam with mailnotify run. | +| [[%BUGS%/Item14448][Item14448]] | UpdatesPlugin plugin list is empty on page reload. | +| [[%BUGS%/Item14455][Item14455]] | Malformed System.AdminDocumentationCategory. | +| [[%BUGS%/Item14460][Item14460]] | Login/Logon actions should create session when guest sessions are disabled. | +| [[%BUGS%/Item14461][Item14461]] | Formfield select values containing entities will reset on next save. | +| [[%BUGS%/Item14462][Item14462]] | {AuthScripts} is hidden unless Template Login is in use. | +| [[%BUGS%/Item14471][Item14471]] | HistoryPlugin not properly rendering date tokens as stated in documentation. | +| [[%BUGS%/Item14472][Item14472]] | Use jquery.prop instead of attr to get/set properties. | +| [[%BUGS%/Item14488][Item14488]] | PatternSkin is missing "body" zone used by NatSkin and many extensions | +| [[%BUGS%/Item14490][Item14490]] | EditRowPlugin Edit button image not displaying correctly. | +| [[%BUGS%/Item14492][Item14492]] | HtPasswdUser implements bcrypt with a hard coded cost. {Htpasswd}{BCryptCost} is ignored. | +| [[%BUGS%/Item14515][Item14515]] | Foswiki 2.1.3 cannot run on Windows "Aux" is a reserved filename on windows. | +| [[%BUGS%/Item14529][Item14529]] | UpdatesPlugin should not use the cookie realm. | +| [[%BUGS%/Item14536][Item14536]] | Configure leaves "wait" cursor spinning while waiting for user action. | +| [[%BUGS%/Item14544][Item14544]] | SCRIPTURL breaks when X-FORWARDED-HOST has multiple values. | +| [[%BUGS%/Item14549][Item14549]] | Prevent User/WikiName cache pollution by faulty call of internal user api. | +| [[%BUGS%/Item14550][Item14550]] | Wrong initialization of {_options} hash reference in list formfields. | +| [[%BUGS%/Item14554][Item14554]] | Remove link to unused wikiring.com domain. | +| [[%BUGS%/Item14556][Item14556]] | Clean up page header area with PatternSkin. | +| [[%BUGS%/Item14557][Item14557]] | PerlDependencyReport crashes under some conditions. | +| [[%BUGS%/Item14559][Item14559]] | Regression via [[Tasks.Item13898][Item13898]] - broken topic selectors. | +| [[%BUGS%/Item14560][Item14560]] | WikiWord changes don't trigger a change event on the target element. | +| [[%BUGS%/Item14566][Item14566]] | Don't cache a null result in foswiki.getPreference(). | +| [[%BUGS%/Item14573][Item14573]] | Fix auto-height calculation of tabpane. | +| [[%BUGS%/Item14574][Item14574]] | HTML cellspacing attribute has no effect. | + +---+++ Enhancements + +| [[%BUGS%/Item14518][Item14518]] | JQueryPlugin should warn configure if an older version of jquery is selected. | +| [[%BUGS%/Item14532][Item14532]] | Allow process name override for FCGI task. | +| [[%BUGS%/Item14565][Item14565]] | Bundle jquery.validate js files into one. | +| [[%BUGS%/Item14570][Item14570]] | Add "use strict" to farbtastic's init and fix js errors. | +| [[%BUGS%/Item14577][Item14577]] | Add user contributed sartup script for FreeBSD. | + --- diff --git a/core/locale/Foswiki.pot b/core/locale/Foswiki.pot index baa2cecebf..0535dcd3da 100644 --- a/core/locale/Foswiki.pot +++ b/core/locale/Foswiki.pot @@ -72,7 +72,7 @@ msgid "%1 added to the %2 group." msgstr "" #. (( $Foswiki::cfg{AdminUserWikiName}, $Foswiki::cfg{SuperAdminGroup}) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1093 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1103 msgid "%1 cannot be removed from %2" msgstr "" @@ -200,7 +200,7 @@ msgstr "" msgid "&Cancel" msgstr "" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 msgid "&History" msgstr "" @@ -914,12 +914,12 @@ msgid "" msgstr "" #. ($user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:906 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:916 msgid "CHANGE not permitted by %1" msgstr "" #. (( $groupName, $user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:940 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:950 msgid "CHANGE not permitted for %1 by %2" msgstr "" @@ -952,7 +952,7 @@ msgstr "" #: core/data/Main/GroupViewTemplate.txt:213 #: core/data/Main/GroupViewTemplate.txt:240 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:38 -#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:111 +#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:112 #: core/templates/settings.tmpl:12 core/templates/validate.tmpl:52 msgid "Cancel" msgstr "" @@ -1637,7 +1637,7 @@ msgstr "" msgid "End presentation" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Enlarge edit box" msgstr "" @@ -1875,7 +1875,7 @@ msgstr "" msgid "Globe" msgstr "" -#: core/templates/foswiki.tmpl:115 core/templates/messages.tmpl:328 +#: core/templates/foswiki.tmpl:116 core/templates/messages.tmpl:328 #: core/templates/messages.tmpl:489 core/templates/registermessages.tmpl:385 msgid "Go back" msgstr "" @@ -1908,7 +1908,7 @@ msgstr "" msgid "Group" msgstr "" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:934 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:944 #: core/lib/Foswiki/UserMapping.pm:351 msgid "Group does not exist and create not permitted" msgstr "" @@ -1917,7 +1917,7 @@ msgstr "" msgid "Group name" msgstr "" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:880 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:890 msgid "Group names must end in Group" msgstr "" @@ -1958,7 +1958,7 @@ msgstr "" msgid "Heading 6" msgstr "" -#: core/templates/foswiki.tmpl:146 +#: core/templates/foswiki.tmpl:147 msgid "Hello %1!" msgstr "" @@ -2163,7 +2163,7 @@ msgid "" "be useful. Please contact %1 if you are unsure." msgstr "" -#: UpdatesPlugin/templates/updatesplugin.tmpl:6 +#: UpdatesPlugin/templates/updatesplugin.tmpl:13 msgid "Ignore for 7 days" msgstr "" @@ -2536,7 +2536,7 @@ msgstr "" msgid "Missing or illegal web name" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:54 +#: PatternSkin/templates/foswiki.pattern.tmpl:59 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:41 msgid "Modify search" msgstr "" @@ -2825,7 +2825,7 @@ msgstr "" msgid "Number of changes for each Web" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:53 +#: PatternSkin/templates/foswiki.pattern.tmpl:58 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:40 #: PatternSkin/templates/search.pattern.tmpl:23 #: PatternSkin/templates/search.pattern01x00.tmpl:12 @@ -2847,7 +2847,7 @@ msgstr "" #: JQueryPlugin/data/System/JQueryButton.txt:26 #: PatternSkin/data/System/PatternSkinElements.txt:446 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:37 -#: core/templates/foswiki.tmpl:113 core/templates/oopsaccessdenied.tmpl:7 +#: core/templates/foswiki.tmpl:114 core/templates/oopsaccessdenied.tmpl:7 #: core/templates/oopsredirectdenied.tmpl:7 core/templates/oopssaveerr.tmpl:13 #: core/templates/registermessages.tmpl:334 #: core/templates/registermessages.tmpl:342 @@ -3249,7 +3249,7 @@ msgstr "" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 #: PatternSkin/data/System/WebLeftBarLogin.txt:16 #: TopicUserMappingContrib/data/System/UserRegistrationParts.txt:296 -#: core/templates/foswiki.tmpl:148 +#: core/templates/foswiki.tmpl:149 msgid "Register" msgstr "" @@ -3783,7 +3783,7 @@ msgstr "" msgid "Showing revisions %1 - %2 (out of %3)" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Shrink edit box" msgstr "" @@ -3956,7 +3956,7 @@ msgstr "" msgid "Superscript" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Switch to monotype or proportional font" msgstr "" @@ -4735,7 +4735,7 @@ msgstr "" msgid "Update links" msgstr "" -#: UpdatesPlugin/templates/updatesplugin.tmpl:5 +#: UpdatesPlugin/templates/updatesplugin.tmpl:12 #: core/data/Main/GroupViewTemplate.txt:182 #: core/data/Main/GroupViewTemplate.txt:191 msgid "Upgrade" @@ -4800,12 +4800,12 @@ msgid "" msgstr "" #. (( $user, $groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1126 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1136 msgid "User %1 does not have CHANGE permission on %2." msgstr "" #. ($cuid) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1115 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1125 #: core/lib/Foswiki/UserMapping.pm:371 msgid "User %1 not in group, cannot be removed" msgstr "" @@ -4851,12 +4851,12 @@ msgid "Users" msgstr "" #. ($Group) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:876 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:886 msgid "Users cannot be added to %1" msgstr "" #. ($groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1085 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1095 msgid "Users cannot be removed from %1" msgstr "" @@ -4894,7 +4894,7 @@ msgstr "" msgid "View" msgstr "" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 msgid "View complete topic history" msgstr "" @@ -4994,8 +4994,8 @@ msgstr "" msgid "Warning: This site does not allow %INCLUDE% of URLs" msgstr "" -#: UpdatesPlugin/templates/updatesplugin.tmpl:12 -msgid "Warning: Updates found for %1 extension(s)." +#: UpdatesPlugin/templates/updatesplugin.tmpl:11 +msgid "Warning: Updates found for %1 extension(s): %2" msgstr "" #: TablePlugin/lib/Foswiki/Plugins/TablePlugin/Core.pm:449 @@ -5531,7 +5531,7 @@ msgid "now %1" msgstr "" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 -#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:148 +#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:149 #: core/templates/moveattachment.tmpl:55 core/templates/preview.tmpl:18 #: core/templates/rename.tmpl:21 core/templates/renameattachmentdelete.tmpl:25 #: core/templates/renameconfirm.tmpl:33 core/templates/renamedelete.tmpl:40 diff --git a/core/locale/bg.po b/core/locale/bg.po index f8efc4389b..08e54c83f1 100644 --- a/core/locale/bg.po +++ b/core/locale/bg.po @@ -79,7 +79,7 @@ msgid "%1 added to the %2 group." msgstr "%1 е преместен(а) от %2 на %3 от %4" #. (( $Foswiki::cfg{AdminUserWikiName}, $Foswiki::cfg{SuperAdminGroup}) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1093 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1103 #, fuzzy msgid "%1 cannot be removed from %2" msgstr "%1 е преместен(а) от %2 на %3 от %4" @@ -217,7 +217,7 @@ msgstr "" msgid "&Cancel" msgstr "Отказ" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 msgid "&History" msgstr "История" @@ -1029,12 +1029,12 @@ msgstr "" "=ALLOWWEBVIEW= в WebPreferences." #. ($user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:906 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:916 msgid "CHANGE not permitted by %1" msgstr "" #. (( $groupName, $user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:940 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:950 msgid "CHANGE not permitted for %1 by %2" msgstr "" @@ -1067,7 +1067,7 @@ msgstr "Няма e-mail-адрес за %1 (задължителен за нул #: core/data/Main/GroupViewTemplate.txt:213 #: core/data/Main/GroupViewTemplate.txt:240 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:38 -#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:111 +#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:112 #: core/templates/settings.tmpl:12 core/templates/validate.tmpl:52 msgid "Cancel" msgstr "Отказ" @@ -1814,7 +1814,7 @@ msgstr "" msgid "End presentation" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Enlarge edit box" msgstr "Уголеми кутията за редактиране" @@ -2069,7 +2069,7 @@ msgstr "Уведомяване за промени в това търсене" msgid "Globe" msgstr "Затваряне" -#: core/templates/foswiki.tmpl:115 core/templates/messages.tmpl:328 +#: core/templates/foswiki.tmpl:116 core/templates/messages.tmpl:328 #: core/templates/messages.tmpl:489 core/templates/registermessages.tmpl:385 msgid "Go back" msgstr "Обратно" @@ -2106,7 +2106,7 @@ msgstr "" msgid "Group" msgstr "Групи" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:934 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:944 #: core/lib/Foswiki/UserMapping.pm:351 msgid "Group does not exist and create not permitted" msgstr "" @@ -2116,7 +2116,7 @@ msgstr "" msgid "Group name" msgstr "Име на страницата" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:880 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:890 msgid "Group names must end in Group" msgstr "" @@ -2157,7 +2157,7 @@ msgstr "" msgid "Heading 6" msgstr "" -#: core/templates/foswiki.tmpl:146 +#: core/templates/foswiki.tmpl:147 msgid "Hello %1!" msgstr "Здравей %1!" @@ -2377,7 +2377,7 @@ msgid "" "be useful. Please contact %1 if you are unsure." msgstr "" -#: UpdatesPlugin/templates/updatesplugin.tmpl:6 +#: UpdatesPlugin/templates/updatesplugin.tmpl:13 msgid "Ignore for 7 days" msgstr "" @@ -2777,7 +2777,7 @@ msgstr "Липсваща команда за действие" msgid "Missing or illegal web name" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:54 +#: PatternSkin/templates/foswiki.pattern.tmpl:59 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:41 msgid "Modify search" msgstr "Промяна на търсенето" @@ -3090,7 +3090,7 @@ msgstr "Уведомяване" msgid "Number of changes for each Web" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:53 +#: PatternSkin/templates/foswiki.pattern.tmpl:58 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:40 #: PatternSkin/templates/search.pattern.tmpl:23 #: PatternSkin/templates/search.pattern01x00.tmpl:12 @@ -3114,7 +3114,7 @@ msgstr "" #: JQueryPlugin/data/System/JQueryButton.txt:26 #: PatternSkin/data/System/PatternSkinElements.txt:446 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:37 -#: core/templates/foswiki.tmpl:113 core/templates/oopsaccessdenied.tmpl:7 +#: core/templates/foswiki.tmpl:114 core/templates/oopsaccessdenied.tmpl:7 #: core/templates/oopsredirectdenied.tmpl:7 core/templates/oopssaveerr.tmpl:13 #: core/templates/registermessages.tmpl:334 #: core/templates/registermessages.tmpl:342 @@ -3553,7 +3553,7 @@ msgstr "Презареждане" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 #: PatternSkin/data/System/WebLeftBarLogin.txt:16 #: TopicUserMappingContrib/data/System/UserRegistrationParts.txt:296 -#: core/templates/foswiki.tmpl:148 +#: core/templates/foswiki.tmpl:149 msgid "Register" msgstr "Регистрация" @@ -4138,7 +4138,7 @@ msgstr "Покажи помощ" msgid "Showing revisions %1 - %2 (out of %3)" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Shrink edit box" msgstr "Смали кутийката за редакция" @@ -4315,7 +4315,7 @@ msgstr "" msgid "Superscript" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Switch to monotype or proportional font" msgstr "" @@ -5117,7 +5117,7 @@ msgstr "Обновяване на прикрепен файл %1 на %2" msgid "Update links" msgstr "Връзки за обновяване" -#: UpdatesPlugin/templates/updatesplugin.tmpl:5 +#: UpdatesPlugin/templates/updatesplugin.tmpl:12 #: core/data/Main/GroupViewTemplate.txt:182 #: core/data/Main/GroupViewTemplate.txt:191 msgid "Upgrade" @@ -5186,12 +5186,12 @@ msgid "" msgstr "" #. (( $user, $groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1126 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1136 msgid "User %1 does not have CHANGE permission on %2." msgstr "" #. ($cuid) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1115 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1125 #: core/lib/Foswiki/UserMapping.pm:371 #, fuzzy msgid "User %1 not in group, cannot be removed" @@ -5242,12 +5242,12 @@ msgid "Users" msgstr "Потребители" #. ($Group) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:876 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:886 msgid "Users cannot be added to %1" msgstr "" #. ($groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1085 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1095 msgid "Users cannot be removed from %1" msgstr "" @@ -5285,7 +5285,7 @@ msgstr "История на версиите на %1" msgid "View" msgstr "Виж" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 #, fuzzy msgid "View complete topic history" msgstr "Изглед на цялата история на страницата" @@ -5398,8 +5398,8 @@ msgstr "" msgid "Warning: This site does not allow %INCLUDE% of URLs" msgstr "Внимание: Този сайт не разрешава %INCLUDE% на уеб-адреси" -#: UpdatesPlugin/templates/updatesplugin.tmpl:12 -msgid "Warning: Updates found for %1 extension(s)." +#: UpdatesPlugin/templates/updatesplugin.tmpl:11 +msgid "Warning: Updates found for %1 extension(s): %2" msgstr "" #: TablePlugin/lib/Foswiki/Plugins/TablePlugin/Core.pm:449 @@ -5955,7 +5955,7 @@ msgid "now %1" msgstr "сега %1" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 -#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:148 +#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:149 #: core/templates/moveattachment.tmpl:55 core/templates/preview.tmpl:18 #: core/templates/rename.tmpl:21 core/templates/renameattachmentdelete.tmpl:25 #: core/templates/renameconfirm.tmpl:33 core/templates/renamedelete.tmpl:40 diff --git a/core/locale/cs.po b/core/locale/cs.po index 48ba90d084..8fcd17488f 100755 --- a/core/locale/cs.po +++ b/core/locale/cs.po @@ -75,7 +75,7 @@ msgid "%1 added to the %2 group." msgstr "%1 přidáno do %2 skupiny." #. (( $Foswiki::cfg{AdminUserWikiName}, $Foswiki::cfg{SuperAdminGroup}) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1093 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1103 msgid "%1 cannot be removed from %2" msgstr "%1 nemůže být odstraněn z %2" @@ -204,7 +204,7 @@ msgstr "Název článku (%1) obsahoval nepovolené znaky." msgid "&Cancel" msgstr "&Cancel (ponechej beze změny)" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 msgid "&History" msgstr "Historie" @@ -985,12 +985,12 @@ msgstr "" "WebPreferences." #. ($user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:906 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:916 msgid "CHANGE not permitted by %1" msgstr "Změna nepovolena díky %1" #. (( $groupName, $user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:940 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:950 msgid "CHANGE not permitted for %1 by %2" msgstr "Změna nepovolena pro %1 díky %2" @@ -1024,7 +1024,7 @@ msgstr "" #: core/data/Main/GroupViewTemplate.txt:213 #: core/data/Main/GroupViewTemplate.txt:240 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:38 -#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:111 +#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:112 #: core/templates/settings.tmpl:12 core/templates/validate.tmpl:52 msgid "Cancel" msgstr "Přerušit" @@ -1738,7 +1738,7 @@ msgstr "Emotikon" msgid "End presentation" msgstr "Spusť prezentaci" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Enlarge edit box" msgstr "Zvětšit editovací prostor" @@ -1987,7 +1987,7 @@ msgstr "Nechte se upozornit o změnách tohoto vyhledávání" msgid "Globe" msgstr "Glóbus" -#: core/templates/foswiki.tmpl:115 core/templates/messages.tmpl:328 +#: core/templates/foswiki.tmpl:116 core/templates/messages.tmpl:328 #: core/templates/messages.tmpl:489 core/templates/registermessages.tmpl:385 msgid "Go back" msgstr "Jdi zpět" @@ -2024,7 +2024,7 @@ msgstr "DobrýStyl" msgid "Group" msgstr "Skupina" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:934 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:944 #: core/lib/Foswiki/UserMapping.pm:351 msgid "Group does not exist and create not permitted" msgstr "Skupina neexistuje a vytvoření není povoleno" @@ -2033,7 +2033,7 @@ msgstr "Skupina neexistuje a vytvoření není povoleno" msgid "Group name" msgstr "Jméno skupiny" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:880 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:890 msgid "Group names must end in Group" msgstr "Názvy skupin musí končit na Skupina" @@ -2074,7 +2074,7 @@ msgstr "Nadpis 5" msgid "Heading 6" msgstr "Nadpis 6" -#: core/templates/foswiki.tmpl:146 +#: core/templates/foswiki.tmpl:147 msgid "Hello %1!" msgstr "Vítejte %1!" @@ -2311,7 +2311,7 @@ msgid "" "be useful. Please contact %1 if you are unsure." msgstr "" -#: UpdatesPlugin/templates/updatesplugin.tmpl:6 +#: UpdatesPlugin/templates/updatesplugin.tmpl:13 msgid "Ignore for 7 days" msgstr "Ignorujte následujících 7 dní" @@ -2701,7 +2701,7 @@ msgstr "Chybí příkaz akce" msgid "Missing or illegal web name" msgstr "Chybějící nebo neplatné jméno webu" -#: PatternSkin/templates/foswiki.pattern.tmpl:54 +#: PatternSkin/templates/foswiki.pattern.tmpl:59 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:41 msgid "Modify search" msgstr "Změň hledání" @@ -3006,7 +3006,7 @@ msgstr "Oznámení" msgid "Number of changes for each Web" msgstr "Počet změn pro každý Web" -#: PatternSkin/templates/foswiki.pattern.tmpl:53 +#: PatternSkin/templates/foswiki.pattern.tmpl:58 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:40 #: PatternSkin/templates/search.pattern.tmpl:23 #: PatternSkin/templates/search.pattern01x00.tmpl:12 @@ -3028,7 +3028,7 @@ msgstr "OEmbed" #: JQueryPlugin/data/System/JQueryButton.txt:26 #: PatternSkin/data/System/PatternSkinElements.txt:446 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:37 -#: core/templates/foswiki.tmpl:113 core/templates/oopsaccessdenied.tmpl:7 +#: core/templates/foswiki.tmpl:114 core/templates/oopsaccessdenied.tmpl:7 #: core/templates/oopsredirectdenied.tmpl:7 core/templates/oopssaveerr.tmpl:13 #: core/templates/registermessages.tmpl:334 #: core/templates/registermessages.tmpl:342 @@ -3444,7 +3444,7 @@ msgstr "Obnov" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 #: PatternSkin/data/System/WebLeftBarLogin.txt:16 #: TopicUserMappingContrib/data/System/UserRegistrationParts.txt:296 -#: core/templates/foswiki.tmpl:148 +#: core/templates/foswiki.tmpl:149 msgid "Register" msgstr "Registruj" @@ -4003,7 +4003,7 @@ msgstr "Ukaž nápovědu" msgid "Showing revisions %1 - %2 (out of %3)" msgstr "Zobrazuji revize %1 - %2 (mimo %3)" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Shrink edit box" msgstr "Zmenšit editovací oblast" @@ -4184,7 +4184,7 @@ msgstr "Shrnutí" msgid "Superscript" msgstr "Horní index" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 #, fuzzy msgid "Switch to monotype or proportional font" msgstr "Použijte monotype nebo proporcionální font" @@ -5049,7 +5049,7 @@ msgstr "Změna přílohy %1 v %2" msgid "Update links" msgstr "Aktualizuj odkazy" -#: UpdatesPlugin/templates/updatesplugin.tmpl:5 +#: UpdatesPlugin/templates/updatesplugin.tmpl:12 #: core/data/Main/GroupViewTemplate.txt:182 #: core/data/Main/GroupViewTemplate.txt:191 msgid "Upgrade" @@ -5121,12 +5121,12 @@ msgstr "" "skutečně potřebujete, jinak si prohlédněte změny webu na každém z nich." #. (( $user, $groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1126 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1136 msgid "User %1 does not have CHANGE permission on %2." msgstr "Uživatel %1 nemá právo měnit %2." #. ($cuid) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1115 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1125 #: core/lib/Foswiki/UserMapping.pm:371 msgid "User %1 not in group, cannot be removed" msgstr "Uživatel %1 není v žádné skupině, a nemůže být proto vyjmut" @@ -5175,12 +5175,12 @@ msgid "Users" msgstr "Uživatelé" #. ($Group) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:876 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:886 msgid "Users cannot be added to %1" msgstr "Uživatelé nemohou být přidáni do %1" #. ($groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1085 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1095 msgid "Users cannot be removed from %1" msgstr "Uživatelé nemohou být odebráni z %1" @@ -5220,7 +5220,7 @@ msgstr "Historické verze %1" msgid "View" msgstr "Náhled" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 msgid "View complete topic history" msgstr "Zobraz celou historii článku" @@ -5322,8 +5322,9 @@ msgstr "Varování: Nemohu zaslat potvrzovací email, zasílání emailů je vyp msgid "Warning: This site does not allow %INCLUDE% of URLs" msgstr "Varování: Tento server nepovoluje %INCLUDE% odkazů" -#: UpdatesPlugin/templates/updatesplugin.tmpl:12 -msgid "Warning: Updates found for %1 extension(s)." +#: UpdatesPlugin/templates/updatesplugin.tmpl:11 +#, fuzzy +msgid "Warning: Updates found for %1 extension(s): %2" msgstr "Varování: Nalezeny aktualizace pro %1 rozšíření." #: TablePlugin/lib/Foswiki/Plugins/TablePlugin/Core.pm:449 @@ -5924,7 +5925,7 @@ msgid "now %1" msgstr "nyní je %1" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 -#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:148 +#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:149 #: core/templates/moveattachment.tmpl:55 core/templates/preview.tmpl:18 #: core/templates/rename.tmpl:21 core/templates/renameattachmentdelete.tmpl:25 #: core/templates/renameconfirm.tmpl:33 core/templates/renamedelete.tmpl:40 diff --git a/core/locale/da.po b/core/locale/da.po index 642f33d86e..5861f24677 100644 --- a/core/locale/da.po +++ b/core/locale/da.po @@ -9,8 +9,8 @@ msgstr "" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: 2017-06-15 06:35+0200\n" "Last-Translator: Martin Dahlem \n" -"Language-Team: Danish \n" +"Language-Team: Danish \n" "Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -79,7 +79,7 @@ msgstr "%1 tilføjet til %2 gruppen." # $date, # $by) #. (( $Foswiki::cfg{AdminUserWikiName}, $Foswiki::cfg{SuperAdminGroup}) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1093 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1103 msgid "%1 cannot be removed from %2" msgstr "%1 kunne ikke fjernes fra %2" @@ -214,7 +214,7 @@ msgstr "%1: Sidenavnet for templaten (%2) indeholder ugyldige tegn." msgid "&Cancel" msgstr "&Fortryd" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 msgid "&History" msgstr "&Historik" @@ -1000,12 +1000,12 @@ msgstr "" "=ALLOWWEBVIEW= begrænsningen i WebPreferences." #. ($user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:906 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:916 msgid "CHANGE not permitted by %1" msgstr "CHANGE ikke tilladt af %1" #. (( $groupName, $user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:940 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:950 msgid "CHANGE not permitted for %1 by %2" msgstr "CHANGE ikke tilladt for %1 af %2" @@ -1040,7 +1040,7 @@ msgstr "" #: core/data/Main/GroupViewTemplate.txt:213 #: core/data/Main/GroupViewTemplate.txt:240 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:38 -#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:111 +#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:112 #: core/templates/settings.tmpl:12 core/templates/validate.tmpl:52 msgid "Cancel" msgstr "Fortryd" @@ -1757,7 +1757,7 @@ msgstr "Humørikon" msgid "End presentation" msgstr "Afslut præsentation" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Enlarge edit box" msgstr "Forstør edit-boks" @@ -2004,7 +2004,7 @@ msgstr "Få notificering om ændringer i resultaterne af denne søgning" msgid "Globe" msgstr "Globus" -#: core/templates/foswiki.tmpl:115 core/templates/messages.tmpl:328 +#: core/templates/foswiki.tmpl:116 core/templates/messages.tmpl:328 #: core/templates/messages.tmpl:489 core/templates/registermessages.tmpl:385 msgid "Go back" msgstr "Tilbage" @@ -2041,7 +2041,7 @@ msgstr "GodStil" msgid "Group" msgstr "Gruppe" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:934 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:944 #: core/lib/Foswiki/UserMapping.pm:351 msgid "Group does not exist and create not permitted" msgstr "Gruppe eksisterer ikke og oprettelse er ikke tilladt" @@ -2050,7 +2050,7 @@ msgstr "Gruppe eksisterer ikke og oprettelse er ikke tilladt" msgid "Group name" msgstr "Gruppenavn" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:880 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:890 msgid "Group names must end in Group" msgstr "Gruppenavne skal ende med Group" @@ -2091,7 +2091,7 @@ msgstr "Overskrift 5" msgid "Heading 6" msgstr "Overskrift 6" -#: core/templates/foswiki.tmpl:146 +#: core/templates/foswiki.tmpl:147 msgid "Hello %1!" msgstr "Hej %1!" @@ -2334,7 +2334,7 @@ msgstr "" "masseregistrering måske stadig være brugbart. Kontakt venligst %1, hvis du " "er i tvivl." -#: UpdatesPlugin/templates/updatesplugin.tmpl:6 +#: UpdatesPlugin/templates/updatesplugin.tmpl:13 msgid "Ignore for 7 days" msgstr "Ignorer i 7 dage" @@ -2726,7 +2726,7 @@ msgstr "Manglende aktionskommando (action command)" msgid "Missing or illegal web name" msgstr "Manglende eller illegalt webnavn" -#: PatternSkin/templates/foswiki.pattern.tmpl:54 +#: PatternSkin/templates/foswiki.pattern.tmpl:59 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:41 msgid "Modify search" msgstr "Tilpas søgning" @@ -3023,7 +3023,7 @@ msgstr "Notificeringer" msgid "Number of changes for each Web" msgstr "Antal ændringer for hvert web" -#: PatternSkin/templates/foswiki.pattern.tmpl:53 +#: PatternSkin/templates/foswiki.pattern.tmpl:58 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:40 #: PatternSkin/templates/search.pattern.tmpl:23 #: PatternSkin/templates/search.pattern01x00.tmpl:12 @@ -3045,7 +3045,7 @@ msgstr "OEmbed" #: JQueryPlugin/data/System/JQueryButton.txt:26 #: PatternSkin/data/System/PatternSkinElements.txt:446 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:37 -#: core/templates/foswiki.tmpl:113 core/templates/oopsaccessdenied.tmpl:7 +#: core/templates/foswiki.tmpl:114 core/templates/oopsaccessdenied.tmpl:7 #: core/templates/oopsredirectdenied.tmpl:7 core/templates/oopssaveerr.tmpl:13 #: core/templates/registermessages.tmpl:334 #: core/templates/registermessages.tmpl:342 @@ -3465,7 +3465,7 @@ msgstr "Genopfrisk" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 #: PatternSkin/data/System/WebLeftBarLogin.txt:16 #: TopicUserMappingContrib/data/System/UserRegistrationParts.txt:296 -#: core/templates/foswiki.tmpl:148 +#: core/templates/foswiki.tmpl:149 msgid "Register" msgstr "Registrér dig" @@ -4019,7 +4019,7 @@ msgstr "Vis hjælp" msgid "Showing revisions %1 - %2 (out of %3)" msgstr "Viser versionerne %1 - %2 (ud af %3)" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Shrink edit box" msgstr "Formindsk edit boks" @@ -4200,7 +4200,7 @@ msgstr "Sammendrag" msgid "Superscript" msgstr "Hævet" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Switch to monotype or proportional font" msgstr "Skift til monospace eller proportional skrift" @@ -5085,7 +5085,7 @@ msgstr "Opdatér den vedhæftede fil %1 på siden %2" msgid "Update links" msgstr "Opdatér links" -#: UpdatesPlugin/templates/updatesplugin.tmpl:5 +#: UpdatesPlugin/templates/updatesplugin.tmpl:12 #: core/data/Main/GroupViewTemplate.txt:182 #: core/data/Main/GroupViewTemplate.txt:191 msgid "Upgrade" @@ -5156,12 +5156,12 @@ msgstr "" "ellers kig på WebChanges siden for hvert web." #. (( $user, $groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1126 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1136 msgid "User %1 does not have CHANGE permission on %2." msgstr "Brugeren %1 har ikke CHANGE rettigheder til %2." #. ($cuid) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1115 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1125 #: core/lib/Foswiki/UserMapping.pm:371 msgid "User %1 not in group, cannot be removed" msgstr "Brugeren %1 er ikke medlem af gruppen og kan ikke fjernes" @@ -5213,7 +5213,7 @@ msgstr "Brugere" # $date, # $by) #. ($Group) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:876 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:886 msgid "Users cannot be added to %1" msgstr "Brugere kan ikke tilføjes til %1" @@ -5221,7 +5221,7 @@ msgstr "Brugere kan ikke tilføjes til %1" # $date, # $by) #. ($groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1085 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1095 msgid "Users cannot be removed from %1" msgstr "Brugere kan ikke fjernes fra %1" @@ -5261,7 +5261,7 @@ msgstr "Versionshistorik for %1" msgid "View" msgstr "Vis" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 msgid "View complete topic history" msgstr "Vis komplet historik for siden" @@ -5367,8 +5367,9 @@ msgstr "" "Advarsel: Dette websted tillader ikke brug af %INCLUDE% til inkludering " "af URL'er" -#: UpdatesPlugin/templates/updatesplugin.tmpl:12 -msgid "Warning: Updates found for %1 extension(s)." +#: UpdatesPlugin/templates/updatesplugin.tmpl:11 +#, fuzzy +msgid "Warning: Updates found for %1 extension(s): %2" msgstr "Advarsel: Opdateringer fundet for %1 extension(s)." #: TablePlugin/lib/Foswiki/Plugins/TablePlugin/Core.pm:449 @@ -5975,7 +5976,7 @@ msgid "now %1" msgstr "nu %1" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 -#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:148 +#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:149 #: core/templates/moveattachment.tmpl:55 core/templates/preview.tmpl:18 #: core/templates/rename.tmpl:21 core/templates/renameattachmentdelete.tmpl:25 #: core/templates/renameconfirm.tmpl:33 core/templates/renamedelete.tmpl:40 diff --git a/core/locale/de.po b/core/locale/de.po index 0bd290320e..f0b895a760 100644 --- a/core/locale/de.po +++ b/core/locale/de.po @@ -79,7 +79,7 @@ msgstr "%1 wurde der Gruppe %2 hinzugefügt." # $date, # $by) #. (( $Foswiki::cfg{AdminUserWikiName}, $Foswiki::cfg{SuperAdminGroup}) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1093 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1103 msgid "%1 cannot be removed from %2" msgstr "%1 konnte nicht aus der Gruppe %2 entfernt werden" @@ -217,7 +217,7 @@ msgstr "%1: ungültiger Vorlagen-Name (%2) - enthält unzulässige Zeichen." msgid "&Cancel" msgstr "&Abbrechen" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 msgid "&History" msgstr "&Historie" @@ -1015,12 +1015,12 @@ msgstr "" "=ALLOWWEBVIEW= aus den WebPreferences." #. ($user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:906 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:916 msgid "CHANGE not permitted by %1" msgstr "Bearbeitung (CHANGE) nicht erlaubt für %1" #. (( $groupName, $user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:940 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:950 msgid "CHANGE not permitted for %1 by %2" msgstr "Bearbeitung (CHANGE) von %1 nicht erlaubt für %2" @@ -1055,7 +1055,7 @@ msgstr "" #: core/data/Main/GroupViewTemplate.txt:213 #: core/data/Main/GroupViewTemplate.txt:240 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:38 -#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:111 +#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:112 #: core/templates/settings.tmpl:12 core/templates/validate.tmpl:52 msgid "Cancel" msgstr "Abbrechen" @@ -1783,7 +1783,7 @@ msgstr "Emoticon" msgid "End presentation" msgstr "Präsentation starten" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Enlarge edit box" msgstr "Bearbeitungsfenster vergrößern" @@ -2039,7 +2039,7 @@ msgstr "Bei Änderungen bezüglich dieser Suche benachrichtigt werden" msgid "Globe" msgstr "Weltkugel" -#: core/templates/foswiki.tmpl:115 core/templates/messages.tmpl:328 +#: core/templates/foswiki.tmpl:116 core/templates/messages.tmpl:328 #: core/templates/messages.tmpl:489 core/templates/registermessages.tmpl:385 msgid "Go back" msgstr "Zurück" @@ -2077,7 +2077,7 @@ msgstr "[[GoodStyle][Guter Stil]]" msgid "Group" msgstr "Gruppe" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:934 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:944 #: core/lib/Foswiki/UserMapping.pm:351 msgid "Group does not exist and create not permitted" msgstr "Gruppe existiert nicht und Anlegen ist nicht gestattet" @@ -2086,7 +2086,7 @@ msgstr "Gruppe existiert nicht und Anlegen ist nicht gestattet" msgid "Group name" msgstr "Gruppenname" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:880 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:890 msgid "Group names must end in Group" msgstr "Gruppennamen müssen auf „Group“ enden" @@ -2127,7 +2127,7 @@ msgstr "Überschrift 5" msgid "Heading 6" msgstr "Überschrift 6" -#: core/templates/foswiki.tmpl:146 +#: core/templates/foswiki.tmpl:147 msgid "Hello %1!" msgstr "Hallo %1!" @@ -2372,7 +2372,7 @@ msgid "" "be useful. Please contact %1 if you are unsure." msgstr "" -#: UpdatesPlugin/templates/updatesplugin.tmpl:6 +#: UpdatesPlugin/templates/updatesplugin.tmpl:13 msgid "Ignore for 7 days" msgstr "7 Tage lang ignorieren" @@ -2763,7 +2763,7 @@ msgstr "Fehlender Aktionsbefehl" msgid "Missing or illegal web name" msgstr "Fehlender oder ungültiger Web-Name" -#: PatternSkin/templates/foswiki.pattern.tmpl:54 +#: PatternSkin/templates/foswiki.pattern.tmpl:59 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:41 msgid "Modify search" msgstr "Suche verändern" @@ -3062,7 +3062,7 @@ msgstr "Benachrichtigungen" msgid "Number of changes for each Web" msgstr "Anzahl Änderungen je Web" -#: PatternSkin/templates/foswiki.pattern.tmpl:53 +#: PatternSkin/templates/foswiki.pattern.tmpl:58 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:40 #: PatternSkin/templates/search.pattern.tmpl:23 #: PatternSkin/templates/search.pattern01x00.tmpl:12 @@ -3084,7 +3084,7 @@ msgstr "OEmbed" #: JQueryPlugin/data/System/JQueryButton.txt:26 #: PatternSkin/data/System/PatternSkinElements.txt:446 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:37 -#: core/templates/foswiki.tmpl:113 core/templates/oopsaccessdenied.tmpl:7 +#: core/templates/foswiki.tmpl:114 core/templates/oopsaccessdenied.tmpl:7 #: core/templates/oopsredirectdenied.tmpl:7 core/templates/oopssaveerr.tmpl:13 #: core/templates/registermessages.tmpl:334 #: core/templates/registermessages.tmpl:342 @@ -3511,7 +3511,7 @@ msgstr "Neu laden" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 #: PatternSkin/data/System/WebLeftBarLogin.txt:16 #: TopicUserMappingContrib/data/System/UserRegistrationParts.txt:296 -#: core/templates/foswiki.tmpl:148 +#: core/templates/foswiki.tmpl:149 msgid "Register" msgstr "Registrieren" @@ -4077,7 +4077,7 @@ msgstr "Hilfe anzeigen" msgid "Showing revisions %1 - %2 (out of %3)" msgstr "Zeige Revisionen %1 – %2 (von %3)" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Shrink edit box" msgstr "Editier-Box verkleinern" @@ -4260,7 +4260,7 @@ msgstr "Zusammenfassungen" msgid "Superscript" msgstr "Hochgestellter Text" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Switch to monotype or proportional font" msgstr "Zeichensatz in monotype oder proportional wechseln" @@ -5160,7 +5160,7 @@ msgstr "Anhang %1 an %2 aktualisieren" msgid "Update links" msgstr "Verweise aktualisieren" -#: UpdatesPlugin/templates/updatesplugin.tmpl:5 +#: UpdatesPlugin/templates/updatesplugin.tmpl:12 #: core/data/Main/GroupViewTemplate.txt:182 #: core/data/Main/GroupViewTemplate.txt:191 msgid "Upgrade" @@ -5234,12 +5234,12 @@ msgstr "" "auch einfach das Topic WebChanges jedes Webs nutzen." #. (( $user, $groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1126 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1136 msgid "User %1 does not have CHANGE permission on %2." msgstr "%1 hat keine Berechtigung, %2 zu bearbeiten (CHANGE)." #. ($cuid) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1115 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1125 #: core/lib/Foswiki/UserMapping.pm:371 msgid "User %1 not in group, cannot be removed" msgstr "%1 ist nicht in der Gruppe und kann deshalb nicht entfernt werden" @@ -5288,12 +5288,12 @@ msgid "Users" msgstr "Benutzer" #. ($Group) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:876 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:886 msgid "Users cannot be added to %1" msgstr "Zu %1 können keine Benutzer hinzugefügt werden" #. ($groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1085 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1095 msgid "Users cannot be removed from %1" msgstr "Aus %1 können keine Benutzer entfernt werden" @@ -5333,7 +5333,7 @@ msgstr "Versions-Historie von %1" msgid "View" msgstr "Ansehen" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 msgid "View complete topic history" msgstr "Komplette Topic-Historie ansehen" @@ -5439,8 +5439,9 @@ msgstr "" msgid "Warning: This site does not allow %INCLUDE% of URLs" msgstr "Warnung: Diese Seite erlaubt kein %INCLUDE% von URLs" -#: UpdatesPlugin/templates/updatesplugin.tmpl:12 -msgid "Warning: Updates found for %1 extension(s)." +#: UpdatesPlugin/templates/updatesplugin.tmpl:11 +#, fuzzy +msgid "Warning: Updates found for %1 extension(s): %2" msgstr "Warnung: Updates für %1 Erweiterung(en) gefunden." #: TablePlugin/lib/Foswiki/Plugins/TablePlugin/Core.pm:449 @@ -6060,7 +6061,7 @@ msgid "now %1" msgstr "nun %1" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 -#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:148 +#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:149 #: core/templates/moveattachment.tmpl:55 core/templates/preview.tmpl:18 #: core/templates/rename.tmpl:21 core/templates/renameattachmentdelete.tmpl:25 #: core/templates/renameconfirm.tmpl:33 core/templates/renamedelete.tmpl:40 diff --git a/core/locale/el.po b/core/locale/el.po index 9fbbe53824..b0b31f9702 100644 --- a/core/locale/el.po +++ b/core/locale/el.po @@ -77,7 +77,7 @@ msgid "%1 added to the %2 group." msgstr "%1 μετακινήθηκε από το %2 την %3 ανά %4" #. (( $Foswiki::cfg{AdminUserWikiName}, $Foswiki::cfg{SuperAdminGroup}) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1093 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1103 msgid "%1 cannot be removed from %2" msgstr "" @@ -216,7 +216,7 @@ msgstr "Η ονομασία του θέματος δεν πρέπει να εί msgid "&Cancel" msgstr "&C Ακύρωση" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 msgid "&History" msgstr "&H Ιστορικό" @@ -1032,12 +1032,12 @@ msgstr "" "περιορισμό =ALLOWWEBVIEW= στις WebPreferences." #. ($user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:906 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:916 msgid "CHANGE not permitted by %1" msgstr "" #. (( $groupName, $user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:940 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:950 msgid "CHANGE not permitted for %1 by %2" msgstr "" @@ -1072,7 +1072,7 @@ msgstr "" #: core/data/Main/GroupViewTemplate.txt:213 #: core/data/Main/GroupViewTemplate.txt:240 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:38 -#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:111 +#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:112 #: core/templates/settings.tmpl:12 core/templates/validate.tmpl:52 msgid "Cancel" msgstr "Ακύρωση" @@ -1824,7 +1824,7 @@ msgstr "" msgid "End presentation" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Enlarge edit box" msgstr "Μεγένθυση πλαίσιου επεξεργασίας" @@ -2079,7 +2079,7 @@ msgstr "Ενημερωθείτε για τις αλλαγές σε αυτή τη msgid "Globe" msgstr "" -#: core/templates/foswiki.tmpl:115 core/templates/messages.tmpl:328 +#: core/templates/foswiki.tmpl:116 core/templates/messages.tmpl:328 #: core/templates/messages.tmpl:489 core/templates/registermessages.tmpl:385 msgid "Go back" msgstr "Πηγαίνετε πίσω" @@ -2118,7 +2118,7 @@ msgstr "" msgid "Group" msgstr "Ομάδες" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:934 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:944 #: core/lib/Foswiki/UserMapping.pm:351 msgid "Group does not exist and create not permitted" msgstr "" @@ -2128,7 +2128,7 @@ msgstr "" msgid "Group name" msgstr "Ονομασία θέματος" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:880 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:890 msgid "Group names must end in Group" msgstr "" @@ -2169,7 +2169,7 @@ msgstr "" msgid "Heading 6" msgstr "" -#: core/templates/foswiki.tmpl:146 +#: core/templates/foswiki.tmpl:147 msgid "Hello %1!" msgstr "Γεια σου %1!" @@ -2410,7 +2410,7 @@ msgid "" "be useful. Please contact %1 if you are unsure." msgstr "" -#: UpdatesPlugin/templates/updatesplugin.tmpl:6 +#: UpdatesPlugin/templates/updatesplugin.tmpl:13 msgid "Ignore for 7 days" msgstr "" @@ -2816,7 +2816,7 @@ msgstr "Λείπει εντολή ενέργειας" msgid "Missing or illegal web name" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:54 +#: PatternSkin/templates/foswiki.pattern.tmpl:59 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:41 msgid "Modify search" msgstr "Τροποποίηση αναζήτησης" @@ -3130,7 +3130,7 @@ msgstr "Κοινοποιήσεις" msgid "Number of changes for each Web" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:53 +#: PatternSkin/templates/foswiki.pattern.tmpl:58 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:40 #: PatternSkin/templates/search.pattern.tmpl:23 #: PatternSkin/templates/search.pattern01x00.tmpl:12 @@ -3154,7 +3154,7 @@ msgstr "" #: JQueryPlugin/data/System/JQueryButton.txt:26 #: PatternSkin/data/System/PatternSkinElements.txt:446 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:37 -#: core/templates/foswiki.tmpl:113 core/templates/oopsaccessdenied.tmpl:7 +#: core/templates/foswiki.tmpl:114 core/templates/oopsaccessdenied.tmpl:7 #: core/templates/oopsredirectdenied.tmpl:7 core/templates/oopssaveerr.tmpl:13 #: core/templates/registermessages.tmpl:334 #: core/templates/registermessages.tmpl:342 @@ -3606,7 +3606,7 @@ msgstr "Ενημέρωση" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 #: PatternSkin/data/System/WebLeftBarLogin.txt:16 #: TopicUserMappingContrib/data/System/UserRegistrationParts.txt:296 -#: core/templates/foswiki.tmpl:148 +#: core/templates/foswiki.tmpl:149 msgid "Register" msgstr "Εγγραφή" @@ -4185,7 +4185,7 @@ msgstr "Εμφάνιση βοήθειας" msgid "Showing revisions %1 - %2 (out of %3)" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Shrink edit box" msgstr "Μείωσε το πλαίσιο επεξεργασίας" @@ -4368,7 +4368,7 @@ msgstr "Περιλήψεις" msgid "Superscript" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 #, fuzzy msgid "Switch to monotype or proportional font" msgstr "Αλλαγή σε μονοτυπία ή αναλογική γραμματοσειρά" @@ -5244,7 +5244,7 @@ msgstr "Update attachment %1 on %2" msgid "Update links" msgstr "Ενημέρωση συνδέσμων" -#: UpdatesPlugin/templates/updatesplugin.tmpl:5 +#: UpdatesPlugin/templates/updatesplugin.tmpl:12 #: core/data/Main/GroupViewTemplate.txt:182 #: core/data/Main/GroupViewTemplate.txt:191 msgid "Upgrade" @@ -5311,12 +5311,12 @@ msgid "" msgstr "" #. (( $user, $groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1126 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1136 msgid "User %1 does not have CHANGE permission on %2." msgstr "" #. ($cuid) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1115 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1125 #: core/lib/Foswiki/UserMapping.pm:371 #, fuzzy msgid "User %1 not in group, cannot be removed" @@ -5367,12 +5367,12 @@ msgid "Users" msgstr "Χρήστες" #. ($Group) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:876 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:886 msgid "Users cannot be added to %1" msgstr "" #. ($groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1085 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1095 msgid "Users cannot be removed from %1" msgstr "" @@ -5412,7 +5412,7 @@ msgstr "Ιστορικό έκδοσης του %1" msgid "View" msgstr "Προβολή" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 #, fuzzy msgid "View complete topic history" msgstr "Προβολή συνολικού ιστορικού του θέματος" @@ -5521,8 +5521,8 @@ msgstr "Warning: Could not send confirmation email, email has been disabled" msgid "Warning: This site does not allow %INCLUDE% of URLs" msgstr "Warning: This site does not allow %INCLUDE% of URLs" -#: UpdatesPlugin/templates/updatesplugin.tmpl:12 -msgid "Warning: Updates found for %1 extension(s)." +#: UpdatesPlugin/templates/updatesplugin.tmpl:11 +msgid "Warning: Updates found for %1 extension(s): %2" msgstr "" #: TablePlugin/lib/Foswiki/Plugins/TablePlugin/Core.pm:449 @@ -6124,7 +6124,7 @@ msgid "now %1" msgstr "τώρα %1" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 -#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:148 +#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:149 #: core/templates/moveattachment.tmpl:55 core/templates/preview.tmpl:18 #: core/templates/rename.tmpl:21 core/templates/renameattachmentdelete.tmpl:25 #: core/templates/renameconfirm.tmpl:33 core/templates/renamedelete.tmpl:40 diff --git a/core/locale/es.po b/core/locale/es.po index e7fc78d04e..79c9aabfbb 100644 --- a/core/locale/es.po +++ b/core/locale/es.po @@ -77,7 +77,7 @@ msgid "%1 added to the %2 group." msgstr "%1 fue agregado al grupo %2." #. (( $Foswiki::cfg{AdminUserWikiName}, $Foswiki::cfg{SuperAdminGroup}) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1093 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1103 msgid "%1 cannot be removed from %2" msgstr "%1 no puede ser eliminado del grupo %2." @@ -210,7 +210,7 @@ msgstr "" msgid "&Cancel" msgstr "&Cancelar" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 msgid "&History" msgstr "&Historial" @@ -1012,12 +1012,12 @@ msgstr "" "=ALLOWWEBVIEW= en WebPreferences." #. ($user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:906 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:916 msgid "CHANGE not permitted by %1" msgstr "" #. (( $groupName, $user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:940 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:950 msgid "CHANGE not permitted for %1 by %2" msgstr "" @@ -1052,7 +1052,7 @@ msgstr "" #: core/data/Main/GroupViewTemplate.txt:213 #: core/data/Main/GroupViewTemplate.txt:240 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:38 -#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:111 +#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:112 #: core/templates/settings.tmpl:12 core/templates/validate.tmpl:52 msgid "Cancel" msgstr "Cancelar" @@ -1808,7 +1808,7 @@ msgstr "" msgid "End presentation" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Enlarge edit box" msgstr "Ampliar caja de edición" @@ -2071,7 +2071,7 @@ msgstr "Reciba notificaciones sobre cambios de esta búsqueda" msgid "Globe" msgstr "Globo" -#: core/templates/foswiki.tmpl:115 core/templates/messages.tmpl:328 +#: core/templates/foswiki.tmpl:116 core/templates/messages.tmpl:328 #: core/templates/messages.tmpl:489 core/templates/registermessages.tmpl:385 msgid "Go back" msgstr "Regresar" @@ -2106,7 +2106,7 @@ msgstr "" msgid "Group" msgstr "Grupos" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:934 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:944 #: core/lib/Foswiki/UserMapping.pm:351 msgid "Group does not exist and create not permitted" msgstr "" @@ -2115,7 +2115,7 @@ msgstr "" msgid "Group name" msgstr "Nombre del grupo" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:880 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:890 msgid "Group names must end in Group" msgstr "" @@ -2156,7 +2156,7 @@ msgstr "" msgid "Heading 6" msgstr "" -#: core/templates/foswiki.tmpl:146 +#: core/templates/foswiki.tmpl:147 msgid "Hello %1!" msgstr "Hola %1!" @@ -2389,7 +2389,7 @@ msgid "" "be useful. Please contact %1 if you are unsure." msgstr "" -#: UpdatesPlugin/templates/updatesplugin.tmpl:6 +#: UpdatesPlugin/templates/updatesplugin.tmpl:13 msgid "Ignore for 7 days" msgstr "" @@ -2798,7 +2798,7 @@ msgstr "Comando de acción no encontrado" msgid "Missing or illegal web name" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:54 +#: PatternSkin/templates/foswiki.pattern.tmpl:59 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:41 msgid "Modify search" msgstr "Modificar búsqueda" @@ -3112,7 +3112,7 @@ msgstr "Notificaciones" msgid "Number of changes for each Web" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:53 +#: PatternSkin/templates/foswiki.pattern.tmpl:58 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:40 #: PatternSkin/templates/search.pattern.tmpl:23 #: PatternSkin/templates/search.pattern01x00.tmpl:12 @@ -3135,7 +3135,7 @@ msgstr "" #: JQueryPlugin/data/System/JQueryButton.txt:26 #: PatternSkin/data/System/PatternSkinElements.txt:446 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:37 -#: core/templates/foswiki.tmpl:113 core/templates/oopsaccessdenied.tmpl:7 +#: core/templates/foswiki.tmpl:114 core/templates/oopsaccessdenied.tmpl:7 #: core/templates/oopsredirectdenied.tmpl:7 core/templates/oopssaveerr.tmpl:13 #: core/templates/registermessages.tmpl:334 #: core/templates/registermessages.tmpl:342 @@ -3587,7 +3587,7 @@ msgstr "Recargar" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 #: PatternSkin/data/System/WebLeftBarLogin.txt:16 #: TopicUserMappingContrib/data/System/UserRegistrationParts.txt:296 -#: core/templates/foswiki.tmpl:148 +#: core/templates/foswiki.tmpl:149 msgid "Register" msgstr "Registrarse" @@ -4172,7 +4172,7 @@ msgstr "Mostrar ayuda" msgid "Showing revisions %1 - %2 (out of %3)" msgstr "Revisiones %1 - %2 (de %3)" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Shrink edit box" msgstr "Empequeñecer campo de edición" @@ -4360,7 +4360,7 @@ msgstr "Resúmenes" msgid "Superscript" msgstr "Aviso de seguridad:" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 #, fuzzy msgid "Switch to monotype or proportional font" msgstr "Cambiar a monotipo o tipo de letra proporcional" @@ -5241,7 +5241,7 @@ msgstr "Actualizar archivo adjunto %1 en %2" msgid "Update links" msgstr "Actualizar enlaces" -#: UpdatesPlugin/templates/updatesplugin.tmpl:5 +#: UpdatesPlugin/templates/updatesplugin.tmpl:12 #: core/data/Main/GroupViewTemplate.txt:182 #: core/data/Main/GroupViewTemplate.txt:191 #, fuzzy @@ -5311,13 +5311,13 @@ msgid "" msgstr "" #. (( $user, $groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1126 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1136 #, fuzzy msgid "User %1 does not have CHANGE permission on %2." msgstr "No hay acceso para ver %1" #. ($cuid) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1115 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1125 #: core/lib/Foswiki/UserMapping.pm:371 #, fuzzy msgid "User %1 not in group, cannot be removed" @@ -5368,12 +5368,12 @@ msgid "Users" msgstr "Usuarios" #. ($Group) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:876 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:886 msgid "Users cannot be added to %1" msgstr "" #. ($groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1085 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1095 msgid "Users cannot be removed from %1" msgstr "" @@ -5414,7 +5414,7 @@ msgstr "Historial de %1" msgid "View" msgstr "Ver" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 #, fuzzy msgid "View complete topic history" msgstr "Ver historial total del tema" @@ -5527,8 +5527,8 @@ msgstr "" msgid "Warning: This site does not allow %INCLUDE% of URLs" msgstr "Advertencia: Este sitio no permite %INCLUDE% de direcciones web" -#: UpdatesPlugin/templates/updatesplugin.tmpl:12 -msgid "Warning: Updates found for %1 extension(s)." +#: UpdatesPlugin/templates/updatesplugin.tmpl:11 +msgid "Warning: Updates found for %1 extension(s): %2" msgstr "" #: TablePlugin/lib/Foswiki/Plugins/TablePlugin/Core.pm:449 @@ -6141,7 +6141,7 @@ msgid "now %1" msgstr "ahora %1" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 -#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:148 +#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:149 #: core/templates/moveattachment.tmpl:55 core/templates/preview.tmpl:18 #: core/templates/rename.tmpl:21 core/templates/renameattachmentdelete.tmpl:25 #: core/templates/renameconfirm.tmpl:33 core/templates/renamedelete.tmpl:40 diff --git a/core/locale/fi.po b/core/locale/fi.po index 5f23aaac78..11aa66dd62 100644 --- a/core/locale/fi.po +++ b/core/locale/fi.po @@ -76,7 +76,7 @@ msgid "%1 added to the %2 group." msgstr "%4 on siirtänyt %1 sijainnista %2, %3" #. (( $Foswiki::cfg{AdminUserWikiName}, $Foswiki::cfg{SuperAdminGroup}) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1093 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1103 #, fuzzy msgid "%1 cannot be removed from %2" msgstr "%4 on siirtänyt %1 sijainnista %2, %3" @@ -217,7 +217,7 @@ msgstr "Aiheen nimi ei voi olla tyhjä." msgid "&Cancel" msgstr "&Peru" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 msgid "&History" msgstr "&Historia" @@ -1021,12 +1021,12 @@ msgstr "" "WebPreferences:ssä." #. ($user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:906 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:916 msgid "CHANGE not permitted by %1" msgstr "" #. (( $groupName, $user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:940 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:950 msgid "CHANGE not permitted for %1 by %2" msgstr "" @@ -1060,7 +1060,7 @@ msgstr "" #: core/data/Main/GroupViewTemplate.txt:213 #: core/data/Main/GroupViewTemplate.txt:240 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:38 -#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:111 +#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:112 #: core/templates/settings.tmpl:12 core/templates/validate.tmpl:52 msgid "Cancel" msgstr "Peru" @@ -1808,7 +1808,7 @@ msgstr "" msgid "End presentation" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Enlarge edit box" msgstr "Suurenna muokkauslaatikkoa" @@ -2065,7 +2065,7 @@ msgstr "Vastaanota huomautuksia muutoksista tässä etsinnässä" msgid "Globe" msgstr "Sulje" -#: core/templates/foswiki.tmpl:115 core/templates/messages.tmpl:328 +#: core/templates/foswiki.tmpl:116 core/templates/messages.tmpl:328 #: core/templates/messages.tmpl:489 core/templates/registermessages.tmpl:385 msgid "Go back" msgstr "Takaisin" @@ -2100,7 +2100,7 @@ msgstr "" msgid "Group" msgstr "Ryhmät" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:934 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:944 #: core/lib/Foswiki/UserMapping.pm:351 msgid "Group does not exist and create not permitted" msgstr "" @@ -2110,7 +2110,7 @@ msgstr "" msgid "Group name" msgstr "Aiheen nimi" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:880 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:890 msgid "Group names must end in Group" msgstr "" @@ -2151,7 +2151,7 @@ msgstr "" msgid "Heading 6" msgstr "" -#: core/templates/foswiki.tmpl:146 +#: core/templates/foswiki.tmpl:147 msgid "Hello %1!" msgstr "Hei %1!" @@ -2384,7 +2384,7 @@ msgid "" "be useful. Please contact %1 if you are unsure." msgstr "" -#: UpdatesPlugin/templates/updatesplugin.tmpl:6 +#: UpdatesPlugin/templates/updatesplugin.tmpl:13 msgid "Ignore for 7 days" msgstr "" @@ -2788,7 +2788,7 @@ msgstr "Puuttuva komento" msgid "Missing or illegal web name" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:54 +#: PatternSkin/templates/foswiki.pattern.tmpl:59 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:41 msgid "Modify search" msgstr "Muuta hakua" @@ -3103,7 +3103,7 @@ msgstr "Huomautukset" msgid "Number of changes for each Web" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:53 +#: PatternSkin/templates/foswiki.pattern.tmpl:58 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:40 #: PatternSkin/templates/search.pattern.tmpl:23 #: PatternSkin/templates/search.pattern01x00.tmpl:12 @@ -3127,7 +3127,7 @@ msgstr "" #: JQueryPlugin/data/System/JQueryButton.txt:26 #: PatternSkin/data/System/PatternSkinElements.txt:446 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:37 -#: core/templates/foswiki.tmpl:113 core/templates/oopsaccessdenied.tmpl:7 +#: core/templates/foswiki.tmpl:114 core/templates/oopsaccessdenied.tmpl:7 #: core/templates/oopsredirectdenied.tmpl:7 core/templates/oopssaveerr.tmpl:13 #: core/templates/registermessages.tmpl:334 #: core/templates/registermessages.tmpl:342 @@ -3573,7 +3573,7 @@ msgstr "Päivitä" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 #: PatternSkin/data/System/WebLeftBarLogin.txt:16 #: TopicUserMappingContrib/data/System/UserRegistrationParts.txt:296 -#: core/templates/foswiki.tmpl:148 +#: core/templates/foswiki.tmpl:149 msgid "Register" msgstr "Rekisteröidy" @@ -4154,7 +4154,7 @@ msgstr "Näytä ohje" msgid "Showing revisions %1 - %2 (out of %3)" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Shrink edit box" msgstr "Pienennä muokkauslaatikkoa" @@ -4339,7 +4339,7 @@ msgstr "Yhteenvedot" msgid "Superscript" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 #, fuzzy msgid "Switch to monotype or proportional font" msgstr "Vaihda monotyyppiseen tai suhteelliseen fonttiin" @@ -5203,7 +5203,7 @@ msgstr "Päivitä liitetiedosto %1 %2" msgid "Update links" msgstr "Päivitä linkit" -#: UpdatesPlugin/templates/updatesplugin.tmpl:5 +#: UpdatesPlugin/templates/updatesplugin.tmpl:12 #: core/data/Main/GroupViewTemplate.txt:182 #: core/data/Main/GroupViewTemplate.txt:191 msgid "Upgrade" @@ -5272,12 +5272,12 @@ msgid "" msgstr "" #. (( $user, $groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1126 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1136 msgid "User %1 does not have CHANGE permission on %2." msgstr "" #. ($cuid) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1115 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1125 #: core/lib/Foswiki/UserMapping.pm:371 #, fuzzy msgid "User %1 not in group, cannot be removed" @@ -5328,12 +5328,12 @@ msgid "Users" msgstr "Käyttäjät" #. ($Group) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:876 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:886 msgid "Users cannot be added to %1" msgstr "" #. ($groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1085 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1095 msgid "Users cannot be removed from %1" msgstr "" @@ -5373,7 +5373,7 @@ msgstr "%1:n versiohistoria" msgid "View" msgstr "Näytä" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 #, fuzzy msgid "View complete topic history" msgstr "Näytä aiheen täysi historia" @@ -5484,8 +5484,8 @@ msgstr "" msgid "Warning: This site does not allow %INCLUDE% of URLs" msgstr "Varoitus: Tämä sivusto ei salli URLien %INCLUDE%" -#: UpdatesPlugin/templates/updatesplugin.tmpl:12 -msgid "Warning: Updates found for %1 extension(s)." +#: UpdatesPlugin/templates/updatesplugin.tmpl:11 +msgid "Warning: Updates found for %1 extension(s): %2" msgstr "" #: TablePlugin/lib/Foswiki/Plugins/TablePlugin/Core.pm:449 @@ -6083,7 +6083,7 @@ msgid "now %1" msgstr "nyt %1" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 -#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:148 +#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:149 #: core/templates/moveattachment.tmpl:55 core/templates/preview.tmpl:18 #: core/templates/rename.tmpl:21 core/templates/renameattachmentdelete.tmpl:25 #: core/templates/renameconfirm.tmpl:33 core/templates/renamedelete.tmpl:40 diff --git a/core/locale/fr.po b/core/locale/fr.po index ea59a42205..7cb38cda3f 100644 --- a/core/locale/fr.po +++ b/core/locale/fr.po @@ -76,7 +76,7 @@ msgid "%1 added to the %2 group." msgstr "%1 ajouté au groupe %2." #. (( $Foswiki::cfg{AdminUserWikiName}, $Foswiki::cfg{SuperAdminGroup}) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1093 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1103 msgid "%1 cannot be removed from %2" msgstr "%1 ne peut être retiré de %2" @@ -210,7 +210,7 @@ msgstr "" msgid "&Cancel" msgstr "Annuler" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 msgid "&History" msgstr "&Historique" @@ -1003,12 +1003,12 @@ msgstr "" "ligne =ALLOWWEBVIEW= de la page WebPreferences." #. ($user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:906 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:916 msgid "CHANGE not permitted by %1" msgstr "Modification (CHANGE) non permise par %1" #. (( $groupName, $user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:940 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:950 msgid "CHANGE not permitted for %1 by %2" msgstr "Modification (CHANGE) de %1 non permise par %2" @@ -1043,7 +1043,7 @@ msgstr "" #: core/data/Main/GroupViewTemplate.txt:213 #: core/data/Main/GroupViewTemplate.txt:240 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:38 -#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:111 +#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:112 #: core/templates/settings.tmpl:12 core/templates/validate.tmpl:52 msgid "Cancel" msgstr "Annuler" @@ -1768,7 +1768,7 @@ msgstr "Émoticône" msgid "End presentation" msgstr "Finir présentation" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Enlarge edit box" msgstr "Agrandir le cadre d&'édition" @@ -2020,7 +2020,7 @@ msgstr "Etre informé lorsque le résultat de cette recherche change" msgid "Globe" msgstr "Globe" -#: core/templates/foswiki.tmpl:115 core/templates/messages.tmpl:328 +#: core/templates/foswiki.tmpl:116 core/templates/messages.tmpl:328 #: core/templates/messages.tmpl:489 core/templates/registermessages.tmpl:385 msgid "Go back" msgstr "Revenir en arrière" @@ -2059,7 +2059,7 @@ msgstr "Conseils pour la rédaction collaborative (GoodStyle)" msgid "Group" msgstr "Groupe" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:934 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:944 #: core/lib/Foswiki/UserMapping.pm:351 msgid "Group does not exist and create not permitted" msgstr "Le groupe n'existe pas et la création n'est pas permise" @@ -2068,7 +2068,7 @@ msgstr "Le groupe n'existe pas et la création n'est pas permise" msgid "Group name" msgstr "Nom du groupe" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:880 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:890 msgid "Group names must end in Group" msgstr "Les noms de groupes doivent se terminer par Group" @@ -2109,7 +2109,7 @@ msgstr "Titre 5" msgid "Heading 6" msgstr "Titre 6" -#: core/templates/foswiki.tmpl:146 +#: core/templates/foswiki.tmpl:147 msgid "Hello %1!" msgstr "Bonjour, %1 !" @@ -2364,7 +2364,7 @@ msgstr "" "de passe, alors l'enregistrement en masse (bulk registration) peut toujours " "être utile. Veuillez contacter %1 si vous n'êtes pas sûr." -#: UpdatesPlugin/templates/updatesplugin.tmpl:6 +#: UpdatesPlugin/templates/updatesplugin.tmpl:13 msgid "Ignore for 7 days" msgstr "Ignorer pendant 7 jours" @@ -2762,7 +2762,7 @@ msgstr "Commande manquante" msgid "Missing or illegal web name" msgstr "Nom de web manquant ou invalide" -#: PatternSkin/templates/foswiki.pattern.tmpl:54 +#: PatternSkin/templates/foswiki.pattern.tmpl:59 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:41 msgid "Modify search" msgstr "Modifier la recherche" @@ -3061,7 +3061,7 @@ msgstr "Notifications" msgid "Number of changes for each Web" msgstr "Nombre de changements pour chaque Web" -#: PatternSkin/templates/foswiki.pattern.tmpl:53 +#: PatternSkin/templates/foswiki.pattern.tmpl:58 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:40 #: PatternSkin/templates/search.pattern.tmpl:23 #: PatternSkin/templates/search.pattern01x00.tmpl:12 @@ -3083,7 +3083,7 @@ msgstr "OEmbed" #: JQueryPlugin/data/System/JQueryButton.txt:26 #: PatternSkin/data/System/PatternSkinElements.txt:446 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:37 -#: core/templates/foswiki.tmpl:113 core/templates/oopsaccessdenied.tmpl:7 +#: core/templates/foswiki.tmpl:114 core/templates/oopsaccessdenied.tmpl:7 #: core/templates/oopsredirectdenied.tmpl:7 core/templates/oopssaveerr.tmpl:13 #: core/templates/registermessages.tmpl:334 #: core/templates/registermessages.tmpl:342 @@ -3503,7 +3503,7 @@ msgstr "Rafraîchir" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 #: PatternSkin/data/System/WebLeftBarLogin.txt:16 #: TopicUserMappingContrib/data/System/UserRegistrationParts.txt:296 -#: core/templates/foswiki.tmpl:148 +#: core/templates/foswiki.tmpl:149 msgid "Register" msgstr "Inscription" @@ -4071,7 +4071,7 @@ msgstr "Afficher l'aide" msgid "Showing revisions %1 - %2 (out of %3)" msgstr "Liste des versions %1 - %2 (sur un total de %3)" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Shrink edit box" msgstr "Rétrécir le cadre d'édition" @@ -4256,7 +4256,7 @@ msgstr "Les résumés" msgid "Superscript" msgstr "Exposant" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Switch to monotype or proportional font" msgstr "Passer en police à espacement fixe ou proportionnel" @@ -5175,7 +5175,7 @@ msgstr "Mettre à jour le fichier %1 attaché à la page %2" msgid "Update links" msgstr "Mettre à jour les liens" -#: UpdatesPlugin/templates/updatesplugin.tmpl:5 +#: UpdatesPlugin/templates/updatesplugin.tmpl:12 #: core/data/Main/GroupViewTemplate.txt:182 #: core/data/Main/GroupViewTemplate.txt:191 msgid "Upgrade" @@ -5248,13 +5248,13 @@ msgstr "" "WebChanges sur chaque Web." #. (( $user, $groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1126 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1136 msgid "User %1 does not have CHANGE permission on %2." msgstr "" "L'utilisateur %1 n'a pas de permission de modification (CHANGE) sur %2." #. ($cuid) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1115 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1125 #: core/lib/Foswiki/UserMapping.pm:371 msgid "User %1 not in group, cannot be removed" msgstr "Utilisateur %1 pas dans le groupe, ne peut être supprimé" @@ -5304,12 +5304,12 @@ msgid "Users" msgstr "Utilisateurs" #. ($Group) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:876 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:886 msgid "Users cannot be added to %1" msgstr "On ne peut pas ajouter des utilisateur à %1" #. ($groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1085 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1095 msgid "Users cannot be removed from %1" msgstr "Les utilisateurs ne peuvent pas être supprimés de %1" @@ -5350,7 +5350,7 @@ msgstr "Historique des versions de %1" msgid "View" msgstr "Visualiser" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 msgid "View complete topic history" msgstr "Afficher l'intégralité de l'historique" @@ -5458,8 +5458,9 @@ msgid "Warning: This site does not allow %INCLUDE% of URLs" msgstr "" "Attention : ce site n'autorise pas l'inclusion d'URLs avec %INCLUDE%" -#: UpdatesPlugin/templates/updatesplugin.tmpl:12 -msgid "Warning: Updates found for %1 extension(s)." +#: UpdatesPlugin/templates/updatesplugin.tmpl:11 +#, fuzzy +msgid "Warning: Updates found for %1 extension(s): %2" msgstr "Attention : Mises à jour trouvées pour %1 extension(s)." #: TablePlugin/lib/Foswiki/Plugins/TablePlugin/Core.pm:449 @@ -6082,7 +6083,7 @@ msgid "now %1" msgstr "maintenant %1" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 -#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:148 +#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:149 #: core/templates/moveattachment.tmpl:55 core/templates/preview.tmpl:18 #: core/templates/rename.tmpl:21 core/templates/renameattachmentdelete.tmpl:25 #: core/templates/renameconfirm.tmpl:33 core/templates/renamedelete.tmpl:40 diff --git a/core/locale/it.po b/core/locale/it.po index dab9a3e97a..c62b96bf6d 100644 --- a/core/locale/it.po +++ b/core/locale/it.po @@ -76,7 +76,7 @@ msgid "%1 added to the %2 group." msgstr "%1 aggiunto al gruppo %2." #. (( $Foswiki::cfg{AdminUserWikiName}, $Foswiki::cfg{SuperAdminGroup}) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1093 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1103 msgid "%1 cannot be removed from %2" msgstr "%1 non può essere rimosso da %2" @@ -207,7 +207,7 @@ msgstr "%1: Nome del modello non valido (%2) - Contiene caratteri non validi." msgid "&Cancel" msgstr "Rinun&cia" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 msgid "&History" msgstr "Cronologia (&H)" @@ -1001,12 +1001,12 @@ msgstr "" "restrizione =ALLOWWEBVIEW= nelle WebPreferences." #. ($user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:906 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:916 msgid "CHANGE not permitted by %1" msgstr "MODIFICA non permessa da %1" #. (( $groupName, $user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:940 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:950 msgid "CHANGE not permitted for %1 by %2" msgstr "MODIFICA per %1 non permessa da %2" @@ -1040,7 +1040,7 @@ msgstr "" #: core/data/Main/GroupViewTemplate.txt:213 #: core/data/Main/GroupViewTemplate.txt:240 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:38 -#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:111 +#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:112 #: core/templates/settings.tmpl:12 core/templates/validate.tmpl:52 msgid "Cancel" msgstr "Rinuncia" @@ -1766,7 +1766,7 @@ msgstr "Faccina" msgid "End presentation" msgstr "Termina la presentazione" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Enlarge edit box" msgstr "Allarga la finestra di modifica" @@ -2016,7 +2016,7 @@ msgstr "Voglio essere avvertito circa le variazioni di questa ricerca" msgid "Globe" msgstr "Globale" -#: core/templates/foswiki.tmpl:115 core/templates/messages.tmpl:328 +#: core/templates/foswiki.tmpl:116 core/templates/messages.tmpl:328 #: core/templates/messages.tmpl:489 core/templates/registermessages.tmpl:385 msgid "Go back" msgstr "Torna indietro" @@ -2053,7 +2053,7 @@ msgstr "Suggerimenti per la scrittura collaborativa (GoodStyle)" msgid "Group" msgstr "Gruppo" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:934 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:944 #: core/lib/Foswiki/UserMapping.pm:351 msgid "Group does not exist and create not permitted" msgstr "Gruppo non esistente e creazione non consentita" @@ -2062,7 +2062,7 @@ msgstr "Gruppo non esistente e creazione non consentita" msgid "Group name" msgstr "Nome gruppo" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:880 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:890 msgid "Group names must end in Group" msgstr "I nomi di gruppo devono finire nel gruppo" @@ -2103,7 +2103,7 @@ msgstr "Testata 5" msgid "Heading 6" msgstr "Testata 6" -#: core/templates/foswiki.tmpl:146 +#: core/templates/foswiki.tmpl:147 msgid "Hello %1!" msgstr "Ciao %1!" @@ -2344,7 +2344,7 @@ msgstr "" "registrazione di massa può essere ancora utile. Si prega di contattare %1 se " "non siete sicuri." -#: UpdatesPlugin/templates/updatesplugin.tmpl:6 +#: UpdatesPlugin/templates/updatesplugin.tmpl:13 msgid "Ignore for 7 days" msgstr "Ignora per 7 giorni" @@ -2740,7 +2740,7 @@ msgstr "Comando mancante" msgid "Missing or illegal web name" msgstr "Nome Web mancante o illegale" -#: PatternSkin/templates/foswiki.pattern.tmpl:54 +#: PatternSkin/templates/foswiki.pattern.tmpl:59 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:41 msgid "Modify search" msgstr "Modifica la ricerca" @@ -3038,7 +3038,7 @@ msgstr "Notifiche" msgid "Number of changes for each Web" msgstr "Numero di variazioni per ogni Web" -#: PatternSkin/templates/foswiki.pattern.tmpl:53 +#: PatternSkin/templates/foswiki.pattern.tmpl:58 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:40 #: PatternSkin/templates/search.pattern.tmpl:23 #: PatternSkin/templates/search.pattern01x00.tmpl:12 @@ -3060,7 +3060,7 @@ msgstr "OEmbed" #: JQueryPlugin/data/System/JQueryButton.txt:26 #: PatternSkin/data/System/PatternSkinElements.txt:446 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:37 -#: core/templates/foswiki.tmpl:113 core/templates/oopsaccessdenied.tmpl:7 +#: core/templates/foswiki.tmpl:114 core/templates/oopsaccessdenied.tmpl:7 #: core/templates/oopsredirectdenied.tmpl:7 core/templates/oopssaveerr.tmpl:13 #: core/templates/registermessages.tmpl:334 #: core/templates/registermessages.tmpl:342 @@ -3479,7 +3479,7 @@ msgstr "Aggiorna" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 #: PatternSkin/data/System/WebLeftBarLogin.txt:16 #: TopicUserMappingContrib/data/System/UserRegistrationParts.txt:296 -#: core/templates/foswiki.tmpl:148 +#: core/templates/foswiki.tmpl:149 msgid "Register" msgstr "Registra" @@ -4036,7 +4036,7 @@ msgstr "Mostra l'aiuto" msgid "Showing revisions %1 - %2 (out of %3)" msgstr "Mostra versioni %1 - %2 (di %3)" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Shrink edit box" msgstr "Riduci la dimensione dell'area di modifica" @@ -4221,7 +4221,7 @@ msgstr "Sommari" msgid "Superscript" msgstr "Apice" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Switch to monotype or proportional font" msgstr "Passa a font con spaziatura fissa o proporzionale" @@ -5117,7 +5117,7 @@ msgstr "Aggiorna allegato %1 in %2" msgid "Update links" msgstr "Aggiorna collegamenti" -#: UpdatesPlugin/templates/updatesplugin.tmpl:5 +#: UpdatesPlugin/templates/updatesplugin.tmpl:12 #: core/data/Main/GroupViewTemplate.txt:182 #: core/data/Main/GroupViewTemplate.txt:191 msgid "Upgrade" @@ -5190,12 +5190,12 @@ msgstr "" "WebChanges da ogni Web." #. (( $user, $groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1126 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1136 msgid "User %1 does not have CHANGE permission on %2." msgstr "L'utente %1 non ha il permesso di modificare (CHANGE) su %2." #. ($cuid) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1115 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1125 #: core/lib/Foswiki/UserMapping.pm:371 msgid "User %1 not in group, cannot be removed" msgstr "L'utente %1 non presente nel gruppo, non può essere rimosso" @@ -5244,12 +5244,12 @@ msgid "Users" msgstr "Utenti" #. ($Group) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:876 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:886 msgid "Users cannot be added to %1" msgstr "L'utente non può essere aggiunto a %1" #. ($groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1085 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1095 msgid "Users cannot be removed from %1" msgstr "L'utente non può essere rimosso da %1" @@ -5290,7 +5290,7 @@ msgstr "Storia delle versioni di %1" msgid "View" msgstr "Vista" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 msgid "View complete topic history" msgstr "Mostra tutte le versioni della pagina" @@ -5396,8 +5396,9 @@ msgstr "" msgid "Warning: This site does not allow %INCLUDE% of URLs" msgstr "Attenzione: questo sito non permette l'%INCLUDE% degli URL" -#: UpdatesPlugin/templates/updatesplugin.tmpl:12 -msgid "Warning: Updates found for %1 extension(s)." +#: UpdatesPlugin/templates/updatesplugin.tmpl:11 +#, fuzzy +msgid "Warning: Updates found for %1 extension(s): %2" msgstr "Attenzione: Trovati aggiornamenti per %1 estensioni(e)." #: TablePlugin/lib/Foswiki/Plugins/TablePlugin/Core.pm:449 @@ -6010,7 +6011,7 @@ msgid "now %1" msgstr "adesso %1" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 -#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:148 +#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:149 #: core/templates/moveattachment.tmpl:55 core/templates/preview.tmpl:18 #: core/templates/rename.tmpl:21 core/templates/renameattachmentdelete.tmpl:25 #: core/templates/renameconfirm.tmpl:33 core/templates/renamedelete.tmpl:40 diff --git a/core/locale/ja.po b/core/locale/ja.po index af4697ad34..f9809244ac 100644 --- a/core/locale/ja.po +++ b/core/locale/ja.po @@ -81,7 +81,7 @@ msgstr "%1は%2グループに追加しました。" # $date, # $by) #. (( $Foswiki::cfg{AdminUserWikiName}, $Foswiki::cfg{SuperAdminGroup}) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1093 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1103 #, fuzzy msgid "%1 cannot be removed from %2" msgstr "%1 は%2から外されました。" @@ -227,7 +227,7 @@ msgstr "" msgid "&Cancel" msgstr "キャンセル" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 msgid "&History" msgstr "履歴" @@ -1030,12 +1030,12 @@ msgstr "" "=ALLOWWEBVIEW= の関係制限を削除してください" #. ($user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:906 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:916 msgid "CHANGE not permitted by %1" msgstr "" #. (( $groupName, $user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:940 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:950 msgid "CHANGE not permitted for %1 by %2" msgstr "" @@ -1068,7 +1068,7 @@ msgstr " %1 のメールアドレスが確認できません(パスワードの #: core/data/Main/GroupViewTemplate.txt:213 #: core/data/Main/GroupViewTemplate.txt:240 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:38 -#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:111 +#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:112 #: core/templates/settings.tmpl:12 core/templates/validate.tmpl:52 msgid "Cancel" msgstr "キャンセル" @@ -1803,7 +1803,7 @@ msgstr "" msgid "End presentation" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Enlarge edit box" msgstr "編集枠を拡大します" @@ -2063,7 +2063,7 @@ msgstr "" msgid "Globe" msgstr "閉じる" -#: core/templates/foswiki.tmpl:115 core/templates/messages.tmpl:328 +#: core/templates/foswiki.tmpl:116 core/templates/messages.tmpl:328 #: core/templates/messages.tmpl:489 core/templates/registermessages.tmpl:385 msgid "Go back" msgstr "戻る" @@ -2098,7 +2098,7 @@ msgstr "" msgid "Group" msgstr "グループ" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:934 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:944 #: core/lib/Foswiki/UserMapping.pm:351 msgid "Group does not exist and create not permitted" msgstr "" @@ -2108,7 +2108,7 @@ msgstr "" msgid "Group name" msgstr "トピック名" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:880 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:890 msgid "Group names must end in Group" msgstr "" @@ -2149,7 +2149,7 @@ msgstr "" msgid "Heading 6" msgstr "" -#: core/templates/foswiki.tmpl:146 +#: core/templates/foswiki.tmpl:147 msgid "Hello %1!" msgstr "こんにちは %1" @@ -2376,7 +2376,7 @@ msgid "" "be useful. Please contact %1 if you are unsure." msgstr "" -#: UpdatesPlugin/templates/updatesplugin.tmpl:6 +#: UpdatesPlugin/templates/updatesplugin.tmpl:13 msgid "Ignore for 7 days" msgstr "" @@ -2786,7 +2786,7 @@ msgstr "アクションコマンドが失われました" msgid "Missing or illegal web name" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:54 +#: PatternSkin/templates/foswiki.pattern.tmpl:59 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:41 msgid "Modify search" msgstr "検索を変更します" @@ -3100,7 +3100,7 @@ msgstr "公告" msgid "Number of changes for each Web" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:53 +#: PatternSkin/templates/foswiki.pattern.tmpl:58 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:40 #: PatternSkin/templates/search.pattern.tmpl:23 #: PatternSkin/templates/search.pattern01x00.tmpl:12 @@ -3124,7 +3124,7 @@ msgstr "" #: JQueryPlugin/data/System/JQueryButton.txt:26 #: PatternSkin/data/System/PatternSkinElements.txt:446 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:37 -#: core/templates/foswiki.tmpl:113 core/templates/oopsaccessdenied.tmpl:7 +#: core/templates/foswiki.tmpl:114 core/templates/oopsaccessdenied.tmpl:7 #: core/templates/oopsredirectdenied.tmpl:7 core/templates/oopssaveerr.tmpl:13 #: core/templates/registermessages.tmpl:334 #: core/templates/registermessages.tmpl:342 @@ -3568,7 +3568,7 @@ msgstr "" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 #: PatternSkin/data/System/WebLeftBarLogin.txt:16 #: TopicUserMappingContrib/data/System/UserRegistrationParts.txt:296 -#: core/templates/foswiki.tmpl:148 +#: core/templates/foswiki.tmpl:149 msgid "Register" msgstr "登録" @@ -4150,7 +4150,7 @@ msgstr "ヘルプを表示します" msgid "Showing revisions %1 - %2 (out of %3)" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Shrink edit box" msgstr "編集枠を縮小します" @@ -4335,7 +4335,7 @@ msgstr "概要" msgid "Superscript" msgstr "スーパースクリプトテキスト" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Switch to monotype or proportional font" msgstr "" @@ -5178,7 +5178,7 @@ msgstr " %2 で添付ファイル %1を更新します" msgid "Update links" msgstr "リンクを更新します" -#: UpdatesPlugin/templates/updatesplugin.tmpl:5 +#: UpdatesPlugin/templates/updatesplugin.tmpl:12 #: core/data/Main/GroupViewTemplate.txt:182 #: core/data/Main/GroupViewTemplate.txt:191 #, fuzzy @@ -5248,13 +5248,13 @@ msgid "" msgstr "" #. (( $user, $groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1126 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1136 #, fuzzy msgid "User %1 does not have CHANGE permission on %2." msgstr "%1には%2 *%3*にアクセスする権限がありません。" #. ($cuid) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1115 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1125 #: core/lib/Foswiki/UserMapping.pm:371 #, fuzzy msgid "User %1 not in group, cannot be removed" @@ -5305,12 +5305,12 @@ msgid "Users" msgstr "ユーザー" #. ($Group) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:876 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:886 msgid "Users cannot be added to %1" msgstr "" #. ($groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1085 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1095 msgid "Users cannot be removed from %1" msgstr "" @@ -5350,7 +5350,7 @@ msgstr "%1 のバージョンヒストリー" msgid "View" msgstr "ビュー" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 #, fuzzy msgid "View complete topic history" msgstr "トータルトピックヒストリーを確認します" @@ -5462,8 +5462,8 @@ msgstr "" msgid "Warning: This site does not allow %INCLUDE% of URLs" msgstr "警告: このウェブサイトでは %INCLUDE% リンクは使用できません" -#: UpdatesPlugin/templates/updatesplugin.tmpl:12 -msgid "Warning: Updates found for %1 extension(s)." +#: UpdatesPlugin/templates/updatesplugin.tmpl:11 +msgid "Warning: Updates found for %1 extension(s): %2" msgstr "" #: TablePlugin/lib/Foswiki/Plugins/TablePlugin/Core.pm:449 @@ -6046,7 +6046,7 @@ msgid "now %1" msgstr "現在 %1" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 -#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:148 +#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:149 #: core/templates/moveattachment.tmpl:55 core/templates/preview.tmpl:18 #: core/templates/rename.tmpl:21 core/templates/renameattachmentdelete.tmpl:25 #: core/templates/renameconfirm.tmpl:33 core/templates/renamedelete.tmpl:40 diff --git a/core/locale/ko.po b/core/locale/ko.po index 872d2be718..1e101016b2 100644 --- a/core/locale/ko.po +++ b/core/locale/ko.po @@ -76,7 +76,7 @@ msgid "%1 added to the %2 group." msgstr "" #. (( $Foswiki::cfg{AdminUserWikiName}, $Foswiki::cfg{SuperAdminGroup}) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1093 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1103 msgid "%1 cannot be removed from %2" msgstr "" @@ -211,7 +211,7 @@ msgstr "" msgid "&Cancel" msgstr "취소 (&C)" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 msgid "&History" msgstr "기록 (&H)" @@ -966,12 +966,12 @@ msgid "" msgstr "" #. ($user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:906 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:916 msgid "CHANGE not permitted by %1" msgstr "" #. (( $groupName, $user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:940 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:950 msgid "CHANGE not permitted for %1 by %2" msgstr "" @@ -1004,7 +1004,7 @@ msgstr "" #: core/data/Main/GroupViewTemplate.txt:213 #: core/data/Main/GroupViewTemplate.txt:240 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:38 -#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:111 +#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:112 #: core/templates/settings.tmpl:12 core/templates/validate.tmpl:52 msgid "Cancel" msgstr "취소" @@ -1721,7 +1721,7 @@ msgstr "" msgid "End presentation" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Enlarge edit box" msgstr "편집 상자 확장" @@ -1969,7 +1969,7 @@ msgstr "" msgid "Globe" msgstr "닫기" -#: core/templates/foswiki.tmpl:115 core/templates/messages.tmpl:328 +#: core/templates/foswiki.tmpl:116 core/templates/messages.tmpl:328 #: core/templates/messages.tmpl:489 core/templates/registermessages.tmpl:385 msgid "Go back" msgstr "돌아가기" @@ -2003,7 +2003,7 @@ msgstr "" msgid "Group" msgstr "그룹" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:934 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:944 #: core/lib/Foswiki/UserMapping.pm:351 msgid "Group does not exist and create not permitted" msgstr "" @@ -2013,7 +2013,7 @@ msgstr "" msgid "Group name" msgstr "그룹" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:880 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:890 msgid "Group names must end in Group" msgstr "" @@ -2054,7 +2054,7 @@ msgstr "" msgid "Heading 6" msgstr "" -#: core/templates/foswiki.tmpl:146 +#: core/templates/foswiki.tmpl:147 msgid "Hello %1!" msgstr "안녕하세요 %1!" @@ -2264,7 +2264,7 @@ msgid "" "be useful. Please contact %1 if you are unsure." msgstr "" -#: UpdatesPlugin/templates/updatesplugin.tmpl:6 +#: UpdatesPlugin/templates/updatesplugin.tmpl:13 msgid "Ignore for 7 days" msgstr "" @@ -2656,7 +2656,7 @@ msgstr "누락된 액션 명령" msgid "Missing or illegal web name" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:54 +#: PatternSkin/templates/foswiki.pattern.tmpl:59 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:41 msgid "Modify search" msgstr "변경 검색" @@ -2967,7 +2967,7 @@ msgstr "알림" msgid "Number of changes for each Web" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:53 +#: PatternSkin/templates/foswiki.pattern.tmpl:58 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:40 #: PatternSkin/templates/search.pattern.tmpl:23 #: PatternSkin/templates/search.pattern01x00.tmpl:12 @@ -2991,7 +2991,7 @@ msgstr "" #: JQueryPlugin/data/System/JQueryButton.txt:26 #: PatternSkin/data/System/PatternSkinElements.txt:446 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:37 -#: core/templates/foswiki.tmpl:113 core/templates/oopsaccessdenied.tmpl:7 +#: core/templates/foswiki.tmpl:114 core/templates/oopsaccessdenied.tmpl:7 #: core/templates/oopsredirectdenied.tmpl:7 core/templates/oopssaveerr.tmpl:13 #: core/templates/registermessages.tmpl:334 #: core/templates/registermessages.tmpl:342 @@ -3419,7 +3419,7 @@ msgstr "새로고침" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 #: PatternSkin/data/System/WebLeftBarLogin.txt:16 #: TopicUserMappingContrib/data/System/UserRegistrationParts.txt:296 -#: core/templates/foswiki.tmpl:148 +#: core/templates/foswiki.tmpl:149 msgid "Register" msgstr "등록하기" @@ -3989,7 +3989,7 @@ msgstr "" msgid "Showing revisions %1 - %2 (out of %3)" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Shrink edit box" msgstr "" @@ -4166,7 +4166,7 @@ msgstr "요약" msgid "Superscript" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Switch to monotype or proportional font" msgstr "" @@ -4971,7 +4971,7 @@ msgstr "" msgid "Update links" msgstr "" -#: UpdatesPlugin/templates/updatesplugin.tmpl:5 +#: UpdatesPlugin/templates/updatesplugin.tmpl:12 #: core/data/Main/GroupViewTemplate.txt:182 #: core/data/Main/GroupViewTemplate.txt:191 msgid "Upgrade" @@ -5039,12 +5039,12 @@ msgid "" msgstr "" #. (( $user, $groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1126 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1136 msgid "User %1 does not have CHANGE permission on %2." msgstr "" #. ($cuid) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1115 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1125 #: core/lib/Foswiki/UserMapping.pm:371 msgid "User %1 not in group, cannot be removed" msgstr "" @@ -5094,12 +5094,12 @@ msgid "Users" msgstr "사용자" #. ($Group) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:876 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:886 msgid "Users cannot be added to %1" msgstr "" #. ($groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1085 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1095 msgid "Users cannot be removed from %1" msgstr "" @@ -5137,7 +5137,7 @@ msgstr "%1 의 버전 내역" msgid "View" msgstr "보기" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 #, fuzzy msgid "View complete topic history" msgstr "모든 토픽 내역 보기" @@ -5244,8 +5244,8 @@ msgstr "" msgid "Warning: This site does not allow %INCLUDE% of URLs" msgstr "" -#: UpdatesPlugin/templates/updatesplugin.tmpl:12 -msgid "Warning: Updates found for %1 extension(s)." +#: UpdatesPlugin/templates/updatesplugin.tmpl:11 +msgid "Warning: Updates found for %1 extension(s): %2" msgstr "" #: TablePlugin/lib/Foswiki/Plugins/TablePlugin/Core.pm:449 @@ -5797,7 +5797,7 @@ msgid "now %1" msgstr "" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 -#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:148 +#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:149 #: core/templates/moveattachment.tmpl:55 core/templates/preview.tmpl:18 #: core/templates/rename.tmpl:21 core/templates/renameattachmentdelete.tmpl:25 #: core/templates/renameconfirm.tmpl:33 core/templates/renamedelete.tmpl:40 diff --git a/core/locale/nl.po b/core/locale/nl.po index 426d004d3e..8aab77bc12 100644 --- a/core/locale/nl.po +++ b/core/locale/nl.po @@ -77,7 +77,7 @@ msgid "%1 added to the %2 group." msgstr "%1 werd aan groep %2 toegevoegd." #. (( $Foswiki::cfg{AdminUserWikiName}, $Foswiki::cfg{SuperAdminGroup}) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1093 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1103 msgid "%1 cannot be removed from %2" msgstr "%1 kan niet worden verwijderd van %2" @@ -209,7 +209,7 @@ msgstr "%1: De naam van het sjabloon (%2) bevat ongeldige tekens." msgid "&Cancel" msgstr "&Afbreken" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 msgid "&History" msgstr "&Geschiedenis" @@ -995,12 +995,12 @@ msgstr "" "dan de =ALLOWWEBVIEW= beperking in WebPreferences." #. ($user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:906 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:916 msgid "CHANGE not permitted by %1" msgstr "CHANGE (wijzigen) is niet toegestaan door %1" #. (( $groupName, $user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:940 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:950 msgid "CHANGE not permitted for %1 by %2" msgstr "CHANGE (wijzigen) voor %1 is niet toegestaan door %2" @@ -1034,7 +1034,7 @@ msgstr "" #: core/data/Main/GroupViewTemplate.txt:213 #: core/data/Main/GroupViewTemplate.txt:240 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:38 -#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:111 +#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:112 #: core/templates/settings.tmpl:12 core/templates/validate.tmpl:52 msgid "Cancel" msgstr "Afbreken" @@ -1754,7 +1754,7 @@ msgstr "Emoticon" msgid "End presentation" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Enlarge edit box" msgstr "Tekstvak vergroten" @@ -2004,7 +2004,7 @@ msgstr "Abonneer je op wijzigingen op deze zoekvraag" msgid "Globe" msgstr "Wereld" -#: core/templates/foswiki.tmpl:115 core/templates/messages.tmpl:328 +#: core/templates/foswiki.tmpl:116 core/templates/messages.tmpl:328 #: core/templates/messages.tmpl:489 core/templates/registermessages.tmpl:385 msgid "Go back" msgstr "Terug" @@ -2041,7 +2041,7 @@ msgstr "Goede stijl" msgid "Group" msgstr "Groep" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:934 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:944 #: core/lib/Foswiki/UserMapping.pm:351 msgid "Group does not exist and create not permitted" msgstr "Groep bestaat niet en aanmaken is niet toegestaan" @@ -2050,7 +2050,7 @@ msgstr "Groep bestaat niet en aanmaken is niet toegestaan" msgid "Group name" msgstr "Groepsnaam" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:880 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:890 msgid "Group names must end in Group" msgstr "Groepsnamen moeten eindigen in Group" @@ -2091,7 +2091,7 @@ msgstr "Kop 5" msgid "Heading 6" msgstr "Kop 6" -#: core/templates/foswiki.tmpl:146 +#: core/templates/foswiki.tmpl:147 msgid "Hello %1!" msgstr "Hallo %1!" @@ -2330,7 +2330,7 @@ msgid "" "be useful. Please contact %1 if you are unsure." msgstr "" -#: UpdatesPlugin/templates/updatesplugin.tmpl:6 +#: UpdatesPlugin/templates/updatesplugin.tmpl:13 msgid "Ignore for 7 days" msgstr "7 dagen lang negeren" @@ -2723,7 +2723,7 @@ msgstr "Ontbrekende actieopdracht" msgid "Missing or illegal web name" msgstr "Ontbrekende of illegale web naam" -#: PatternSkin/templates/foswiki.pattern.tmpl:54 +#: PatternSkin/templates/foswiki.pattern.tmpl:59 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:41 msgid "Modify search" msgstr "Pas zoekactie aan" @@ -3020,7 +3020,7 @@ msgstr "Blijf op de hoogte" msgid "Number of changes for each Web" msgstr "Aantal wijzigingen in elk Web" -#: PatternSkin/templates/foswiki.pattern.tmpl:53 +#: PatternSkin/templates/foswiki.pattern.tmpl:58 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:40 #: PatternSkin/templates/search.pattern.tmpl:23 #: PatternSkin/templates/search.pattern01x00.tmpl:12 @@ -3042,7 +3042,7 @@ msgstr "OEmbed" #: JQueryPlugin/data/System/JQueryButton.txt:26 #: PatternSkin/data/System/PatternSkinElements.txt:446 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:37 -#: core/templates/foswiki.tmpl:113 core/templates/oopsaccessdenied.tmpl:7 +#: core/templates/foswiki.tmpl:114 core/templates/oopsaccessdenied.tmpl:7 #: core/templates/oopsredirectdenied.tmpl:7 core/templates/oopssaveerr.tmpl:13 #: core/templates/registermessages.tmpl:334 #: core/templates/registermessages.tmpl:342 @@ -3459,7 +3459,7 @@ msgstr "Verversen" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 #: PatternSkin/data/System/WebLeftBarLogin.txt:16 #: TopicUserMappingContrib/data/System/UserRegistrationParts.txt:296 -#: core/templates/foswiki.tmpl:148 +#: core/templates/foswiki.tmpl:149 msgid "Register" msgstr "Aanmelden" @@ -4015,7 +4015,7 @@ msgstr "Toon hulp" msgid "Showing revisions %1 - %2 (out of %3)" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Shrink edit box" msgstr "Tekstvak verkleinen" @@ -4195,7 +4195,7 @@ msgstr "Samenvattingen" msgid "Superscript" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Switch to monotype or proportional font" msgstr "Wissel tussen vaste of proportionele tekenbreedte" @@ -5060,7 +5060,7 @@ msgstr "Bijlage %1 van %2 bijwerken" msgid "Update links" msgstr "Links verversen" -#: UpdatesPlugin/templates/updatesplugin.tmpl:5 +#: UpdatesPlugin/templates/updatesplugin.tmpl:12 #: core/data/Main/GroupViewTemplate.txt:182 #: core/data/Main/GroupViewTemplate.txt:191 msgid "Upgrade" @@ -5125,12 +5125,12 @@ msgid "" msgstr "" #. (( $user, $groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1126 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1136 msgid "User %1 does not have CHANGE permission on %2." msgstr "Gebruiker %1 heeft geen CHANGE toestemming voor %2." #. ($cuid) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1115 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1125 #: core/lib/Foswiki/UserMapping.pm:371 msgid "User %1 not in group, cannot be removed" msgstr "Gebruiker %1 behoort niet tot de groep, en kan niet worden verwijderd" @@ -5176,12 +5176,12 @@ msgid "Users" msgstr "Gebruikers" #. ($Group) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:876 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:886 msgid "Users cannot be added to %1" msgstr "Gebruikers kunnen niet worden toegevoegd aan %1" #. ($groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1085 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1095 msgid "Users cannot be removed from %1" msgstr "Gebruikers kunnen niet worden verwijderd van %1" @@ -5221,7 +5221,7 @@ msgstr "Versiegeschiedenis van %1" msgid "View" msgstr "bekijken" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 msgid "View complete topic history" msgstr "Bekijk gehele paginageschiedenis" @@ -5328,8 +5328,8 @@ msgstr "" "Waarschuwing: Op deze site is het niet toegestaan om %INCLUDE% van URLs " "te gebruiken" -#: UpdatesPlugin/templates/updatesplugin.tmpl:12 -msgid "Warning: Updates found for %1 extension(s)." +#: UpdatesPlugin/templates/updatesplugin.tmpl:11 +msgid "Warning: Updates found for %1 extension(s): %2" msgstr "" #: TablePlugin/lib/Foswiki/Plugins/TablePlugin/Core.pm:449 @@ -5919,7 +5919,7 @@ msgid "now %1" msgstr "nu %1" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 -#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:148 +#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:149 #: core/templates/moveattachment.tmpl:55 core/templates/preview.tmpl:18 #: core/templates/rename.tmpl:21 core/templates/renameattachmentdelete.tmpl:25 #: core/templates/renameconfirm.tmpl:33 core/templates/renamedelete.tmpl:40 diff --git a/core/locale/no.po b/core/locale/no.po index 825c1db90b..59d697367c 100644 --- a/core/locale/no.po +++ b/core/locale/no.po @@ -74,7 +74,7 @@ msgid "%1 added to the %2 group." msgstr "%1 lagt til i %2 gruppen." #. (( $Foswiki::cfg{AdminUserWikiName}, $Foswiki::cfg{SuperAdminGroup}) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1093 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1103 msgid "%1 cannot be removed from %2" msgstr "%1 kan ikke fjernes fra %2" @@ -203,7 +203,7 @@ msgstr "Sidenavnet kan ikke være tomt." msgid "&Cancel" msgstr "Avbryt (&c)" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 msgid "&History" msgstr "&Historikk" @@ -983,12 +983,12 @@ msgstr "" "WebPreferences." #. ($user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:906 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:916 msgid "CHANGE not permitted by %1" msgstr "ENDRING ikke tillatt av %1" #. (( $groupName, $user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:940 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:950 msgid "CHANGE not permitted for %1 by %2" msgstr "ENDRING ikke tillatt for %1 av %2" @@ -1021,7 +1021,7 @@ msgstr "Kan ikke finne epost adresse for %1 (nødvendig for å resette passord)" #: core/data/Main/GroupViewTemplate.txt:213 #: core/data/Main/GroupViewTemplate.txt:240 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:38 -#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:111 +#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:112 #: core/templates/settings.tmpl:12 core/templates/validate.tmpl:52 msgid "Cancel" msgstr "Avbryt" @@ -1740,7 +1740,7 @@ msgstr "" msgid "End presentation" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Enlarge edit box" msgstr "Forstørr redigeringsboks" @@ -1986,7 +1986,7 @@ msgstr "Få varsler om endringer på dette søket" msgid "Globe" msgstr "Globus" -#: core/templates/foswiki.tmpl:115 core/templates/messages.tmpl:328 +#: core/templates/foswiki.tmpl:116 core/templates/messages.tmpl:328 #: core/templates/messages.tmpl:489 core/templates/registermessages.tmpl:385 msgid "Go back" msgstr "Gå tilbake" @@ -2023,7 +2023,7 @@ msgstr "" msgid "Group" msgstr "Gruppe" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:934 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:944 #: core/lib/Foswiki/UserMapping.pm:351 msgid "Group does not exist and create not permitted" msgstr "" @@ -2032,7 +2032,7 @@ msgstr "" msgid "Group name" msgstr "Gruppenavn" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:880 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:890 msgid "Group names must end in Group" msgstr "" @@ -2073,7 +2073,7 @@ msgstr "" msgid "Heading 6" msgstr "" -#: core/templates/foswiki.tmpl:146 +#: core/templates/foswiki.tmpl:147 msgid "Hello %1!" msgstr "Hallo %1!" @@ -2298,7 +2298,7 @@ msgid "" "be useful. Please contact %1 if you are unsure." msgstr "" -#: UpdatesPlugin/templates/updatesplugin.tmpl:6 +#: UpdatesPlugin/templates/updatesplugin.tmpl:13 msgid "Ignore for 7 days" msgstr "" @@ -2684,7 +2684,7 @@ msgstr "Manglende kommando" msgid "Missing or illegal web name" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:54 +#: PatternSkin/templates/foswiki.pattern.tmpl:59 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:41 msgid "Modify search" msgstr "Endre søk" @@ -2988,7 +2988,7 @@ msgstr "Varslinger" msgid "Number of changes for each Web" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:53 +#: PatternSkin/templates/foswiki.pattern.tmpl:58 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:40 #: PatternSkin/templates/search.pattern.tmpl:23 #: PatternSkin/templates/search.pattern01x00.tmpl:12 @@ -3010,7 +3010,7 @@ msgstr "" #: JQueryPlugin/data/System/JQueryButton.txt:26 #: PatternSkin/data/System/PatternSkinElements.txt:446 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:37 -#: core/templates/foswiki.tmpl:113 core/templates/oopsaccessdenied.tmpl:7 +#: core/templates/foswiki.tmpl:114 core/templates/oopsaccessdenied.tmpl:7 #: core/templates/oopsredirectdenied.tmpl:7 core/templates/oopssaveerr.tmpl:13 #: core/templates/registermessages.tmpl:334 #: core/templates/registermessages.tmpl:342 @@ -3442,7 +3442,7 @@ msgstr "Oppdater" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 #: PatternSkin/data/System/WebLeftBarLogin.txt:16 #: TopicUserMappingContrib/data/System/UserRegistrationParts.txt:296 -#: core/templates/foswiki.tmpl:148 +#: core/templates/foswiki.tmpl:149 msgid "Register" msgstr "Registrer" @@ -4024,7 +4024,7 @@ msgstr "Vis hjelp" msgid "Showing revisions %1 - %2 (out of %3)" msgstr "Versjoner %1 - %2 (av %3)" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Shrink edit box" msgstr "Krymp redigeringsboks" @@ -4209,7 +4209,7 @@ msgstr "Sammendrag" msgid "Superscript" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 #, fuzzy msgid "Switch to monotype or proportional font" msgstr "Bytt til monotype eller proporsjonal font" @@ -5080,7 +5080,7 @@ msgstr "Oppdater vedlegg %1 på %2" msgid "Update links" msgstr "Oppdater lenker" -#: UpdatesPlugin/templates/updatesplugin.tmpl:5 +#: UpdatesPlugin/templates/updatesplugin.tmpl:12 #: core/data/Main/GroupViewTemplate.txt:182 #: core/data/Main/GroupViewTemplate.txt:191 #, fuzzy @@ -5149,12 +5149,12 @@ msgid "" msgstr "" #. (( $user, $groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1126 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1136 msgid "User %1 does not have CHANGE permission on %2." msgstr "" #. ($cuid) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1115 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1125 #: core/lib/Foswiki/UserMapping.pm:371 #, fuzzy msgid "User %1 not in group, cannot be removed" @@ -5205,12 +5205,12 @@ msgid "Users" msgstr "Brukere" #. ($Group) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:876 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:886 msgid "Users cannot be added to %1" msgstr "" #. ($groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1085 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1095 msgid "Users cannot be removed from %1" msgstr "" @@ -5250,7 +5250,7 @@ msgstr "Versjonhistorikk for %1" msgid "View" msgstr "Vis" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 #, fuzzy msgid "View complete topic history" msgstr "Vis all side historikk" @@ -5359,8 +5359,8 @@ msgstr "Advarsel: Kunne ikke sende bekreftekses epost, epost er deaktivert" msgid "Warning: This site does not allow %INCLUDE% of URLs" msgstr "Advarsel: Denne webløsningen tillater ikke %INCLUDE% av URLs" -#: UpdatesPlugin/templates/updatesplugin.tmpl:12 -msgid "Warning: Updates found for %1 extension(s)." +#: UpdatesPlugin/templates/updatesplugin.tmpl:11 +msgid "Warning: Updates found for %1 extension(s): %2" msgstr "" #: TablePlugin/lib/Foswiki/Plugins/TablePlugin/Core.pm:449 @@ -5958,7 +5958,7 @@ msgid "now %1" msgstr "nå %1" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 -#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:148 +#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:149 #: core/templates/moveattachment.tmpl:55 core/templates/preview.tmpl:18 #: core/templates/rename.tmpl:21 core/templates/renameattachmentdelete.tmpl:25 #: core/templates/renameconfirm.tmpl:33 core/templates/renamedelete.tmpl:40 diff --git a/core/locale/pl.po b/core/locale/pl.po index 49ae073ded..a7d51b9b90 100644 --- a/core/locale/pl.po +++ b/core/locale/pl.po @@ -77,7 +77,7 @@ msgid "%1 added to the %2 group." msgstr "%1 dodany do grupy %2." #. (( $Foswiki::cfg{AdminUserWikiName}, $Foswiki::cfg{SuperAdminGroup}) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1093 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1103 #, fuzzy msgid "%1 cannot be removed from %2" msgstr "%1 usunięto z grupy %2." @@ -215,7 +215,7 @@ msgstr "Nazwa tematu nie może być pusta." msgid "&Cancel" msgstr "&Anuluj" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 msgid "&History" msgstr "&Wersje" @@ -1027,12 +1027,12 @@ msgstr "" "Standardowo ten dział może przeglądać tylko użytkownik: %1. " #. ($user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:906 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:916 msgid "CHANGE not permitted by %1" msgstr "" #. (( $groupName, $user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:940 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:950 msgid "CHANGE not permitted for %1 by %2" msgstr "" @@ -1065,7 +1065,7 @@ msgstr "Brak adresu email użytkownika %1 (wymagany do zresetowania hasła)" #: core/data/Main/GroupViewTemplate.txt:213 #: core/data/Main/GroupViewTemplate.txt:240 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:38 -#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:111 +#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:112 #: core/templates/settings.tmpl:12 core/templates/validate.tmpl:52 msgid "Cancel" msgstr "Rezygnacja" @@ -1809,7 +1809,7 @@ msgstr "" msgid "End presentation" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Enlarge edit box" msgstr "Powiększ okienko edycyjne" @@ -2068,7 +2068,7 @@ msgstr "Bądź informowany o zmianach w wynikach tego wyszukiwania" msgid "Globe" msgstr "Zamknij" -#: core/templates/foswiki.tmpl:115 core/templates/messages.tmpl:328 +#: core/templates/foswiki.tmpl:116 core/templates/messages.tmpl:328 #: core/templates/messages.tmpl:489 core/templates/registermessages.tmpl:385 msgid "Go back" msgstr "Powrót" @@ -2103,7 +2103,7 @@ msgstr "W dobrym stylu" msgid "Group" msgstr "Grupy" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:934 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:944 #: core/lib/Foswiki/UserMapping.pm:351 msgid "Group does not exist and create not permitted" msgstr "" @@ -2113,7 +2113,7 @@ msgstr "" msgid "Group name" msgstr "nazwy strony" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:880 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:890 msgid "Group names must end in Group" msgstr "" @@ -2154,7 +2154,7 @@ msgstr "" msgid "Heading 6" msgstr "" -#: core/templates/foswiki.tmpl:146 +#: core/templates/foswiki.tmpl:147 msgid "Hello %1!" msgstr "Witaj %1!" @@ -2388,7 +2388,7 @@ msgid "" "be useful. Please contact %1 if you are unsure." msgstr "" -#: UpdatesPlugin/templates/updatesplugin.tmpl:6 +#: UpdatesPlugin/templates/updatesplugin.tmpl:13 msgid "Ignore for 7 days" msgstr "" @@ -2803,7 +2803,7 @@ msgstr "Nie podano polecenia" msgid "Missing or illegal web name" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:54 +#: PatternSkin/templates/foswiki.pattern.tmpl:59 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:41 msgid "Modify search" msgstr "Zmień" @@ -3119,7 +3119,7 @@ msgstr "Powiadomienia" msgid "Number of changes for each Web" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:53 +#: PatternSkin/templates/foswiki.pattern.tmpl:58 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:40 #: PatternSkin/templates/search.pattern.tmpl:23 #: PatternSkin/templates/search.pattern01x00.tmpl:12 @@ -3143,7 +3143,7 @@ msgstr "" #: JQueryPlugin/data/System/JQueryButton.txt:26 #: PatternSkin/data/System/PatternSkinElements.txt:446 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:37 -#: core/templates/foswiki.tmpl:113 core/templates/oopsaccessdenied.tmpl:7 +#: core/templates/foswiki.tmpl:114 core/templates/oopsaccessdenied.tmpl:7 #: core/templates/oopsredirectdenied.tmpl:7 core/templates/oopssaveerr.tmpl:13 #: core/templates/registermessages.tmpl:334 #: core/templates/registermessages.tmpl:342 @@ -3591,7 +3591,7 @@ msgstr "Odśwież" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 #: PatternSkin/data/System/WebLeftBarLogin.txt:16 #: TopicUserMappingContrib/data/System/UserRegistrationParts.txt:296 -#: core/templates/foswiki.tmpl:148 +#: core/templates/foswiki.tmpl:149 msgid "Register" msgstr "Zarejestruj się" @@ -4173,7 +4173,7 @@ msgstr "Pomoc" msgid "Showing revisions %1 - %2 (out of %3)" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Shrink edit box" msgstr "Zmniejsz okienko edycyjne" @@ -4364,7 +4364,7 @@ msgstr "podsumowań" msgid "Superscript" msgstr "Indeks górny" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 #, fuzzy msgid "Switch to monotype or proportional font" msgstr "Przełącz na czcionkę monotypową lub proporcjonalną" @@ -5230,7 +5230,7 @@ msgstr "Zmień załącznik %1 na %2" msgid "Update links" msgstr "Uaktualnij linki" -#: UpdatesPlugin/templates/updatesplugin.tmpl:5 +#: UpdatesPlugin/templates/updatesplugin.tmpl:12 #: core/data/Main/GroupViewTemplate.txt:182 #: core/data/Main/GroupViewTemplate.txt:191 #, fuzzy @@ -5302,13 +5302,13 @@ msgid "" msgstr "" #. (( $user, $groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1126 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1136 #, fuzzy msgid "User %1 does not have CHANGE permission on %2." msgstr "Użytkownik %1 nie ma uprawnień do %2 *%3*." #. ($cuid) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1115 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1125 #: core/lib/Foswiki/UserMapping.pm:371 #, fuzzy msgid "User %1 not in group, cannot be removed" @@ -5359,12 +5359,12 @@ msgid "Users" msgstr "Użytkownicy" #. ($Group) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:876 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:886 msgid "Users cannot be added to %1" msgstr "" #. ($groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1085 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1095 msgid "Users cannot be removed from %1" msgstr "" @@ -5405,7 +5405,7 @@ msgstr "Historia zmian załącznika %1" msgid "View" msgstr "Wyświetl" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 #, fuzzy msgid "View complete topic history" msgstr "Historia strony" @@ -5516,8 +5516,8 @@ msgstr "Uwaga: Nie można wysłać listu z potwierdzeniem, email został wyłąc msgid "Warning: This site does not allow %INCLUDE% of URLs" msgstr "Uwaga: dołączanie (INCLUDE) stron jest zabronione" -#: UpdatesPlugin/templates/updatesplugin.tmpl:12 -msgid "Warning: Updates found for %1 extension(s)." +#: UpdatesPlugin/templates/updatesplugin.tmpl:11 +msgid "Warning: Updates found for %1 extension(s): %2" msgstr "" #: TablePlugin/lib/Foswiki/Plugins/TablePlugin/Core.pm:449 @@ -6109,7 +6109,7 @@ msgid "now %1" msgstr "teraz %1" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 -#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:148 +#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:149 #: core/templates/moveattachment.tmpl:55 core/templates/preview.tmpl:18 #: core/templates/rename.tmpl:21 core/templates/renameattachmentdelete.tmpl:25 #: core/templates/renameconfirm.tmpl:33 core/templates/renamedelete.tmpl:40 diff --git a/core/locale/pt-br.po b/core/locale/pt-br.po index f2f511067c..0765c51f5b 100644 --- a/core/locale/pt-br.po +++ b/core/locale/pt-br.po @@ -77,7 +77,7 @@ msgid "%1 added to the %2 group." msgstr "%1 foi adicionado ao grupo %2." #. (( $Foswiki::cfg{AdminUserWikiName}, $Foswiki::cfg{SuperAdminGroup}) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1093 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1103 msgid "%1 cannot be removed from %2" msgstr "%1 não pode ser removido por %2" @@ -207,7 +207,7 @@ msgstr "%1: Nome inválido para template (%2) - Contém caracteres inválidos." msgid "&Cancel" msgstr "&Cancelar" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 msgid "&History" msgstr "&Histórico" @@ -1003,12 +1003,12 @@ msgstr "" "no tópico WebPreferences." #. ($user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:906 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:916 msgid "CHANGE not permitted by %1" msgstr "ALTERAÇÃO não permitida por %1" #. (( $groupName, $user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:940 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:950 msgid "CHANGE not permitted for %1 by %2" msgstr "ALTERAÇÃO não permitida para %1 por %2" @@ -1043,7 +1043,7 @@ msgstr "" #: core/data/Main/GroupViewTemplate.txt:213 #: core/data/Main/GroupViewTemplate.txt:240 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:38 -#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:111 +#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:112 #: core/templates/settings.tmpl:12 core/templates/validate.tmpl:52 msgid "Cancel" msgstr "Cancelar" @@ -1759,7 +1759,7 @@ msgstr "Emoticon" msgid "End presentation" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Enlarge edit box" msgstr "Caixa de edição ampliada" @@ -2007,7 +2007,7 @@ msgstr "Receba notificações de alterações no resultado dessa busca" msgid "Globe" msgstr "Global" -#: core/templates/foswiki.tmpl:115 core/templates/messages.tmpl:328 +#: core/templates/foswiki.tmpl:116 core/templates/messages.tmpl:328 #: core/templates/messages.tmpl:489 core/templates/registermessages.tmpl:385 msgid "Go back" msgstr "Voltar" @@ -2044,7 +2044,7 @@ msgstr "[[GoodStyle][BomEstilo]]" msgid "Group" msgstr "Grupo" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:934 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:944 #: core/lib/Foswiki/UserMapping.pm:351 msgid "Group does not exist and create not permitted" msgstr "Grupo não existe e sua criação não é permitida" @@ -2053,7 +2053,7 @@ msgstr "Grupo não existe e sua criação não é permitida" msgid "Group name" msgstr "Nome do grupo" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:880 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:890 msgid "Group names must end in Group" msgstr "Nomes de grupo são melhores com a terminação Group" @@ -2094,7 +2094,7 @@ msgstr "Título 5" msgid "Heading 6" msgstr "Título 6" -#: core/templates/foswiki.tmpl:146 +#: core/templates/foswiki.tmpl:147 msgid "Hello %1!" msgstr "Olá %1!" @@ -2341,7 +2341,7 @@ msgstr "" "pretende registrar são conhecidos para este gerenciador, então registo em " "bloco ainda pode ser útil. Entre em contato %1 se não tiver certeza." -#: UpdatesPlugin/templates/updatesplugin.tmpl:6 +#: UpdatesPlugin/templates/updatesplugin.tmpl:13 msgid "Ignore for 7 days" msgstr "Ignore por 7 dias" @@ -2732,7 +2732,7 @@ msgstr "Ação faltando" msgid "Missing or illegal web name" msgstr "Nome da web descocnhecido ou ilegal" -#: PatternSkin/templates/foswiki.pattern.tmpl:54 +#: PatternSkin/templates/foswiki.pattern.tmpl:59 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:41 msgid "Modify search" msgstr "Modificar busca" @@ -3030,7 +3030,7 @@ msgstr "Notificações" msgid "Number of changes for each Web" msgstr "Número de alterações para cada Web" -#: PatternSkin/templates/foswiki.pattern.tmpl:53 +#: PatternSkin/templates/foswiki.pattern.tmpl:58 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:40 #: PatternSkin/templates/search.pattern.tmpl:23 #: PatternSkin/templates/search.pattern01x00.tmpl:12 @@ -3052,7 +3052,7 @@ msgstr "OEmbed" #: JQueryPlugin/data/System/JQueryButton.txt:26 #: PatternSkin/data/System/PatternSkinElements.txt:446 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:37 -#: core/templates/foswiki.tmpl:113 core/templates/oopsaccessdenied.tmpl:7 +#: core/templates/foswiki.tmpl:114 core/templates/oopsaccessdenied.tmpl:7 #: core/templates/oopsredirectdenied.tmpl:7 core/templates/oopssaveerr.tmpl:13 #: core/templates/registermessages.tmpl:334 #: core/templates/registermessages.tmpl:342 @@ -3474,7 +3474,7 @@ msgstr "Atualizar" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 #: PatternSkin/data/System/WebLeftBarLogin.txt:16 #: TopicUserMappingContrib/data/System/UserRegistrationParts.txt:296 -#: core/templates/foswiki.tmpl:148 +#: core/templates/foswiki.tmpl:149 msgid "Register" msgstr "Registro" @@ -4048,7 +4048,7 @@ msgstr "Exibir ajuda" msgid "Showing revisions %1 - %2 (out of %3)" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Shrink edit box" msgstr "Caixa de edição reduzida" @@ -4234,7 +4234,7 @@ msgstr "Resumos" msgid "Superscript" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 #, fuzzy msgid "Switch to monotype or proportional font" msgstr "Trocar para fonte monoespaçada ou proporcional" @@ -5107,7 +5107,7 @@ msgstr "Atualizar o anexo %1 em %2" msgid "Update links" msgstr "Links atualizados" -#: UpdatesPlugin/templates/updatesplugin.tmpl:5 +#: UpdatesPlugin/templates/updatesplugin.tmpl:12 #: core/data/Main/GroupViewTemplate.txt:182 #: core/data/Main/GroupViewTemplate.txt:191 msgid "Upgrade" @@ -5176,12 +5176,12 @@ msgid "" msgstr "" #. (( $user, $groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1126 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1136 msgid "User %1 does not have CHANGE permission on %2." msgstr "" #. ($cuid) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1115 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1125 #: core/lib/Foswiki/UserMapping.pm:371 #, fuzzy msgid "User %1 not in group, cannot be removed" @@ -5232,12 +5232,12 @@ msgid "Users" msgstr "Usuários" #. ($Group) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:876 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:886 msgid "Users cannot be added to %1" msgstr "" #. ($groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1085 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1095 msgid "Users cannot be removed from %1" msgstr "" @@ -5277,7 +5277,7 @@ msgstr "Versão do histórico de %1" msgid "View" msgstr "Ver" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 msgid "View complete topic history" msgstr "Ver histórico completo do tópico" @@ -5390,8 +5390,8 @@ msgstr "" msgid "Warning: This site does not allow %INCLUDE% of URLs" msgstr "Aviso: Esse sítio não permite %INCLUDE% de URLs" -#: UpdatesPlugin/templates/updatesplugin.tmpl:12 -msgid "Warning: Updates found for %1 extension(s)." +#: UpdatesPlugin/templates/updatesplugin.tmpl:11 +msgid "Warning: Updates found for %1 extension(s): %2" msgstr "" #: TablePlugin/lib/Foswiki/Plugins/TablePlugin/Core.pm:449 @@ -5996,7 +5996,7 @@ msgid "now %1" msgstr "agora %1" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 -#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:148 +#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:149 #: core/templates/moveattachment.tmpl:55 core/templates/preview.tmpl:18 #: core/templates/rename.tmpl:21 core/templates/renameattachmentdelete.tmpl:25 #: core/templates/renameconfirm.tmpl:33 core/templates/renamedelete.tmpl:40 diff --git a/core/locale/pt.po b/core/locale/pt.po index 6344bb5a3b..035dd5c487 100644 --- a/core/locale/pt.po +++ b/core/locale/pt.po @@ -78,7 +78,7 @@ msgid "%1 added to the %2 group." msgstr "%1 movido de %2 em %3 por %4" #. (( $Foswiki::cfg{AdminUserWikiName}, $Foswiki::cfg{SuperAdminGroup}) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1093 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1103 #, fuzzy msgid "%1 cannot be removed from %2" msgstr "%1 movido de %2 em %3 por %4" @@ -219,7 +219,7 @@ msgstr "O campo nome do tópico não pode ser vazio" msgid "&Cancel" msgstr "&Cancelar" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 msgid "&History" msgstr "&Histórico" @@ -1043,12 +1043,12 @@ msgstr "" "no tópico WebPreferences." #. ($user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:906 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:916 msgid "CHANGE not permitted by %1" msgstr "" #. (( $groupName, $user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:940 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:950 msgid "CHANGE not permitted for %1 by %2" msgstr "" @@ -1083,7 +1083,7 @@ msgstr "" #: core/data/Main/GroupViewTemplate.txt:213 #: core/data/Main/GroupViewTemplate.txt:240 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:38 -#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:111 +#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:112 #: core/templates/settings.tmpl:12 core/templates/validate.tmpl:52 msgid "Cancel" msgstr "Cancelar" @@ -1833,7 +1833,7 @@ msgstr "" msgid "End presentation" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Enlarge edit box" msgstr "Caixa de edição ampliada" @@ -2092,7 +2092,7 @@ msgstr "Receba notificações de alterações no resultado dessa busca" msgid "Globe" msgstr "Ocultar" -#: core/templates/foswiki.tmpl:115 core/templates/messages.tmpl:328 +#: core/templates/foswiki.tmpl:116 core/templates/messages.tmpl:328 #: core/templates/messages.tmpl:489 core/templates/registermessages.tmpl:385 msgid "Go back" msgstr "Voltar" @@ -2128,7 +2128,7 @@ msgstr "" msgid "Group" msgstr "Grupos" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:934 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:944 #: core/lib/Foswiki/UserMapping.pm:351 msgid "Group does not exist and create not permitted" msgstr "" @@ -2138,7 +2138,7 @@ msgstr "" msgid "Group name" msgstr "Nome do tópico" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:880 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:890 msgid "Group names must end in Group" msgstr "" @@ -2179,7 +2179,7 @@ msgstr "" msgid "Heading 6" msgstr "" -#: core/templates/foswiki.tmpl:146 +#: core/templates/foswiki.tmpl:147 msgid "Hello %1!" msgstr "Olá %1!" @@ -2416,7 +2416,7 @@ msgid "" "be useful. Please contact %1 if you are unsure." msgstr "" -#: UpdatesPlugin/templates/updatesplugin.tmpl:6 +#: UpdatesPlugin/templates/updatesplugin.tmpl:13 msgid "Ignore for 7 days" msgstr "" @@ -2821,7 +2821,7 @@ msgstr "Ação faltando" msgid "Missing or illegal web name" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:54 +#: PatternSkin/templates/foswiki.pattern.tmpl:59 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:41 msgid "Modify search" msgstr "Modificar busca" @@ -3136,7 +3136,7 @@ msgstr "Notificações" msgid "Number of changes for each Web" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:53 +#: PatternSkin/templates/foswiki.pattern.tmpl:58 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:40 #: PatternSkin/templates/search.pattern.tmpl:23 #: PatternSkin/templates/search.pattern01x00.tmpl:12 @@ -3160,7 +3160,7 @@ msgstr "" #: JQueryPlugin/data/System/JQueryButton.txt:26 #: PatternSkin/data/System/PatternSkinElements.txt:446 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:37 -#: core/templates/foswiki.tmpl:113 core/templates/oopsaccessdenied.tmpl:7 +#: core/templates/foswiki.tmpl:114 core/templates/oopsaccessdenied.tmpl:7 #: core/templates/oopsredirectdenied.tmpl:7 core/templates/oopssaveerr.tmpl:13 #: core/templates/registermessages.tmpl:334 #: core/templates/registermessages.tmpl:342 @@ -3611,7 +3611,7 @@ msgstr "Atualizar" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 #: PatternSkin/data/System/WebLeftBarLogin.txt:16 #: TopicUserMappingContrib/data/System/UserRegistrationParts.txt:296 -#: core/templates/foswiki.tmpl:148 +#: core/templates/foswiki.tmpl:149 msgid "Register" msgstr "Registro" @@ -4195,7 +4195,7 @@ msgstr "Exibir ajuda" msgid "Showing revisions %1 - %2 (out of %3)" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Shrink edit box" msgstr "Caixa de edição reduzida" @@ -4381,7 +4381,7 @@ msgstr "Resumos" msgid "Superscript" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 #, fuzzy msgid "Switch to monotype or proportional font" msgstr "Trocar para fonte monoespaçada ou proporcional" @@ -5251,7 +5251,7 @@ msgstr "Atualizar o anexo %1 em %2" msgid "Update links" msgstr "Links atualizados" -#: UpdatesPlugin/templates/updatesplugin.tmpl:5 +#: UpdatesPlugin/templates/updatesplugin.tmpl:12 #: core/data/Main/GroupViewTemplate.txt:182 #: core/data/Main/GroupViewTemplate.txt:191 msgid "Upgrade" @@ -5320,12 +5320,12 @@ msgid "" msgstr "" #. (( $user, $groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1126 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1136 msgid "User %1 does not have CHANGE permission on %2." msgstr "" #. ($cuid) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1115 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1125 #: core/lib/Foswiki/UserMapping.pm:371 #, fuzzy msgid "User %1 not in group, cannot be removed" @@ -5376,12 +5376,12 @@ msgid "Users" msgstr "Usuários" #. ($Group) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:876 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:886 msgid "Users cannot be added to %1" msgstr "" #. ($groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1085 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1095 msgid "Users cannot be removed from %1" msgstr "" @@ -5421,7 +5421,7 @@ msgstr "Versão do histórico de %1" msgid "View" msgstr "Ver" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 #, fuzzy msgid "View complete topic history" msgstr "Ver histórico completo do tópico" @@ -5535,8 +5535,8 @@ msgstr "" msgid "Warning: This site does not allow %INCLUDE% of URLs" msgstr "Aviso: Esse sítio não permite %INCLUDE% de URLs" -#: UpdatesPlugin/templates/updatesplugin.tmpl:12 -msgid "Warning: Updates found for %1 extension(s)." +#: UpdatesPlugin/templates/updatesplugin.tmpl:11 +msgid "Warning: Updates found for %1 extension(s): %2" msgstr "" #: TablePlugin/lib/Foswiki/Plugins/TablePlugin/Core.pm:449 @@ -6138,7 +6138,7 @@ msgid "now %1" msgstr "agora %1" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 -#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:148 +#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:149 #: core/templates/moveattachment.tmpl:55 core/templates/preview.tmpl:18 #: core/templates/rename.tmpl:21 core/templates/renameattachmentdelete.tmpl:25 #: core/templates/renameconfirm.tmpl:33 core/templates/renamedelete.tmpl:40 diff --git a/core/locale/ru.po b/core/locale/ru.po index 99de8b61a2..99b0f2bd9c 100644 --- a/core/locale/ru.po +++ b/core/locale/ru.po @@ -82,7 +82,7 @@ msgid "%1 added to the %2 group." msgstr "%1 перемещена из %2 в %3 пользователем %4" #. (( $Foswiki::cfg{AdminUserWikiName}, $Foswiki::cfg{SuperAdminGroup}) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1093 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1103 #, fuzzy msgid "%1 cannot be removed from %2" msgstr "%1 перемещена из %2 в %3 пользователем %4" @@ -223,7 +223,7 @@ msgstr "Имя темы не может быть пустым." msgid "&Cancel" msgstr "Отменить" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 msgid "&History" msgstr "История" @@ -1040,12 +1040,12 @@ msgstr "" "=ALLOWWEBVIEW= из [[WebPreferences][Параметров Раздела]]." #. ($user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:906 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:916 msgid "CHANGE not permitted by %1" msgstr "" #. (( $groupName, $user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:940 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:950 msgid "CHANGE not permitted for %1 by %2" msgstr "" @@ -1079,7 +1079,7 @@ msgstr "" #: core/data/Main/GroupViewTemplate.txt:213 #: core/data/Main/GroupViewTemplate.txt:240 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:38 -#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:111 +#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:112 #: core/templates/settings.tmpl:12 core/templates/validate.tmpl:52 msgid "Cancel" msgstr "Отменить" @@ -1834,7 +1834,7 @@ msgstr "" msgid "End presentation" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Enlarge edit box" msgstr "Расширить область редактирования" @@ -2095,7 +2095,7 @@ msgstr "Получать уведомления при изменениях по msgid "Globe" msgstr "Закрыть" -#: core/templates/foswiki.tmpl:115 core/templates/messages.tmpl:328 +#: core/templates/foswiki.tmpl:116 core/templates/messages.tmpl:328 #: core/templates/messages.tmpl:489 core/templates/registermessages.tmpl:385 msgid "Go back" msgstr "Вернуться" @@ -2130,7 +2130,7 @@ msgstr "" msgid "Group" msgstr "Группы" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:934 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:944 #: core/lib/Foswiki/UserMapping.pm:351 msgid "Group does not exist and create not permitted" msgstr "" @@ -2140,7 +2140,7 @@ msgstr "" msgid "Group name" msgstr "Название темы" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:880 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:890 msgid "Group names must end in Group" msgstr "" @@ -2181,7 +2181,7 @@ msgstr "" msgid "Heading 6" msgstr "" -#: core/templates/foswiki.tmpl:146 +#: core/templates/foswiki.tmpl:147 msgid "Hello %1!" msgstr "Привет, %1!" @@ -2417,7 +2417,7 @@ msgid "" "be useful. Please contact %1 if you are unsure." msgstr "" -#: UpdatesPlugin/templates/updatesplugin.tmpl:6 +#: UpdatesPlugin/templates/updatesplugin.tmpl:13 msgid "Ignore for 7 days" msgstr "" @@ -2826,7 +2826,7 @@ msgstr "Не определено действие, связанное с ком msgid "Missing or illegal web name" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:54 +#: PatternSkin/templates/foswiki.pattern.tmpl:59 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:41 msgid "Modify search" msgstr "Изменить поиск" @@ -3141,7 +3141,7 @@ msgstr "Уведомления" msgid "Number of changes for each Web" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:53 +#: PatternSkin/templates/foswiki.pattern.tmpl:58 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:40 #: PatternSkin/templates/search.pattern.tmpl:23 #: PatternSkin/templates/search.pattern01x00.tmpl:12 @@ -3165,7 +3165,7 @@ msgstr "" #: JQueryPlugin/data/System/JQueryButton.txt:26 #: PatternSkin/data/System/PatternSkinElements.txt:446 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:37 -#: core/templates/foswiki.tmpl:113 core/templates/oopsaccessdenied.tmpl:7 +#: core/templates/foswiki.tmpl:114 core/templates/oopsaccessdenied.tmpl:7 #: core/templates/oopsredirectdenied.tmpl:7 core/templates/oopssaveerr.tmpl:13 #: core/templates/registermessages.tmpl:334 #: core/templates/registermessages.tmpl:342 @@ -3626,7 +3626,7 @@ msgstr "Обновить" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 #: PatternSkin/data/System/WebLeftBarLogin.txt:16 #: TopicUserMappingContrib/data/System/UserRegistrationParts.txt:296 -#: core/templates/foswiki.tmpl:148 +#: core/templates/foswiki.tmpl:149 msgid "Register" msgstr "Зарегистрироваться" @@ -4213,7 +4213,7 @@ msgstr "Показать подсказку" msgid "Showing revisions %1 - %2 (out of %3)" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Shrink edit box" msgstr "Сжать окно редактирования" @@ -4400,7 +4400,7 @@ msgstr "Выводы по результатам поиска" msgid "Superscript" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 #, fuzzy msgid "Switch to monotype or proportional font" msgstr "Переключиться на моноширинный или пропорциональный шрифт" @@ -5270,7 +5270,7 @@ msgstr "Обновить файл %1 прикрепленный к %2" msgid "Update links" msgstr "Обновить ссылки" -#: UpdatesPlugin/templates/updatesplugin.tmpl:5 +#: UpdatesPlugin/templates/updatesplugin.tmpl:12 #: core/data/Main/GroupViewTemplate.txt:182 #: core/data/Main/GroupViewTemplate.txt:191 msgid "Upgrade" @@ -5339,12 +5339,12 @@ msgid "" msgstr "" #. (( $user, $groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1126 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1136 msgid "User %1 does not have CHANGE permission on %2." msgstr "" #. ($cuid) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1115 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1125 #: core/lib/Foswiki/UserMapping.pm:371 #, fuzzy msgid "User %1 not in group, cannot be removed" @@ -5395,12 +5395,12 @@ msgid "Users" msgstr "Пользователи" #. ($Group) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:876 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:886 msgid "Users cannot be added to %1" msgstr "" #. ($groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1085 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1095 msgid "Users cannot be removed from %1" msgstr "" @@ -5440,7 +5440,7 @@ msgstr "История версий %1" msgid "View" msgstr "Просмотр" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 #, fuzzy msgid "View complete topic history" msgstr "Просмотреть полную историю изменений страницы" @@ -5555,8 +5555,8 @@ msgid "Warning: This site does not allow %INCLUDE% of URLs" msgstr "" "Внимание: Этот сайт не позволяет использовать %INCLUDE% для URL адресов" -#: UpdatesPlugin/templates/updatesplugin.tmpl:12 -msgid "Warning: Updates found for %1 extension(s)." +#: UpdatesPlugin/templates/updatesplugin.tmpl:11 +msgid "Warning: Updates found for %1 extension(s): %2" msgstr "" #: TablePlugin/lib/Foswiki/Plugins/TablePlugin/Core.pm:449 @@ -6155,7 +6155,7 @@ msgid "now %1" msgstr "сейчас %1" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 -#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:148 +#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:149 #: core/templates/moveattachment.tmpl:55 core/templates/preview.tmpl:18 #: core/templates/rename.tmpl:21 core/templates/renameattachmentdelete.tmpl:25 #: core/templates/renameconfirm.tmpl:33 core/templates/renamedelete.tmpl:40 diff --git a/core/locale/sv.po b/core/locale/sv.po index 2c6c3985b9..9a614adac2 100644 --- a/core/locale/sv.po +++ b/core/locale/sv.po @@ -79,7 +79,7 @@ msgstr "%1 tillagd i gruppen %2." # $date, # $by) #. (( $Foswiki::cfg{AdminUserWikiName}, $Foswiki::cfg{SuperAdminGroup}) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1093 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1103 #, fuzzy msgid "%1 cannot be removed from %2" msgstr "%1 borttagen från gruppen %2." @@ -221,7 +221,7 @@ msgstr "Sidans namn får inte vara tomt." msgid "&Cancel" msgstr "Avbryt (&C)" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 msgid "&History" msgstr "&Historik" @@ -1021,12 +1021,12 @@ msgstr "" "WebPreferences" #. ($user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:906 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:916 msgid "CHANGE not permitted by %1" msgstr "" #. (( $groupName, $user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:940 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:950 msgid "CHANGE not permitted for %1 by %2" msgstr "" @@ -1060,7 +1060,7 @@ msgstr "" #: core/data/Main/GroupViewTemplate.txt:213 #: core/data/Main/GroupViewTemplate.txt:240 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:38 -#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:111 +#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:112 #: core/templates/settings.tmpl:12 core/templates/validate.tmpl:52 msgid "Cancel" msgstr "Avbryt" @@ -1809,7 +1809,7 @@ msgstr "" msgid "End presentation" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Enlarge edit box" msgstr "Förstora redigeringsruta" @@ -2066,7 +2066,7 @@ msgstr "Bli informerad om ändringar i den här sökningen" msgid "Globe" msgstr "Stäng" -#: core/templates/foswiki.tmpl:115 core/templates/messages.tmpl:328 +#: core/templates/foswiki.tmpl:116 core/templates/messages.tmpl:328 #: core/templates/messages.tmpl:489 core/templates/registermessages.tmpl:385 msgid "Go back" msgstr "Gå tillbaka" @@ -2101,7 +2101,7 @@ msgstr "" msgid "Group" msgstr "Grupper" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:934 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:944 #: core/lib/Foswiki/UserMapping.pm:351 msgid "Group does not exist and create not permitted" msgstr "" @@ -2111,7 +2111,7 @@ msgstr "" msgid "Group name" msgstr "Enbart sidnamn" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:880 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:890 msgid "Group names must end in Group" msgstr "" @@ -2152,7 +2152,7 @@ msgstr "" msgid "Heading 6" msgstr "" -#: core/templates/foswiki.tmpl:146 +#: core/templates/foswiki.tmpl:147 msgid "Hello %1!" msgstr "Hej %1!" @@ -2382,7 +2382,7 @@ msgid "" "be useful. Please contact %1 if you are unsure." msgstr "" -#: UpdatesPlugin/templates/updatesplugin.tmpl:6 +#: UpdatesPlugin/templates/updatesplugin.tmpl:13 msgid "Ignore for 7 days" msgstr "" @@ -2787,7 +2787,7 @@ msgstr "Tangentbordskommandon som saknas" msgid "Missing or illegal web name" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:54 +#: PatternSkin/templates/foswiki.pattern.tmpl:59 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:41 msgid "Modify search" msgstr "Anpassa sökning" @@ -3102,7 +3102,7 @@ msgstr "Meddelanden" msgid "Number of changes for each Web" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:53 +#: PatternSkin/templates/foswiki.pattern.tmpl:58 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:40 #: PatternSkin/templates/search.pattern.tmpl:23 #: PatternSkin/templates/search.pattern01x00.tmpl:12 @@ -3126,7 +3126,7 @@ msgstr "" #: JQueryPlugin/data/System/JQueryButton.txt:26 #: PatternSkin/data/System/PatternSkinElements.txt:446 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:37 -#: core/templates/foswiki.tmpl:113 core/templates/oopsaccessdenied.tmpl:7 +#: core/templates/foswiki.tmpl:114 core/templates/oopsaccessdenied.tmpl:7 #: core/templates/oopsredirectdenied.tmpl:7 core/templates/oopssaveerr.tmpl:13 #: core/templates/registermessages.tmpl:334 #: core/templates/registermessages.tmpl:342 @@ -3575,7 +3575,7 @@ msgstr "Uppdatera" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 #: PatternSkin/data/System/WebLeftBarLogin.txt:16 #: TopicUserMappingContrib/data/System/UserRegistrationParts.txt:296 -#: core/templates/foswiki.tmpl:148 +#: core/templates/foswiki.tmpl:149 msgid "Register" msgstr "Registrera dig" @@ -4162,7 +4162,7 @@ msgstr "Visa hjälp" msgid "Showing revisions %1 - %2 (out of %3)" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Shrink edit box" msgstr "Minska redigeringsrutan" @@ -4347,7 +4347,7 @@ msgstr "Sammanställningar" msgid "Superscript" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 #, fuzzy msgid "Switch to monotype or proportional font" msgstr "Ändra till typsnitt med fast eller proportionell bredd" @@ -5208,7 +5208,7 @@ msgstr "Uppdatera den bifogade filen %1 på sidan %2" msgid "Update links" msgstr "Uppdatera referenser" -#: UpdatesPlugin/templates/updatesplugin.tmpl:5 +#: UpdatesPlugin/templates/updatesplugin.tmpl:12 #: core/data/Main/GroupViewTemplate.txt:182 #: core/data/Main/GroupViewTemplate.txt:191 msgid "Upgrade" @@ -5277,12 +5277,12 @@ msgid "" msgstr "" #. (( $user, $groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1126 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1136 msgid "User %1 does not have CHANGE permission on %2." msgstr "" #. ($cuid) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1115 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1125 #: core/lib/Foswiki/UserMapping.pm:371 #, fuzzy msgid "User %1 not in group, cannot be removed" @@ -5333,12 +5333,12 @@ msgid "Users" msgstr "Användare" #. ($Group) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:876 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:886 msgid "Users cannot be added to %1" msgstr "" #. ($groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1085 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1095 msgid "Users cannot be removed from %1" msgstr "" @@ -5378,7 +5378,7 @@ msgstr "Versionshistorik för %1" msgid "View" msgstr "visa" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 #, fuzzy msgid "View complete topic history" msgstr "Visa komplett historik för sidan" @@ -5493,8 +5493,8 @@ msgid "Warning: This site does not allow %INCLUDE% of URLs" msgstr "" "Varning: Denna webbplats tillåter inte %INCLUDE% för att inkludera URLer" -#: UpdatesPlugin/templates/updatesplugin.tmpl:12 -msgid "Warning: Updates found for %1 extension(s)." +#: UpdatesPlugin/templates/updatesplugin.tmpl:11 +msgid "Warning: Updates found for %1 extension(s): %2" msgstr "" #: TablePlugin/lib/Foswiki/Plugins/TablePlugin/Core.pm:449 @@ -6088,7 +6088,7 @@ msgid "now %1" msgstr "nu %1" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 -#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:148 +#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:149 #: core/templates/moveattachment.tmpl:55 core/templates/preview.tmpl:18 #: core/templates/rename.tmpl:21 core/templates/renameattachmentdelete.tmpl:25 #: core/templates/renameconfirm.tmpl:33 core/templates/renamedelete.tmpl:40 diff --git a/core/locale/tlh.po b/core/locale/tlh.po index 8783710935..543d29bd12 100644 --- a/core/locale/tlh.po +++ b/core/locale/tlh.po @@ -74,7 +74,7 @@ msgid "%1 added to the %2 group." msgstr "%2 ghomvaD %1 chellu&'." #. (( $Foswiki::cfg{AdminUserWikiName}, $Foswiki::cfg{SuperAdminGroup}) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1093 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1103 msgid "%1 cannot be removed from %2" msgstr "%2vo&' %1 teqlaHbe&' vay&'" @@ -203,7 +203,7 @@ msgstr "%1: qarbe&' ghantoH pong (%2) - Deghmey QaQbe&' ngaS." msgid "&Cancel" msgstr "&qIl" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 msgid "&History" msgstr "qun" @@ -994,12 +994,12 @@ msgstr "" "[WebPreferencesDaq]] tuchbogh =ALLOWWEBVIEW= yIteq." #. ($user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:906 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:916 msgid "CHANGE not permitted by %1" msgstr "choHmey (CHANGE) chaw&'be&' %1" #. (( $groupName, $user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:940 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:950 msgid "CHANGE not permitted for %1 by %2" msgstr "%1 choHmey (CHANGE) chaw&'be&' %2" @@ -1034,7 +1034,7 @@ msgstr "" #: core/data/Main/GroupViewTemplate.txt:213 #: core/data/Main/GroupViewTemplate.txt:240 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:38 -#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:111 +#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:112 #: core/templates/settings.tmpl:12 core/templates/validate.tmpl:52 msgid "Cancel" msgstr "qIl" @@ -1762,7 +1762,7 @@ msgstr "qabHom Degh" msgid "End presentation" msgstr "much rInmoH" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Enlarge edit box" msgstr "choHwI&' meyrI&' tInmoH" @@ -2017,7 +2017,7 @@ msgstr "nejwI&'vam choHmey qImchoH" msgid "Globe" msgstr "yuQ" -#: core/templates/foswiki.tmpl:115 core/templates/messages.tmpl:328 +#: core/templates/foswiki.tmpl:116 core/templates/messages.tmpl:328 #: core/templates/messages.tmpl:489 core/templates/registermessages.tmpl:385 msgid "Go back" msgstr "chegh" @@ -2056,7 +2056,7 @@ msgstr "ghItlhmeH pab" msgid "Group" msgstr "ghom" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:934 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:944 #: core/lib/Foswiki/UserMapping.pm:351 msgid "Group does not exist and create not permitted" msgstr "" @@ -2067,7 +2067,7 @@ msgstr "" msgid "Group name" msgstr "ghom pong" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:880 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:890 msgid "Group names must end in Group" msgstr "ghom pong tlhuQDaq \"Group\" ghItlhnISlu&'" @@ -2108,7 +2108,7 @@ msgstr "&'ay&' pong 5" msgid "Heading 6" msgstr "&'ay&' pong 6" -#: core/templates/foswiki.tmpl:146 +#: core/templates/foswiki.tmpl:147 msgid "Hello %1!" msgstr "nuqneH, %1?" @@ -2353,7 +2353,7 @@ msgid "" "be useful. Please contact %1 if you are unsure." msgstr "" -#: UpdatesPlugin/templates/updatesplugin.tmpl:6 +#: UpdatesPlugin/templates/updatesplugin.tmpl:13 msgid "Ignore for 7 days" msgstr "qaStaHvIS 7 jaj buSHa&'" @@ -2746,7 +2746,7 @@ msgstr "Hutlh vangmeH ra&'wI&'" msgid "Missing or illegal web name" msgstr "Hutlh mIch pong, pagh Qagh &'oH" -#: PatternSkin/templates/foswiki.pattern.tmpl:54 +#: PatternSkin/templates/foswiki.pattern.tmpl:59 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:41 msgid "Modify search" msgstr "nejwI&' lIS" @@ -3044,7 +3044,7 @@ msgstr "wanI&' QInmey" msgid "Number of changes for each Web" msgstr "Hoch mIch choHmey mI&'" -#: PatternSkin/templates/foswiki.pattern.tmpl:53 +#: PatternSkin/templates/foswiki.pattern.tmpl:58 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:40 #: PatternSkin/templates/search.pattern.tmpl:23 #: PatternSkin/templates/search.pattern01x00.tmpl:12 @@ -3066,7 +3066,7 @@ msgstr "OEmbed" #: JQueryPlugin/data/System/JQueryButton.txt:26 #: PatternSkin/data/System/PatternSkinElements.txt:446 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:37 -#: core/templates/foswiki.tmpl:113 core/templates/oopsaccessdenied.tmpl:7 +#: core/templates/foswiki.tmpl:114 core/templates/oopsaccessdenied.tmpl:7 #: core/templates/oopsredirectdenied.tmpl:7 core/templates/oopssaveerr.tmpl:13 #: core/templates/registermessages.tmpl:334 #: core/templates/registermessages.tmpl:342 @@ -3487,7 +3487,7 @@ msgstr "labqa&'" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 #: PatternSkin/data/System/WebLeftBarLogin.txt:16 #: TopicUserMappingContrib/data/System/UserRegistrationParts.txt:296 -#: core/templates/foswiki.tmpl:148 +#: core/templates/foswiki.tmpl:149 msgid "Register" msgstr "muv" @@ -4047,7 +4047,7 @@ msgstr "QaH &'ang" msgid "Showing revisions %1 - %2 (out of %3)" msgstr "Dotlhmey %1 - %2 &'agh (%3 tu&'lu&')" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Shrink edit box" msgstr "choHmeH vey machmoH" @@ -4231,7 +4231,7 @@ msgstr "lutHommey" msgid "Superscript" msgstr "DungDaq mu&'mey lan" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Switch to monotype or proportional font" msgstr "Deghmey choH: monotype/proportional ghap" @@ -4491,8 +4491,8 @@ msgid "" "The filename you are attempting to upload (%1) contains characters not " "supported by the configured encoding (%2)." msgstr "" -"ngutlhmey qab ngaS De&' Dalabbogh pong&'e&' (%1), bIH lajbe&'" -" ngoq (%2)." +"ngutlhmey qab ngaS De&' Dalabbogh pong&'e&' (%1), bIH " +"lajbe&' ngoq (%2)." #: core/templates/messages.tmpl:282 msgid "The following topics are locked for edit, and cannot be moved:" @@ -5092,7 +5092,7 @@ msgstr "%2 tep %1 chu&'moH" msgid "Update links" msgstr "rarwI&'mey chu&'moH" -#: UpdatesPlugin/templates/updatesplugin.tmpl:5 +#: UpdatesPlugin/templates/updatesplugin.tmpl:12 #: core/data/Main/GroupViewTemplate.txt:182 #: core/data/Main/GroupViewTemplate.txt:191 msgid "Upgrade" @@ -5158,12 +5158,12 @@ msgid "" msgstr "" #. (( $user, $groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1126 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1136 msgid "User %1 does not have CHANGE permission on %2." msgstr "%2 choH lo&'wI&' %1 net chaw&'be&'." #. ($cuid) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1115 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1125 #: core/lib/Foswiki/UserMapping.pm:371 msgid "User %1 not in group, cannot be removed" msgstr "" @@ -5211,12 +5211,12 @@ msgid "Users" msgstr "lo&'wI&'pu&'" #. ($Group) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:876 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:886 msgid "Users cannot be added to %1" msgstr "%1Daq lo&'wI&' chellaHbe&' vay&'" #. ($groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1085 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1095 msgid "Users cannot be removed from %1" msgstr "%1vo&' lo&'wI&' teqlaHbe&' vay&'" @@ -5254,7 +5254,7 @@ msgstr "%1 Dotlh qun" msgid "View" msgstr "&'ang" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 msgid "View complete topic history" msgstr "ghItlh qun naQ &'ang" @@ -5360,8 +5360,9 @@ msgstr "" msgid "Warning: This site does not allow %INCLUDE% of URLs" msgstr "Qu&'vatlh: URL %INCLUDE% chaw&'be&' weQmoQnaQ Daqvam" -#: UpdatesPlugin/templates/updatesplugin.tmpl:12 -msgid "Warning: Updates found for %1 extension(s)." +#: UpdatesPlugin/templates/updatesplugin.tmpl:11 +#, fuzzy +msgid "Warning: Updates found for %1 extension(s): %2" msgstr "" "Qu&'vatlh: %1 extension(mey)vaD chu&'moHwI&' luSamlu&'." @@ -5951,7 +5952,7 @@ msgid "now %1" msgstr "DaH %1" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 -#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:148 +#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:149 #: core/templates/moveattachment.tmpl:55 core/templates/preview.tmpl:18 #: core/templates/rename.tmpl:21 core/templates/renameattachmentdelete.tmpl:25 #: core/templates/renameconfirm.tmpl:33 core/templates/renamedelete.tmpl:40 diff --git a/core/locale/tr.po b/core/locale/tr.po index ff9a59fa4d..4a6d73d21a 100644 --- a/core/locale/tr.po +++ b/core/locale/tr.po @@ -76,7 +76,7 @@ msgid "%1 added to the %2 group." msgstr "%2 grubuna %1 eklendi. " #. (( $Foswiki::cfg{AdminUserWikiName}, $Foswiki::cfg{SuperAdminGroup}) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1093 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1103 msgid "%1 cannot be removed from %2" msgstr "" @@ -210,7 +210,7 @@ msgstr "Konu adı boş bırakılamaz." msgid "&Cancel" msgstr "" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 msgid "&History" msgstr "" @@ -943,12 +943,12 @@ msgid "" msgstr "" #. ($user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:906 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:916 msgid "CHANGE not permitted by %1" msgstr "" #. (( $groupName, $user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:940 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:950 msgid "CHANGE not permitted for %1 by %2" msgstr "" @@ -981,7 +981,7 @@ msgstr "" #: core/data/Main/GroupViewTemplate.txt:213 #: core/data/Main/GroupViewTemplate.txt:240 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:38 -#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:111 +#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:112 #: core/templates/settings.tmpl:12 core/templates/validate.tmpl:52 msgid "Cancel" msgstr "İptal" @@ -1691,7 +1691,7 @@ msgstr "" msgid "End presentation" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Enlarge edit box" msgstr "" @@ -1934,7 +1934,7 @@ msgstr "" msgid "Globe" msgstr "" -#: core/templates/foswiki.tmpl:115 core/templates/messages.tmpl:328 +#: core/templates/foswiki.tmpl:116 core/templates/messages.tmpl:328 #: core/templates/messages.tmpl:489 core/templates/registermessages.tmpl:385 msgid "Go back" msgstr "" @@ -1967,7 +1967,7 @@ msgstr "" msgid "Group" msgstr "Grup" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:934 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:944 #: core/lib/Foswiki/UserMapping.pm:351 msgid "Group does not exist and create not permitted" msgstr "" @@ -1976,7 +1976,7 @@ msgstr "" msgid "Group name" msgstr "Grup adı" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:880 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:890 msgid "Group names must end in Group" msgstr "" @@ -2017,7 +2017,7 @@ msgstr "" msgid "Heading 6" msgstr "" -#: core/templates/foswiki.tmpl:146 +#: core/templates/foswiki.tmpl:147 msgid "Hello %1!" msgstr "Merhaba %1!" @@ -2228,7 +2228,7 @@ msgid "" "be useful. Please contact %1 if you are unsure." msgstr "" -#: UpdatesPlugin/templates/updatesplugin.tmpl:6 +#: UpdatesPlugin/templates/updatesplugin.tmpl:13 msgid "Ignore for 7 days" msgstr "" @@ -2620,7 +2620,7 @@ msgstr "" msgid "Missing or illegal web name" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:54 +#: PatternSkin/templates/foswiki.pattern.tmpl:59 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:41 msgid "Modify search" msgstr "" @@ -2924,7 +2924,7 @@ msgstr "Bildirimler" msgid "Number of changes for each Web" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:53 +#: PatternSkin/templates/foswiki.pattern.tmpl:58 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:40 #: PatternSkin/templates/search.pattern.tmpl:23 #: PatternSkin/templates/search.pattern01x00.tmpl:12 @@ -2947,7 +2947,7 @@ msgstr "" #: JQueryPlugin/data/System/JQueryButton.txt:26 #: PatternSkin/data/System/PatternSkinElements.txt:446 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:37 -#: core/templates/foswiki.tmpl:113 core/templates/oopsaccessdenied.tmpl:7 +#: core/templates/foswiki.tmpl:114 core/templates/oopsaccessdenied.tmpl:7 #: core/templates/oopsredirectdenied.tmpl:7 core/templates/oopssaveerr.tmpl:13 #: core/templates/registermessages.tmpl:334 #: core/templates/registermessages.tmpl:342 @@ -3378,7 +3378,7 @@ msgstr "Yenile" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 #: PatternSkin/data/System/WebLeftBarLogin.txt:16 #: TopicUserMappingContrib/data/System/UserRegistrationParts.txt:296 -#: core/templates/foswiki.tmpl:148 +#: core/templates/foswiki.tmpl:149 msgid "Register" msgstr "Kayıt Ol" @@ -3935,7 +3935,7 @@ msgstr "Yardımı Gizle" msgid "Showing revisions %1 - %2 (out of %3)" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Shrink edit box" msgstr "" @@ -4113,7 +4113,7 @@ msgstr "" msgid "Superscript" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Switch to monotype or proportional font" msgstr "" @@ -4919,7 +4919,7 @@ msgstr "" msgid "Update links" msgstr "" -#: UpdatesPlugin/templates/updatesplugin.tmpl:5 +#: UpdatesPlugin/templates/updatesplugin.tmpl:12 #: core/data/Main/GroupViewTemplate.txt:182 #: core/data/Main/GroupViewTemplate.txt:191 msgid "Upgrade" @@ -4987,12 +4987,12 @@ msgid "" msgstr "" #. (( $user, $groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1126 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1136 msgid "User %1 does not have CHANGE permission on %2." msgstr "" #. ($cuid) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1115 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1125 #: core/lib/Foswiki/UserMapping.pm:371 msgid "User %1 not in group, cannot be removed" msgstr "" @@ -5041,12 +5041,12 @@ msgid "Users" msgstr "Kullanıcılar" #. ($Group) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:876 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:886 msgid "Users cannot be added to %1" msgstr "" #. ($groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1085 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1095 msgid "Users cannot be removed from %1" msgstr "" @@ -5086,7 +5086,7 @@ msgstr "" msgid "View" msgstr "" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 msgid "View complete topic history" msgstr "" @@ -5187,8 +5187,8 @@ msgstr "" msgid "Warning: This site does not allow %INCLUDE% of URLs" msgstr "" -#: UpdatesPlugin/templates/updatesplugin.tmpl:12 -msgid "Warning: Updates found for %1 extension(s)." +#: UpdatesPlugin/templates/updatesplugin.tmpl:11 +msgid "Warning: Updates found for %1 extension(s): %2" msgstr "" #: TablePlugin/lib/Foswiki/Plugins/TablePlugin/Core.pm:449 @@ -5733,7 +5733,7 @@ msgid "now %1" msgstr "" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 -#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:148 +#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:149 #: core/templates/moveattachment.tmpl:55 core/templates/preview.tmpl:18 #: core/templates/rename.tmpl:21 core/templates/renameattachmentdelete.tmpl:25 #: core/templates/renameconfirm.tmpl:33 core/templates/renamedelete.tmpl:40 diff --git a/core/locale/uk.po b/core/locale/uk.po index 640fa14d7f..71ecb3b8d0 100644 --- a/core/locale/uk.po +++ b/core/locale/uk.po @@ -78,7 +78,7 @@ msgid "%1 added to the %2 group." msgstr "%1 додано до групи %2." #. (( $Foswiki::cfg{AdminUserWikiName}, $Foswiki::cfg{SuperAdminGroup}) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1093 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1103 msgid "%1 cannot be removed from %2" msgstr "%1 не може бути видалений з %2" @@ -206,7 +206,7 @@ msgstr "%1: некоректне ім'я шаблону (%2) – містить msgid "&Cancel" msgstr "Скасувати" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 msgid "&History" msgstr "Історія" @@ -994,12 +994,12 @@ msgstr "" "обмеження =ALLOWWEBVIEW= з [[WebPreferences][Параметрів розділу]]." #. ($user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:906 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:916 msgid "CHANGE not permitted by %1" msgstr "Редагування не дозволено для %1" #. (( $groupName, $user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:940 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:950 msgid "CHANGE not permitted for %1 by %2" msgstr "%2 не дозволив редагування для %1" @@ -1034,7 +1034,7 @@ msgstr "" #: core/data/Main/GroupViewTemplate.txt:213 #: core/data/Main/GroupViewTemplate.txt:240 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:38 -#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:111 +#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:112 #: core/templates/settings.tmpl:12 core/templates/validate.tmpl:52 msgid "Cancel" msgstr "Скасувати" @@ -1742,7 +1742,7 @@ msgstr "Емотікон" msgid "End presentation" msgstr "Закінчити презентацію" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Enlarge edit box" msgstr "Розширити область редагування" @@ -1988,7 +1988,7 @@ msgstr "Отримувати повідомлення про зміни за ц msgid "Globe" msgstr "Глобус" -#: core/templates/foswiki.tmpl:115 core/templates/messages.tmpl:328 +#: core/templates/foswiki.tmpl:116 core/templates/messages.tmpl:328 #: core/templates/messages.tmpl:489 core/templates/registermessages.tmpl:385 msgid "Go back" msgstr "Повернутися" @@ -2025,7 +2025,7 @@ msgstr "ГарнийСтиль" msgid "Group" msgstr "Група" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:934 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:944 #: core/lib/Foswiki/UserMapping.pm:351 msgid "Group does not exist and create not permitted" msgstr "Група не існує і створення не дозволене" @@ -2034,7 +2034,7 @@ msgstr "Група не існує і створення не дозволене msgid "Group name" msgstr "Назва групи" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:880 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:890 msgid "Group names must end in Group" msgstr "Назви груп мають закінчуватись на Group" @@ -2075,7 +2075,7 @@ msgstr "Заголовок 5" msgid "Heading 6" msgstr "Заголовок 6" -#: core/templates/foswiki.tmpl:146 +#: core/templates/foswiki.tmpl:147 msgid "Hello %1!" msgstr "Привіт %1!" @@ -2317,7 +2317,7 @@ msgstr "" "користувачі вже зареєстровані у ньому, масова реєстрація все одно може стати " "у нагоді. Зв'яжіться з %1 як маєте сумніви." -#: UpdatesPlugin/templates/updatesplugin.tmpl:6 +#: UpdatesPlugin/templates/updatesplugin.tmpl:13 msgid "Ignore for 7 days" msgstr "Ігнорувати 7 днів" @@ -2708,7 +2708,7 @@ msgstr "Не визначена команда для дії" msgid "Missing or illegal web name" msgstr "Відсутнє чи невірне ім'я розділу" -#: PatternSkin/templates/foswiki.pattern.tmpl:54 +#: PatternSkin/templates/foswiki.pattern.tmpl:59 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:41 msgid "Modify search" msgstr "Змінити пошук" @@ -3003,7 +3003,7 @@ msgstr "Сповіщення" msgid "Number of changes for each Web" msgstr "Кількість змін у кожному розділі" -#: PatternSkin/templates/foswiki.pattern.tmpl:53 +#: PatternSkin/templates/foswiki.pattern.tmpl:58 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:40 #: PatternSkin/templates/search.pattern.tmpl:23 #: PatternSkin/templates/search.pattern01x00.tmpl:12 @@ -3025,7 +3025,7 @@ msgstr "Вкладення об'єкту" #: JQueryPlugin/data/System/JQueryButton.txt:26 #: PatternSkin/data/System/PatternSkinElements.txt:446 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:37 -#: core/templates/foswiki.tmpl:113 core/templates/oopsaccessdenied.tmpl:7 +#: core/templates/foswiki.tmpl:114 core/templates/oopsaccessdenied.tmpl:7 #: core/templates/oopsredirectdenied.tmpl:7 core/templates/oopssaveerr.tmpl:13 #: core/templates/registermessages.tmpl:334 #: core/templates/registermessages.tmpl:342 @@ -3439,7 +3439,7 @@ msgstr "Оновити" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 #: PatternSkin/data/System/WebLeftBarLogin.txt:16 #: TopicUserMappingContrib/data/System/UserRegistrationParts.txt:296 -#: core/templates/foswiki.tmpl:148 +#: core/templates/foswiki.tmpl:149 msgid "Register" msgstr "Реєструватися" @@ -3991,7 +3991,7 @@ msgstr "Показати підказку" msgid "Showing revisions %1 - %2 (out of %3)" msgstr "Показано редакції %1 - %2 (з %3)" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Shrink edit box" msgstr "Стиснути вікно редагування" @@ -4172,7 +4172,7 @@ msgstr "Підсумки" msgid "Superscript" msgstr "Надрядкове" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Switch to monotype or proportional font" msgstr "Перемкнути між фіксованим та пропорційним шрифтом" @@ -5060,7 +5060,7 @@ msgstr "Оновити додаток %1 до %2" msgid "Update links" msgstr "Оновити посилання" -#: UpdatesPlugin/templates/updatesplugin.tmpl:5 +#: UpdatesPlugin/templates/updatesplugin.tmpl:12 #: core/data/Main/GroupViewTemplate.txt:182 #: core/data/Main/GroupViewTemplate.txt:191 msgid "Upgrade" @@ -5132,12 +5132,12 @@ msgstr "" "потрібен Вам; інакше зверніться до теми WebChanges для кожного розділу." #. (( $user, $groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1126 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1136 msgid "User %1 does not have CHANGE permission on %2." msgstr "Користувач %1 не має дозволу змінювати %2." #. ($cuid) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1115 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1125 #: core/lib/Foswiki/UserMapping.pm:371 msgid "User %1 not in group, cannot be removed" msgstr "%1 не може бути вилучений бо не входіть до групи" @@ -5186,12 +5186,12 @@ msgid "Users" msgstr "Користувачі" #. ($Group) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:876 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:886 msgid "Users cannot be added to %1" msgstr "Користувачі не можуть бути додані до %1" #. ($groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1085 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1095 msgid "Users cannot be removed from %1" msgstr "Користувачі не можуть бути вилучені з %1" @@ -5231,7 +5231,7 @@ msgstr "Історія версій %1" msgid "View" msgstr "Перегляд" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 msgid "View complete topic history" msgstr "Перегляд повної історії теми" @@ -5334,8 +5334,9 @@ msgid "Warning: This site does not allow %INCLUDE% of URLs" msgstr "" "Увага: Цей сайт не дозволяє використовувати %INCLUDE% для URL адрес" -#: UpdatesPlugin/templates/updatesplugin.tmpl:12 -msgid "Warning: Updates found for %1 extension(s)." +#: UpdatesPlugin/templates/updatesplugin.tmpl:11 +#, fuzzy +msgid "Warning: Updates found for %1 extension(s): %2" msgstr "Увага: Знайдено оновлення для %1 розширень(я)." #: TablePlugin/lib/Foswiki/Plugins/TablePlugin/Core.pm:449 @@ -5932,7 +5933,7 @@ msgid "now %1" msgstr "зараз %1" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 -#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:148 +#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:149 #: core/templates/moveattachment.tmpl:55 core/templates/preview.tmpl:18 #: core/templates/rename.tmpl:21 core/templates/renameattachmentdelete.tmpl:25 #: core/templates/renameconfirm.tmpl:33 core/templates/renamedelete.tmpl:40 diff --git a/core/locale/zh-cn.po b/core/locale/zh-cn.po index 25ce4c700b..c697fd8537 100644 --- a/core/locale/zh-cn.po +++ b/core/locale/zh-cn.po @@ -85,7 +85,7 @@ msgstr "%1 由 %4 从 %2 移到 %3" # $date, # $by) #. (( $Foswiki::cfg{AdminUserWikiName}, $Foswiki::cfg{SuperAdminGroup}) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1093 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1103 #, fuzzy msgid "%1 cannot be removed from %2" msgstr "%1 由 %4 从 %2 移到 %3" @@ -230,7 +230,7 @@ msgstr "主题的名字不能空白。" msgid "&Cancel" msgstr "取消(&C)" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 msgid "&History" msgstr "历史(&H)" @@ -1001,12 +1001,12 @@ msgstr "" "WebPreferences 中 =ALLOWWEBVIEW= 的相关限制。" #. ($user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:906 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:916 msgid "CHANGE not permitted by %1" msgstr "" #. (( $groupName, $user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:940 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:950 msgid "CHANGE not permitted for %1 by %2" msgstr "" @@ -1039,7 +1039,7 @@ msgstr "无法找到 %1 的电子邮件位址(用于密码重置时) " #: core/data/Main/GroupViewTemplate.txt:213 #: core/data/Main/GroupViewTemplate.txt:240 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:38 -#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:111 +#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:112 #: core/templates/settings.tmpl:12 core/templates/validate.tmpl:52 msgid "Cancel" msgstr "取消" @@ -1759,7 +1759,7 @@ msgstr "" msgid "End presentation" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Enlarge edit box" msgstr "放大编辑框" @@ -2015,7 +2015,7 @@ msgstr "得到此搜寻的修改通知" msgid "Globe" msgstr "关闭" -#: core/templates/foswiki.tmpl:115 core/templates/messages.tmpl:328 +#: core/templates/foswiki.tmpl:116 core/templates/messages.tmpl:328 #: core/templates/messages.tmpl:489 core/templates/registermessages.tmpl:385 msgid "Go back" msgstr "返回" @@ -2050,7 +2050,7 @@ msgstr "" msgid "Group" msgstr "群组" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:934 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:944 #: core/lib/Foswiki/UserMapping.pm:351 msgid "Group does not exist and create not permitted" msgstr "" @@ -2060,7 +2060,7 @@ msgstr "" msgid "Group name" msgstr "主题名称" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:880 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:890 msgid "Group names must end in Group" msgstr "" @@ -2101,7 +2101,7 @@ msgstr "" msgid "Heading 6" msgstr "" -#: core/templates/foswiki.tmpl:146 +#: core/templates/foswiki.tmpl:147 msgid "Hello %1!" msgstr "您好 %1!" @@ -2321,7 +2321,7 @@ msgid "" "be useful. Please contact %1 if you are unsure." msgstr "" -#: UpdatesPlugin/templates/updatesplugin.tmpl:6 +#: UpdatesPlugin/templates/updatesplugin.tmpl:13 msgid "Ignore for 7 days" msgstr "" @@ -2720,7 +2720,7 @@ msgstr "缺少功能命令" msgid "Missing or illegal web name" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:54 +#: PatternSkin/templates/foswiki.pattern.tmpl:59 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:41 msgid "Modify search" msgstr "修改搜寻:" @@ -3033,7 +3033,7 @@ msgstr "通知" msgid "Number of changes for each Web" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:53 +#: PatternSkin/templates/foswiki.pattern.tmpl:58 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:40 #: PatternSkin/templates/search.pattern.tmpl:23 #: PatternSkin/templates/search.pattern01x00.tmpl:12 @@ -3057,7 +3057,7 @@ msgstr "" #: JQueryPlugin/data/System/JQueryButton.txt:26 #: PatternSkin/data/System/PatternSkinElements.txt:446 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:37 -#: core/templates/foswiki.tmpl:113 core/templates/oopsaccessdenied.tmpl:7 +#: core/templates/foswiki.tmpl:114 core/templates/oopsaccessdenied.tmpl:7 #: core/templates/oopsredirectdenied.tmpl:7 core/templates/oopssaveerr.tmpl:13 #: core/templates/registermessages.tmpl:334 #: core/templates/registermessages.tmpl:342 @@ -3497,7 +3497,7 @@ msgstr "更新" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 #: PatternSkin/data/System/WebLeftBarLogin.txt:16 #: TopicUserMappingContrib/data/System/UserRegistrationParts.txt:296 -#: core/templates/foswiki.tmpl:148 +#: core/templates/foswiki.tmpl:149 msgid "Register" msgstr "注册" @@ -4073,7 +4073,7 @@ msgstr "显示说明" msgid "Showing revisions %1 - %2 (out of %3)" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Shrink edit box" msgstr "缩小编辑框" @@ -4255,7 +4255,7 @@ msgstr "摘要" msgid "Superscript" msgstr "" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 #, fuzzy msgid "Switch to monotype or proportional font" msgstr "切换到等宽或等比的字体" @@ -5085,7 +5085,7 @@ msgstr "在 %2 更新附件 %1" msgid "Update links" msgstr "更新连结" -#: UpdatesPlugin/templates/updatesplugin.tmpl:5 +#: UpdatesPlugin/templates/updatesplugin.tmpl:12 #: core/data/Main/GroupViewTemplate.txt:182 #: core/data/Main/GroupViewTemplate.txt:191 msgid "Upgrade" @@ -5154,12 +5154,12 @@ msgid "" msgstr "" #. (( $user, $groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1126 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1136 msgid "User %1 does not have CHANGE permission on %2." msgstr "" #. ($cuid) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1115 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1125 #: core/lib/Foswiki/UserMapping.pm:371 #, fuzzy msgid "User %1 not in group, cannot be removed" @@ -5210,12 +5210,12 @@ msgid "Users" msgstr "用户" #. ($Group) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:876 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:886 msgid "Users cannot be added to %1" msgstr "" #. ($groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1085 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1095 msgid "Users cannot be removed from %1" msgstr "" @@ -5253,7 +5253,7 @@ msgstr "%1 的版本历史" msgid "View" msgstr "浏览" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 #, fuzzy msgid "View complete topic history" msgstr "检视主题完整修订史" @@ -5361,8 +5361,8 @@ msgstr "警告: 无法寄送确认邮件,邮件已禁用。" msgid "Warning: This site does not allow %INCLUDE% of URLs" msgstr "警告: 本网站不允许 %INCLUDE% 连结" -#: UpdatesPlugin/templates/updatesplugin.tmpl:12 -msgid "Warning: Updates found for %1 extension(s)." +#: UpdatesPlugin/templates/updatesplugin.tmpl:11 +msgid "Warning: Updates found for %1 extension(s): %2" msgstr "" #: TablePlugin/lib/Foswiki/Plugins/TablePlugin/Core.pm:449 @@ -5933,7 +5933,7 @@ msgid "now %1" msgstr "现在 %1" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 -#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:148 +#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:149 #: core/templates/moveattachment.tmpl:55 core/templates/preview.tmpl:18 #: core/templates/rename.tmpl:21 core/templates/renameattachmentdelete.tmpl:25 #: core/templates/renameconfirm.tmpl:33 core/templates/renamedelete.tmpl:40 diff --git a/core/locale/zh-tw.po b/core/locale/zh-tw.po index ad7652b7e4..4e6a57b277 100644 --- a/core/locale/zh-tw.po +++ b/core/locale/zh-tw.po @@ -81,7 +81,7 @@ msgstr "%1 加入群組 %2。" # $date, # $by) #. (( $Foswiki::cfg{AdminUserWikiName}, $Foswiki::cfg{SuperAdminGroup}) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1093 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1103 msgid "%1 cannot be removed from %2" msgstr "%1 不能自 %2 移除" @@ -215,7 +215,7 @@ msgstr "%1: 無效的範本名稱 (%2) - 包含無效字元。" msgid "&Cancel" msgstr "取消(&C)" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 msgid "&History" msgstr "歷史(&H)" @@ -952,12 +952,12 @@ msgstr "" "WebPreferences 中 =ALLOWWEBVIEW= 的相關限制。" #. ($user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:906 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:916 msgid "CHANGE not permitted by %1" msgstr "%1 不能變更" #. (( $groupName, $user) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:940 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:950 msgid "CHANGE not permitted for %1 by %2" msgstr "%2 不能變更 %1" @@ -990,7 +990,7 @@ msgstr "無法找到 %1 的電子郵件位址(用於密碼重置時)" #: core/data/Main/GroupViewTemplate.txt:213 #: core/data/Main/GroupViewTemplate.txt:240 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:38 -#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:111 +#: core/templates/edit.tmpl:46 core/templates/foswiki.tmpl:112 #: core/templates/settings.tmpl:12 core/templates/validate.tmpl:52 msgid "Cancel" msgstr "取消" @@ -1675,7 +1675,7 @@ msgstr "表情" msgid "End presentation" msgstr "簡報結束" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Enlarge edit box" msgstr "放大編輯框" @@ -1917,7 +1917,7 @@ msgstr "得到此搜尋的修改通知" msgid "Globe" msgstr "球形" -#: core/templates/foswiki.tmpl:115 core/templates/messages.tmpl:328 +#: core/templates/foswiki.tmpl:116 core/templates/messages.tmpl:328 #: core/templates/messages.tmpl:489 core/templates/registermessages.tmpl:385 msgid "Go back" msgstr "返回" @@ -1950,7 +1950,7 @@ msgstr "好格式" msgid "Group" msgstr "群組" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:934 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:944 #: core/lib/Foswiki/UserMapping.pm:351 msgid "Group does not exist and create not permitted" msgstr "群組不存在,且不能建立" @@ -1959,7 +1959,7 @@ msgstr "群組不存在,且不能建立" msgid "Group name" msgstr "群組名稱" -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:880 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:890 msgid "Group names must end in Group" msgstr "群組名稱必須以 Group 結尾" @@ -2000,7 +2000,7 @@ msgstr "標題 5" msgid "Heading 6" msgstr "標題 6" -#: core/templates/foswiki.tmpl:146 +#: core/templates/foswiki.tmpl:147 msgid "Hello %1!" msgstr "您好 %1!" @@ -2217,7 +2217,7 @@ msgstr "" "若您的維基系統使用外部密碼管理程式,且密碼管理程式知道您將註冊的用戶們,此時" "批次註冊仍可能有用。如果您不確定,請聯繫 %1 。" -#: UpdatesPlugin/templates/updatesplugin.tmpl:6 +#: UpdatesPlugin/templates/updatesplugin.tmpl:13 msgid "Ignore for 7 days" msgstr "忽略七天" @@ -2599,7 +2599,7 @@ msgstr "缺少功能命令" msgid "Missing or illegal web name" msgstr "無子網或名稱不符" -#: PatternSkin/templates/foswiki.pattern.tmpl:54 +#: PatternSkin/templates/foswiki.pattern.tmpl:59 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:41 msgid "Modify search" msgstr "修改搜尋" @@ -2890,7 +2890,7 @@ msgstr "通知" msgid "Number of changes for each Web" msgstr "各子網改變的數目" -#: PatternSkin/templates/foswiki.pattern.tmpl:53 +#: PatternSkin/templates/foswiki.pattern.tmpl:58 #: PatternSkin/templates/foswiki.pattern01x00.tmpl:40 #: PatternSkin/templates/search.pattern.tmpl:23 #: PatternSkin/templates/search.pattern01x00.tmpl:12 @@ -2912,7 +2912,7 @@ msgstr "嵌入" #: JQueryPlugin/data/System/JQueryButton.txt:26 #: PatternSkin/data/System/PatternSkinElements.txt:446 #: core/data/System/FAQWhyYouAreAskedToConfirm.txt:37 -#: core/templates/foswiki.tmpl:113 core/templates/oopsaccessdenied.tmpl:7 +#: core/templates/foswiki.tmpl:114 core/templates/oopsaccessdenied.tmpl:7 #: core/templates/oopsredirectdenied.tmpl:7 core/templates/oopssaveerr.tmpl:13 #: core/templates/registermessages.tmpl:334 #: core/templates/registermessages.tmpl:342 @@ -3318,7 +3318,7 @@ msgstr "更新" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 #: PatternSkin/data/System/WebLeftBarLogin.txt:16 #: TopicUserMappingContrib/data/System/UserRegistrationParts.txt:296 -#: core/templates/foswiki.tmpl:148 +#: core/templates/foswiki.tmpl:149 msgid "Register" msgstr "註冊者" @@ -3858,7 +3858,7 @@ msgstr "顯示說明" msgid "Showing revisions %1 - %2 (out of %3)" msgstr "顯示修訂版 %1 - %2 (出自 %3)" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Shrink edit box" msgstr "縮小編輯框" @@ -4035,7 +4035,7 @@ msgstr "摘要" msgid "Superscript" msgstr "上標" -#: PatternSkin/templates/foswiki.pattern.tmpl:83 +#: PatternSkin/templates/foswiki.pattern.tmpl:89 msgid "Switch to monotype or proportional font" msgstr "切換到等寬或等比的字體" @@ -4849,7 +4849,7 @@ msgstr "在 %2 更新附件 %1" msgid "Update links" msgstr "更新連結" -#: UpdatesPlugin/templates/updatesplugin.tmpl:5 +#: UpdatesPlugin/templates/updatesplugin.tmpl:12 #: core/data/Main/GroupViewTemplate.txt:182 #: core/data/Main/GroupViewTemplate.txt:191 msgid "Upgrade" @@ -4918,12 +4918,12 @@ msgstr "" "才載入內容,否則請參考各子網的 WebChanges 主題。" #. (( $user, $groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1126 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1136 msgid "User %1 does not have CHANGE permission on %2." msgstr "使用者 %1 無變更 %2 的權限。" #. ($cuid) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1115 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1125 #: core/lib/Foswiki/UserMapping.pm:371 msgid "User %1 not in group, cannot be removed" msgstr "使用者 %1 不在群組中,無法移除" @@ -4971,12 +4971,12 @@ msgid "Users" msgstr "用戶" #. ($Group) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:876 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:886 msgid "Users cannot be added to %1" msgstr "使用者無法加入 %1" #. ($groupName) -#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1085 +#: TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm:1095 msgid "Users cannot be removed from %1" msgstr "使用者無法自 %1 移除" @@ -5014,7 +5014,7 @@ msgstr "%1 的版本歷史" msgid "View" msgstr "瀏覽" -#: core/templates/foswiki.tmpl:140 +#: core/templates/foswiki.tmpl:141 msgid "View complete topic history" msgstr "檢視主題完整修訂史" @@ -5114,8 +5114,9 @@ msgstr "警告: 無法寄送確認郵件,郵件已禁用" msgid "Warning: This site does not allow %INCLUDE% of URLs" msgstr "警告: 本網站不允許 %INCLUDE% 連結" -#: UpdatesPlugin/templates/updatesplugin.tmpl:12 -msgid "Warning: Updates found for %1 extension(s)." +#: UpdatesPlugin/templates/updatesplugin.tmpl:11 +#, fuzzy +msgid "Warning: Updates found for %1 extension(s): %2" msgstr "警告: 找到擴充 %1 的更新。" #: TablePlugin/lib/Foswiki/Plugins/TablePlugin/Core.pm:449 @@ -5668,7 +5669,7 @@ msgid "now %1" msgstr "現在 %1" #: PatternSkin/data/System/PatternSkinThemeFatWillyNavigation.txt:74 -#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:148 +#: core/templates/changeform.tmpl:12 core/templates/foswiki.tmpl:149 #: core/templates/moveattachment.tmpl:55 core/templates/preview.tmpl:18 #: core/templates/rename.tmpl:21 core/templates/renameattachmentdelete.tmpl:25 #: core/templates/renameconfirm.tmpl:33 core/templates/renamedelete.tmpl:40