Changeset 763


Ignore:
Timestamp:
11/17/08 18:17:28 (3 years ago)
Author:
KennethLavrsen
Message:

Item205: Item206: More TWiki. to %SYSTEMWEB% updates
For .po files I believe the expansion of %SYSTEMWEB% happens before the
lookup of MAKETEXT so I chose to just use System. prefix.
We need to address this better at some point. Do not have time to address
it now.
Also updated a few SupplentalDocuments links

Location:
trunk
Files:
32 edited

Legend:

Unmodified
Added
Removed
  • trunk/ClassicSkin/templates/login.classic.tmpl

    r733 r763  
    1919---+ %BANNER% 
    2020%NOTE% 
    21 %MAKETEXT{"Enter your Login Name. (Typically First name and last name, no space, no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %SYSTEMWEB%.UserRegistration if you do not have one."}% 
     21%MAKETEXT{"Enter your System.LoginName. (Typically First name and last name, no space, no dots, capitalized, e.g. !JohnSmith, unless you chose  
     22otherwise). Visit System.UserRegistration if you do not have one."}% 
    2223<form action='%SCRIPTURLPATH{"login"}%/%WEB%/%TOPIC%' method='post'> 
    2324<table border='0'> 
  • trunk/EmptyPlugin/data/Sandbox/PluginTestEmptyPlugin.txt

    r482 r763  
    11%META:TOPICINFO{author="ProjectContributor" date="1042728360" format="1.0" version="$Rev$"}% 
    2 %META:TOPICPARENT{name="TWiki.EmptyPlugin"}% 
    32 
    43SOME EXAMPLES OF THE PLUGIN 
  • trunk/TopicUserMappingContrib/data/Main/UserHomepageHeader.txt

    r733 r763  
    44__Note:__ This is a maintenance topic, used by the Wiki administrator. 
    55 
    6 The part between the horizontal rules gets included at the top of every [[%WIKIUSERSTOPIC%]] homepage. The header can be customized to the needs of your organization. For example, show all frequently used fields from the [[%SYSTEMWEB%.UserForm][UserForm]] on top, followed by a personalized portal. The portal can pull content from other places, such as headline news by department, a list of current projects, etc. The TWiki:TWiki.UserHomepageSupplement has some additional documentation and ideas on customizing the homepages. 
     6The part between the horizontal rules gets included at the top of every [[%WIKIUSERSTOPIC%]] homepage. The header can be customized to the needs of your organization. For example, show all frequently used fields from the [[%SYSTEMWEB%.UserForm][UserForm]] on top, followed by a personalized portal. The portal can pull content from other places, such as headline news by department, a list of current projects, etc. 
    77 
    88----- 
  • trunk/core/data/Sandbox/WebHome.txt

    r672 r763  
    77 
    88<form action='%SCRIPTURLPATH{"edit"}%/%WEB%/'>  
    9 %ICON{"newtopic"}% %MAKETEXT{"Create a new document by name:"}% %MAKETEXT{"(Use a topic name in TWiki.WikiNotation)"}% <br />  
     9%ICON{"newtopic"}% %MAKETEXT{"Create a new document by name:"}% %MAKETEXT{"(Use a topic name in System.WikiNotation)"}% <br />  
    1010<input class="twikiInputField" type="text" name="topic" size="32" />&nbsp;<input type="submit" class="twikiSubmit" value='%MAKETEXT{"Create by Name"}%' /> 
    1111<input type="hidden" name="onlywikiname" value="on" /> 
  • trunk/core/data/TWiki/InstantEnhancements.txt

    r725 r763  
    88%S% We recommend implementing at least __some__ of these enhancements __right after installation__ to get a taste for what is possible.  Some of these tips and enhancements _should_ be implemented before or during initial roll-out. 
    99 
    10 This may spark your imagination to *really* customize your site so that it's optimal for *your* users.  Slightly more advanced customization tips are listed in TWiki:TWiki.WikiAdminCookBook. 
     10This may spark your imagination to *really* customize your site so that it's optimal for *your* users.  Slightly more advanced customization tips are listed in TWiki:Support.AdministratorsCookBook. 
    1111 
    1212%TOC% 
  • trunk/core/data/TestCases/TestCaseAutoFormatting.txt

    r686 r763  
    55<!-- /expected --> 
    66 
    7 Description: Simple formatting, as described in TWiki.TextFormattingRules 
     7Description: Simple formatting, as described in %SYSTEMWEB%.TextFormattingRules 
    88 
    99[[%SCRIPTURLPATH{"view"}%/%WEB%/%TOPIC%?test=compare&amp;debugenableplugins=TestFixturePlugin&skin=pattern][run this test]] 
  • trunk/core/data/TestCases/WebLeftBar.txt

    r549 r763  
    99<img src="%PUBURL%/TWiki/DocumentGraphics/recentchanges.gif" /> [[%SCRIPTURL{"changes"}%/%WEB%/][Changes]]<br/> 
    1010<img src="%PUBURL%/TWiki/DocumentGraphics/home.gif" /> [[%HOMETOPIC%][%WEB%]] &middot; [[WebTopicList][Topics]]<br/> 
    11 <img src="%PUBURL%/TWiki/DocumentGraphics/home.gif" /> [[TWiki.%HOMETOPIC%][TWiki]] 
     11<img src="%PUBURL%/TWiki/DocumentGraphics/home.gif" /> [[%SYSTEMWEB%.%HOMETOPIC%][TWiki]] 
    1212 
    1313   * *Admin topics* 
  • trunk/core/data/TestCases/WebPreferences.txt

    r684 r763  
    6969 
    7070__Tools:__ 
    71 %INCLUDE{"TWiki.RenameWeb"}% 
     71%INCLUDE{"%SYSTEMWEB%.RenameWeb"}% 
    7272 
  • trunk/core/lib/TWiki.spec

    r733 r763  
    103103# Do <b>not</b> include a trailing /. 
    104104# <p /> 
    105 # See http://twiki.org/cgi-bin/view/TWiki.ShorterUrlCookbook for more information on setting up 
     105# See http://twiki.org/cgi-bin/view/Support.ShorterUrlCookbook for more information on setting up 
    106106# TWiki to use shorter script URLs. 
    107107# $TWiki::cfg{ScriptUrlPath} = '/twiki/bin'; 
     
    204204# be able to remember logged-in users consistently. 
    205205# 
    206 # See TWiki.TWikiUserAuthentication for a full discussion of the pros and 
     206# See System.TWikiUserAuthentication for a full discussion of the pros and 
    207207# cons of using persistent sessions. Session files are stored in the 
    208208# <tt>{WorkingDir}/tmp</tt> directory. 
     
    361361# if you are sharing a password file with another application. 
    362362$TWiki::cfg{AuthRealm} = 
    363 'Enter your Login Name. (Typically First name and last name, no space, no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit TWiki.UserRegistration if you do not have one.'; 
     363'Enter your System.LoginName. (Typically First name and last name, no space, no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise).  
     364Visit System.UserRegistration if you do not have one.'; 
    364365 
    365366#---++ User Mapping 
     
    945946# Set to enable hierarchical webs. Without this setting, TWiki will only 
    946947# allow a single level of webs. If you set this, you can use 
    947 # multiple levels, like a directory tree, i.e. webs within webs. See 
    948 # TWiki.MultiLevelWikiWebs for more details. 
     948# multiple levels, like a directory tree, i.e. webs within webs. 
    949949$TWiki::cfg{EnableHierarchicalWebs} = 1; 
    950950 
  • trunk/core/locale/TWiki.pot

    r733 r763  
    207207 
    208208#: data/Sandbox/WebHome.txt:9 
    209 msgid "(Use a topic name in TWiki.WikiNotation)" 
     209msgid "(Use a topic name in System.WikiNotation)" 
    210210msgstr "" 
    211211 
     
    591591#: templates/messages.tmpl:256 
    592592msgid "" 
    593 "Alternatively hit back to go back to TWiki.UserRegistration and choose a " 
     593"Alternatively hit back to go back to System.UserRegistration and choose a " 
    594594"different username." 
    595595msgstr "" 
     
    12401240#: twikiplugins/ClassicSkin/templates/login.classic.tmpl:21 
    12411241msgid "" 
    1242 "Enter your TWiki.LoginName. (Typically First name and last name, no space, " 
     1242"Enter your System.LoginName. (Typically First name and last name, no space, " 
    12431243"no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %" 
    12441244"SYSTEMWEB%.UserRegistration if you do not have one." 
  • trunk/core/locale/bg.po

    r733 r763  
    214214 
    215215#: data/Sandbox/WebHome.txt:9 
    216 msgid "(Use a topic name in TWiki.WikiNotation)" 
    217 msgstr "(За ОЌе Ма страМОца ОзпПлзвайте TWiki.WikiНПтацОята)" 
     216msgid "(Use a topic name in System.WikiNotation)" 
     217msgstr "(За ОЌе Ма страМОца ОзпПлзвайте System.WikiНПтацОята)" 
    218218 
    219219#: templates/messages.tmpl:156 
     
    660660#: templates/messages.tmpl:256 
    661661msgid "" 
    662 "Alternatively hit back to go back to TWiki.UserRegistration and choose a " 
     662"Alternatively hit back to go back to System.UserRegistration and choose a " 
    663663"different username." 
    664664msgstr "" 
    665 "СъщП така ЌПже Ўа ПтОЎете Ма TWiki.UserRegistration О Ўа Озберете разлОчМП " 
     665"СъщП така ЌПже Ўа ПтОЎете Ма System.UserRegistration О Ўа Озберете разлОчМП " 
    666666"пПтребОтелскП ОЌе." 
    667667 
     
    13601360#, fuzzy 
    13611361msgid "" 
    1362 "Enter your TWiki.LoginName. (Typically First name and last name, no space, " 
     1362"Enter your System.LoginName. (Typically First name and last name, no space, " 
    13631363"no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %" 
    13641364"SYSTEMWEB%.UserRegistration if you do not have one." 
    13651365msgstr "" 
    1366 "ВъвеЎете вашетП TWiki.LoginName. (ОбОкМПвеМП ПървПтП ОЌе О фЌОлОята слетО, " 
     1366"ВъвеЎете вашетП System.LoginName. (ОбОкМПвеМП ПървПтП ОЌе О фЌОлОята слетО, " 
    13671367"без паузО О тПчкО с първОте буквО главМО, МапрОЌер !JohnSmith, ОсвеМ акП Ме " 
    13681368"сте ОзбралО ЎругП). ППсетете %SYSTEMWEB%.UserRegistration акП МяЌате такПва." 
  • trunk/core/locale/cs.po

    r733 r763  
    209209 
    210210#: data/Sandbox/WebHome.txt:9 
    211 msgid "(Use a topic name in TWiki.WikiNotation)" 
    212 msgstr "PouÅŸijte jméno článku ve tvaru TWiki.JmenoClanku" 
     211msgid "(Use a topic name in System.WikiNotation)" 
     212msgstr "PouÅŸijte jméno článku ve tvaru System.JmenoClanku" 
    213213 
    214214#: templates/messages.tmpl:156 
     
    643643#: templates/messages.tmpl:256 
    644644msgid "" 
    645 "Alternatively hit back to go back to TWiki.UserRegistration and choose a " 
     645"Alternatively hit back to go back to System.UserRegistration and choose a " 
    646646"different username." 
    647647msgstr "" 
    648 "Alternativně stiskněte Zpět, pro návrat zpět do TWiki.UserRegistration a " 
     648"Alternativně stiskněte Zpět, pro návrat zpět do System.UserRegistration a " 
    649649"vyberte jiné jméno." 
    650650 
     
    13451345#: twikiplugins/ClassicSkin/templates/login.classic.tmpl:21 
    13461346msgid "" 
    1347 "Enter your TWiki.LoginName. (Typically First name and last name, no space, " 
     1347"Enter your System.LoginName. (Typically First name and last name, no space, " 
    13481348"no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %" 
    13491349"SYSTEMWEB%.UserRegistration if you do not have one." 
  • trunk/core/locale/da.po

    r733 r763  
    213213 
    214214#: data/Sandbox/WebHome.txt:9 
    215 msgid "(Use a topic name in TWiki.WikiNotation)" 
    216 msgstr "(Brug et sidenavn i TWiki.WikiNotation)" 
     215msgid "(Use a topic name in System.WikiNotation)" 
     216msgstr "(Brug et sidenavn i System.WikiNotation)" 
    217217 
    218218#: templates/messages.tmpl:156 
     
    651651#: templates/messages.tmpl:256 
    652652msgid "" 
    653 "Alternatively hit back to go back to TWiki.UserRegistration and choose a " 
     653"Alternatively hit back to go back to System.UserRegistration and choose a " 
    654654"different username." 
    655655msgstr "" 
    656656"Alternativt kan du bruge \"Tilbage\"-knappen i din browser, til at gÃ¥ " 
    657 "tilbage til TWiki.UserRegistration og vÊlge et nyt brugernavn." 
     657"tilbage til System.UserRegistration og vÊlge et nyt brugernavn." 
    658658 
    659659#: templates/messages.tmpl:243 
     
    13411341#: twikiplugins/ClassicSkin/templates/login.classic.tmpl:21 
    13421342msgid "" 
    1343 "Enter your TWiki.LoginName. (Typically First name and last name, no space, " 
     1343"Enter your System.LoginName. (Typically First name and last name, no space, " 
    13441344"no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %" 
    13451345"SYSTEMWEB%.UserRegistration if you do not have one." 
  • trunk/core/locale/de.po

    r733 r763  
    217217 
    218218#: data/Sandbox/WebHome.txt:9 
    219 msgid "(Use a topic name in TWiki.WikiNotation)" 
    220 msgstr "(Benutzen Sie einen Topic Namen in TWiki.WikiNotation)" 
     219msgid "(Use a topic name in System.WikiNotation)" 
     220msgstr "(Benutzen Sie einen Topic Namen in System.WikiNotation)" 
    221221 
    222222#: templates/messages.tmpl:156 
     
    650650#: templates/messages.tmpl:256 
    651651msgid "" 
    652 "Alternatively hit back to go back to TWiki.UserRegistration and choose a " 
     652"Alternatively hit back to go back to System.UserRegistration and choose a " 
    653653"different username." 
    654 msgstr "Alternativ können Sie zurÃŒck drÃŒcken, um in TWiki.UserRegistration einen " 
     654msgstr "Alternativ können Sie zurÃŒck drÃŒcken, um in System.UserRegistration einen " 
    655655"anderen Benutzernamen zu wÀhlen." 
    656656 
     
    13461346#: twikiplugins/ClassicSkin/templates/login.classic.tmpl:21 
    13471347msgid "" 
    1348 "Enter your TWiki.LoginName. (Typically First name and last name, no space, " 
     1348"Enter your System.LoginName. (Typically First name and last name, no space, " 
    13491349"no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %" 
    13501350"SYSTEMWEB%.UserRegistration if you do not have one." 
    1351 msgstr "Geben Sie ihren TWiki.LoginName ein. (Normalerweise Vorname und Nachname, " 
     1351msgstr "Geben Sie ihren System.LoginName ein. (Normalerweise Vorname und Nachname, " 
    13521352"ohne Leerzeichen, ohne Punkte, die Anfangsbuchstaben großgeschrieben, z. B. !" 
    13531353"JohnSmith, es sei denn Sie ziehen eine andere Weise vor). Besuchen Sie %" 
  • trunk/core/locale/es.po

    r733 r763  
    213213 
    214214#: data/Sandbox/WebHome.txt:9 
    215 msgid "(Use a topic name in TWiki.WikiNotation)" 
    216 msgstr "(Utilice un nombre de tema en TWiki.WikiNotation)" 
     215msgid "(Use a topic name in System.WikiNotation)" 
     216msgstr "(Utilice un nombre de tema en System.WikiNotation)" 
    217217 
    218218#: templates/messages.tmpl:156 
     
    647647#: templates/messages.tmpl:256 
    648648msgid "" 
    649 "Alternatively hit back to go back to TWiki.UserRegistration and choose a " 
     649"Alternatively hit back to go back to System.UserRegistration and choose a " 
    650650"different username." 
    651651msgstr "" 
    652 "Alternativamente oprima atrás para volver a TWiki.UserRegistration y escoja " 
     652"Alternativamente oprima atrás para volver a System.UserRegistration y escoja " 
    653653"un nombre de usuario diferente." 
    654654 
     
    13421342#: twikiplugins/ClassicSkin/templates/login.classic.tmpl:21 
    13431343msgid "" 
    1344 "Enter your TWiki.LoginName. (Typically First name and last name, no space, " 
     1344"Enter your System.LoginName. (Typically First name and last name, no space, " 
    13451345"no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %" 
    13461346"SYSTEMWEB%.UserRegistration if you do not have one." 
    13471347msgstr "" 
    1348 "Introduzca su TWiki.LoginName. (Generalmente nombre y apellido, sin espacio, " 
     1348"Introduzca su System.LoginName. (Generalmente nombre y apellido, sin espacio, " 
    13491349"sin puntos, con la primera letra en mayúscula, e.g. !JohnSmith, al menos que " 
    13501350"lo escogió diferentemente). Visite %SYSTEMWEB%.UserRegistration si no tiene " 
  • trunk/core/locale/fi.po

    r733 r763  
    209209 
    210210#: data/Sandbox/WebHome.txt:9 
    211 msgid "(Use a topic name in TWiki.WikiNotation)" 
     211msgid "(Use a topic name in System.WikiNotation)" 
    212212msgstr "" 
    213213 
     
    595595#: templates/messages.tmpl:256 
    596596msgid "" 
    597 "Alternatively hit back to go back to TWiki.UserRegistration and choose a " 
     597"Alternatively hit back to go back to System.UserRegistration and choose a " 
    598598"different username." 
    599599msgstr "" 
     
    12481248#: twikiplugins/ClassicSkin/templates/login.classic.tmpl:21 
    12491249msgid "" 
    1250 "Enter your TWiki.LoginName. (Typically First name and last name, no space, " 
     1250"Enter your System.LoginName. (Typically First name and last name, no space, " 
    12511251"no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %" 
    12521252"SYSTEMWEB%.UserRegistration if you do not have one." 
  • trunk/core/locale/fr.po

    r733 r763  
    210210 
    211211#: data/Sandbox/WebHome.txt:9 
    212 msgid "(Use a topic name in TWiki.WikiNotation)" 
    213 msgstr "(Pour choisir un nom de page, utilisez la TWiki.WikiNotation)" 
     212msgid "(Use a topic name in System.WikiNotation)" 
     213msgstr "(Pour choisir un nom de page, utilisez la System.WikiNotation)" 
    214214 
    215215#: templates/messages.tmpl:156 
     
    654654#: templates/messages.tmpl:256 
    655655msgid "" 
    656 "Alternatively hit back to go back to TWiki.UserRegistration and choose a " 
     656"Alternatively hit back to go back to System.UserRegistration and choose a " 
    657657"different username." 
    658658msgstr "" 
     
    13541354#: twikiplugins/ClassicSkin/templates/login.classic.tmpl:21 
    13551355msgid "" 
    1356 "Enter your TWiki.LoginName. (Typically First name and last name, no space, " 
     1356"Enter your System.LoginName. (Typically First name and last name, no space, " 
    13571357"no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %" 
    13581358"SYSTEMWEB%.UserRegistration if you do not have one." 
  • trunk/core/locale/it.po

    r733 r763  
    213213 
    214214#: data/Sandbox/WebHome.txt:9 
    215 msgid "(Use a topic name in TWiki.WikiNotation)" 
    216 msgstr "(Usa un nomepagina in [[TWiki.WikiNotation][notazione TWiki]])" 
     215msgid "(Use a topic name in System.WikiNotation)" 
     216msgstr "(Usa un nomepagina in [[System.WikiNotation][notazione TWiki]])" 
    217217 
    218218#: templates/messages.tmpl:156 
     
    648648#: templates/messages.tmpl:256 
    649649msgid "" 
    650 "Alternatively hit back to go back to TWiki.UserRegistration and choose a " 
     650"Alternatively hit back to go back to System.UserRegistration and choose a " 
    651651"different username." 
    652652msgstr "" 
     
    13401340#: twikiplugins/ClassicSkin/templates/login.classic.tmpl:21 
    13411341msgid "" 
    1342 "Enter your TWiki.LoginName. (Typically First name and last name, no space, " 
     1342"Enter your System.LoginName. (Typically First name and last name, no space, " 
    13431343"no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %" 
    13441344"SYSTEMWEB%.UserRegistration if you do not have one." 
    13451345msgstr "" 
    1346 "Digita il tuo TWiki.LoginName.  (Tipicamente Nome e Cognome senza spazi, " 
     1346"Digita il tuo System.LoginName.  (Tipicamente Nome e Cognome senza spazi, " 
    13471347"punti, con le iniziali maiuscole, es. MarioRossi, salvo scelta diversa). " 
    13481348"Visita%SYSTEMWEB%.UserRegistration se non ne hai uno." 
  • trunk/core/locale/ja.po

    r733 r763  
    216216 
    217217#: data/Sandbox/WebHome.txt:9 
    218 msgid "(Use a topic name in TWiki.WikiNotation)" 
    219 msgstr "( TWiki.WikiNotationの䞭で䞀぀のトピック名を䜿甚したす)" 
     218msgid "(Use a topic name in System.WikiNotation)" 
     219msgstr "( System.WikiNotationの䞭で䞀぀のトピック名を䜿甚したす)" 
    220220 
    221221#: templates/messages.tmpl:156 
     
    654654#: templates/messages.tmpl:256 
    655655msgid "" 
    656 "Alternatively hit back to go back to TWiki.UserRegistration and choose a " 
     656"Alternatively hit back to go back to System.UserRegistration and choose a " 
    657657"different username." 
    658658msgstr "" 
    659 "たた、“戻る”をクリックしお TWiki.UserRegistration に戻っお他のナヌザヌ名を遞" 
     659"たた、“戻る”をクリックしお System.UserRegistration に戻っお他のナヌザヌ名を遞" 
    660660"択するこずも出来たす " 
    661661 
     
    13551355#: twikiplugins/ClassicSkin/templates/login.classic.tmpl:21 
    13561356msgid "" 
    1357 "Enter your TWiki.LoginName. (Typically First name and last name, no space, " 
     1357"Enter your System.LoginName. (Typically First name and last name, no space, " 
    13581358"no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %" 
    13591359"SYSTEMWEB%.UserRegistration if you do not have one." 
    13601360msgstr "" 
    1361 " TWiki.LoginName (å 
     1361" System.LoginName (å 
    13621362žåž‹çš„な曞き方 名字名前、スペヌス無し、ピリオド無し、頭" 
    13631363"文字を倧文字にする。䟋えば: OdaNobunaga 他の名称を遞択した堎合を陀く)をごå 
  • trunk/core/locale/nl.po

    r733 r763  
    210210 
    211211#: data/Sandbox/WebHome.txt:9 
    212 msgid "(Use a topic name in TWiki.WikiNotation)" 
     212msgid "(Use a topic name in System.WikiNotation)" 
    213213msgstr "(Gebruik een paginanaam in [[%SYSTEMWEB%.WikiNotation][Wikinotatie]])" 
    214214 
     
    644644#: templates/messages.tmpl:256 
    645645msgid "" 
    646 "Alternatively hit back to go back to TWiki.UserRegistration and choose a " 
     646"Alternatively hit back to go back to System.UserRegistration and choose a " 
    647647"different username." 
    648648msgstr "" 
    649 "Of klik op Terug naar TWiki.UserRegistration en kies een andere " 
     649"Of klik op Terug naar System.UserRegistration en kies een andere " 
    650650"gebruikersnaam." 
    651651 
     
    13351335#: twikiplugins/ClassicSkin/templates/login.classic.tmpl:21 
    13361336msgid "" 
    1337 "Enter your TWiki.LoginName. (Typically First name and last name, no space, " 
     1337"Enter your System.LoginName. (Typically First name and last name, no space, " 
    13381338"no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %" 
    13391339"SYSTEMWEB%.UserRegistration if you do not have one." 
  • trunk/core/locale/pl.po

    r733 r763  
    225225 
    226226#: data/Sandbox/WebHome.txt:9 
    227 msgid "(Use a topic name in TWiki.WikiNotation)" 
     227msgid "(Use a topic name in System.WikiNotation)" 
    228228msgstr "" 
    229229"(wpisz nazwę nowej strony w formacie [[%SYSTEMWEB%.WikiNotation][WikiWord]])" 
     
    692692#: templates/messages.tmpl:256 
    693693msgid "" 
    694 "Alternatively hit back to go back to TWiki.UserRegistration and choose a " 
     694"Alternatively hit back to go back to System.UserRegistration and choose a " 
    695695"different username." 
    696696msgstr "" 
    697 "MoÅŒna takÅŒe wrócić na stronę TWiki.UserRegistration i podać innÄ 
     697"MoÅŒna takÅŒe wrócić na stronę System.UserRegistration i podać innÄ 
    698698 nazwę " 
    699699"konta uÅŒytkownika." 
     
    14491449#: twikiplugins/ClassicSkin/templates/login.classic.tmpl:21 
    14501450msgid "" 
    1451 "Enter your TWiki.LoginName. (Typically First name and last name, no space, " 
     1451"Enter your System.LoginName. (Typically First name and last name, no space, " 
    14521452"no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %" 
    14531453"SYSTEMWEB%.UserRegistration if you do not have one." 
    14541454msgstr "" 
    1455 "Wprowadź nazwę swojego konta w formacie TWiki.LoginName. Zwykle nazwa konta " 
     1455"Wprowadź nazwę swojego konta w formacie System.LoginName. Zwykle nazwa konta " 
    14561456"ma postać: ImieNazwisko - bez spacji i kropek. Imię i nazwisko sĠ
    14571457 pisane " 
  • trunk/core/locale/pt.po

    r733 r763  
    213213 
    214214#: data/Sandbox/WebHome.txt:9 
    215 msgid "(Use a topic name in TWiki.WikiNotation)" 
     215msgid "(Use a topic name in System.WikiNotation)" 
    216216msgstr "(Use [[%SYSTEMWEB%.WikiNotation][Notação Wiki]] para um nome de tópico)" 
    217217 
     
    654654#: templates/messages.tmpl:256 
    655655msgid "" 
    656 "Alternatively hit back to go back to TWiki.UserRegistration and choose a " 
     656"Alternatively hit back to go back to System.UserRegistration and choose a " 
    657657"different username." 
    658658msgstr "" 
     
    13441344#: twikiplugins/ClassicSkin/templates/login.classic.tmpl:21 
    13451345msgid "" 
    1346 "Enter your TWiki.LoginName. (Typically First name and last name, no space, " 
     1346"Enter your System.LoginName. (Typically First name and last name, no space, " 
    13471347"no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %" 
    13481348"SYSTEMWEB%.UserRegistration if you do not have one." 
  • trunk/core/locale/ru.po

    r733 r763  
    225225 
    226226#: data/Sandbox/WebHome.txt:9 
    227 msgid "(Use a topic name in TWiki.WikiNotation)" 
    228 msgstr "(ИспПльзуйте ОЌя теЌы в TWiki.WikiNotation)" 
     227msgid "(Use a topic name in System.WikiNotation)" 
     228msgstr "(ИспПльзуйте ОЌя теЌы в System.WikiNotation)" 
    229229 
    230230#: templates/messages.tmpl:156 
     
    689689#: templates/messages.tmpl:256 
    690690msgid "" 
    691 "Alternatively hit back to go back to TWiki.UserRegistration and choose a " 
     691"Alternatively hit back to go back to System.UserRegistration and choose a " 
    692692"different username." 
    693693msgstr "" 
    694 "Вы также ЌПжете верМуться к TWiki.UserRegistration О выбрать ЎругПе ОЌя " 
     694"Вы также ЌПжете верМуться к System.UserRegistration О выбрать ЎругПе ОЌя " 
    695695"пПльзПвателя " 
    696696 
     
    14221422#: twikiplugins/ClassicSkin/templates/login.classic.tmpl:21 
    14231423msgid "" 
    1424 "Enter your TWiki.LoginName. (Typically First name and last name, no space, " 
     1424"Enter your System.LoginName. (Typically First name and last name, no space, " 
    14251425"no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %" 
    14261426"SYSTEMWEB%.UserRegistration if you do not have one." 
    14271427msgstr "" 
    1428 "ВвеЎОте Ваше [[TWiki.LoginName][ИЌяППльзПвателя]]. (ОбычМП ОЌя О фаЌОлОя, " 
     1428"ВвеЎОте Ваше [[System.LoginName][ИЌяППльзПвателя]]. (ОбычМП ОЌя О фаЌОлОя, " 
    14291429"без прПбелПв, без тПчек, МачОМая с прПпОсМПй буквы, МапрОЌер: ВасОлОйПупкОМ " 
    14301430"ОлО ОМаче). ППсетОте [[%SYSTEMWEB%.UserRegistration][РегОстрацОя]] еслО Вы " 
  • trunk/core/locale/sv.po

    r733 r763  
    212212 
    213213#: data/Sandbox/WebHome.txt:9 
    214 msgid "(Use a topic name in TWiki.WikiNotation)" 
    215 msgstr "(AnvÀnd ett sidnamn i TWiki.WikiNotation)" 
     214msgid "(Use a topic name in System.WikiNotation)" 
     215msgstr "(AnvÀnd ett sidnamn i System.WikiNotation)" 
    216216 
    217217#: templates/messages.tmpl:156 
     
    643643#: templates/messages.tmpl:256 
    644644msgid "" 
    645 "Alternatively hit back to go back to TWiki.UserRegistration and choose a " 
     645"Alternatively hit back to go back to System.UserRegistration and choose a " 
    646646"different username." 
    647647msgstr "" 
    648648"Alternativt kan du anvÀnda \"Tilbaka\"-knappen i din webblÀsare, för att gÃ¥ " 
    649 "tilbake till TWiki.UserRegistration och vÀlja ett nytt anvÀndarnamn." 
     649"tilbake till System.UserRegistration och vÀlja ett nytt anvÀndarnamn." 
    650650 
    651651#: templates/messages.tmpl:243 
     
    13281328#: twikiplugins/ClassicSkin/templates/login.classic.tmpl:21 
    13291329msgid "" 
    1330 "Enter your TWiki.LoginName. (Typically First name and last name, no space, " 
     1330"Enter your System.LoginName. (Typically First name and last name, no space, " 
    13311331"no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %" 
    13321332"SYSTEMWEB%.UserRegistration if you do not have one." 
  • trunk/core/locale/uk.po

    r733 r763  
    219219 
    220220#: data/Sandbox/WebHome.txt:9 
    221 msgid "(Use a topic name in TWiki.WikiNotation)" 
    222 msgstr "(ВОкПрОстПвуйте Ñ–ÐŒ'я теЌО у TWiki.WikiNotation)" 
     221msgid "(Use a topic name in System.WikiNotation)" 
     222msgstr "(ВОкПрОстПвуйте Ñ–ÐŒ'я теЌО у System.WikiNotation)" 
    223223 
    224224#: templates/messages.tmpl:156 
     
    676676#: templates/messages.tmpl:256 
    677677msgid "" 
    678 "Alternatively hit back to go back to TWiki.UserRegistration and choose a " 
     678"Alternatively hit back to go back to System.UserRegistration and choose a " 
    679679"different username." 
    680680msgstr "" 
    681 "ВО такПж ЌПжете пПверМутОся ЎП TWiki.UserRegistration і вОбратО іМше Ñ–ÐŒ'я " 
     681"ВО такПж ЌПжете пПверМутОся ЎП System.UserRegistration і вОбратО іМше Ñ–ÐŒ'я " 
    682682"кПрОстувача " 
    683683 
     
    13871387#: twikiplugins/ClassicSkin/templates/login.classic.tmpl:21 
    13881388msgid "" 
    1389 "Enter your TWiki.LoginName. (Typically First name and last name, no space, " 
     1389"Enter your System.LoginName. (Typically First name and last name, no space, " 
    13901390"no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %" 
    13911391"SYSTEMWEB%.UserRegistration if you do not have one." 
  • trunk/core/locale/zh-cn.po

    r733 r763  
    214214 
    215215#: data/Sandbox/WebHome.txt:9 
    216 msgid "(Use a topic name in TWiki.WikiNotation)" 
    217 msgstr "(圚 TWiki.WikiNotation 䜿甚䞀䞪䞻题名)" 
     216msgid "(Use a topic name in System.WikiNotation)" 
     217msgstr "(圚 System.WikiNotation 䜿甚䞀䞪䞻题名)" 
    218218 
    219219#: templates/messages.tmpl:156 
     
    635635#: templates/messages.tmpl:256 
    636636msgid "" 
    637 "Alternatively hit back to go back to TWiki.UserRegistration and choose a " 
     637"Alternatively hit back to go back to System.UserRegistration and choose a " 
    638638"different username." 
    639 msgstr "及倖也可以点击“返回”回到 TWiki.UserRegistration 选择及倖䞀䞪甚户名 " 
     639msgstr "及倖也可以点击“返回”回到 System.UserRegistration 选择及倖䞀䞪甚户名 " 
    640640 
    641641#: templates/messages.tmpl:243 
     
    13151315#: twikiplugins/ClassicSkin/templates/login.classic.tmpl:21 
    13161316msgid "" 
    1317 "Enter your TWiki.LoginName. (Typically First name and last name, no space, " 
     1317"Enter your System.LoginName. (Typically First name and last name, no space, " 
    13181318"no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %" 
    13191319"SYSTEMWEB%.UserRegistration if you do not have one." 
    13201320msgstr "" 
    13211321"蟓å 
    1322 ¥äœ çš„TWiki.LoginName (å 
     1322¥äœ çš„System.LoginName (å 
    13231323žåž‹çš„写法姓名没有空栌没有点. 銖字母倧写䟋" 
    13241324"劂: CheDong 陀非悚及倖选择了å 
  • trunk/core/locale/zh-tw.po

    r733 r763  
    214214 
    215215#: data/Sandbox/WebHome.txt:9 
    216 msgid "(Use a topic name in TWiki.WikiNotation)" 
    217 msgstr "(圚 TWiki.WikiNotation 䜿甚䞀個䞻題名)" 
     216msgid "(Use a topic name in System.WikiNotation)" 
     217msgstr "(圚 System.WikiNotation 䜿甚䞀個䞻題名)" 
    218218 
    219219#: templates/messages.tmpl:156 
     
    636636#: templates/messages.tmpl:256 
    637637msgid "" 
    638 "Alternatively hit back to go back to TWiki.UserRegistration and choose a " 
     638"Alternatively hit back to go back to System.UserRegistration and choose a " 
    639639"different username." 
    640640msgstr "" 
    641 "及倖也可以點擊\"返回\"回到 TWiki.UserRegistration 遞擇及倖䞀個甚戶名 " 
     641"及倖也可以點擊\"返回\"回到 System.UserRegistration 遞擇及倖䞀個甚戶名 " 
    642642 
    643643#: templates/messages.tmpl:243 
     
    13131313#: twikiplugins/ClassicSkin/templates/login.classic.tmpl:21 
    13141314msgid "" 
    1315 "Enter your TWiki.LoginName. (Typically First name and last name, no space, " 
     1315"Enter your System.LoginName. (Typically First name and last name, no space, " 
    13161316"no dots, capitalized, e.g. !JohnSmith, unless you chose otherwise). Visit %" 
    13171317"SYSTEMWEB%.UserRegistration if you do not have one." 
    13181318msgstr "" 
    13191319"茞å 
    1320 ¥äœ çš„TWiki.LoginName (å 
     1320¥äœ çš„System.LoginName (å 
    13211321žåž‹çš„寫法姓名沒有空栌沒有點. 銖字母倧寫䟋" 
    13221322"劂: CheDong 陀非悚及倖遞擇了å 
  • trunk/core/tools/TWikiKernel/build.pl

    r555 r763  
    124124    } 
    125125 
    126     print `cd $this->{basedir}/bin ; ./view TWiki.CompleteDocumentation skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/CompleteDocumentation.html`; 
    127     print `cd $this->{basedir}/bin ; ./view TWiki.TWikiHistory skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/TWikiHistory.html`; 
    128     print `cd $this->{basedir}/bin ; ./view TWiki.DakarReleaseNotes skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/DakarReleaseNotes.html`; 
     126    print `cd $this->{basedir}/bin ; ./view System.CompleteDocumentation skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/CompleteDocumentation.html`; 
     127    print `cd $this->{basedir}/bin ; ./view System.TWikiHistory skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/TWikiHistory.html`; 
     128    print `cd $this->{basedir}/bin ; ./view System.DakarReleaseNotes skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/DakarReleaseNotes.html`; 
    129129 
    130130    print "Automatic documentation built\n"; 
  • trunk/core/tools/benchmark.pl

    r527 r763  
    1010# or "beijing" 
    1111# Requires a test page; for standard benchmarks this should be 
    12 # TWiki.WhatIsWikiWiki. 
     12# System.WhatIsWikiWiki. 
    1313# For benchmarking other functions, pick an appropriate page. It is best if all 
    1414# installations are running off the same data and pub areas. 
  • trunk/core/tools/benchmark/README

    r14 r763  
    1414     after Cairo can use the cairo benchmark script. 
    1515   * Requires a test page in the same place on all the installations; for 
    16      standard benchmarks this should be TWiki.WhatIsWikiWiki. 
     16     standard benchmarks this should be System.WhatIsWikiWiki. 
    1717For examining performance of other functions of TWiki, then pick an appropriate 
    1818page that exercises those aspects as much as possible. It is wise to stick 
  • trunk/core/tools/build.pl

    r719 r763  
    251251    #SMELL: these should probably abort the build if they return errors / oopies 
    252252#replaced by the simpler INSTALL.html 
    253 #    print `cd $this->{basedir}/bin ; ./view TWiki.CompleteDocumentation skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/CompleteDocumentation.html`; 
    254     print `cd $this->{basedir}/bin ; ./view TWiki.ReleaseHistory skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/ReleaseHistory.html`; 
    255     print `cd $this->{basedir}/bin ; ./view TWiki.ReleaseNotes01x00 skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/ReleaseNotes01x00.html`; 
    256     print `cd $this->{basedir}/bin ; ./view TWiki.UpgradeGuide skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/UpgradeGuide.html`; 
    257     print `cd $this->{basedir}/bin ; ./view TWiki.InstallationGuide skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/INSTALL.html`; 
     253#    print `cd $this->{basedir}/bin ; ./view System.CompleteDocumentation skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/CompleteDocumentation.html`; 
     254    print `cd $this->{basedir}/bin ; ./view System.ReleaseHistory skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/ReleaseHistory.html`; 
     255    print `cd $this->{basedir}/bin ; ./view System.ReleaseNotes01x00 skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/ReleaseNotes01x00.html`; 
     256    print `cd $this->{basedir}/bin ; ./view System.UpgradeGuide skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/UpgradeGuide.html`; 
     257    print `cd $this->{basedir}/bin ; ./view System.InstallationGuide skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/INSTALL.html`; 
    258258    $this->filter_txt("$this->{tmpDir}/ReleaseNotes01x00.html", "$this->{tmpDir}/ReleaseNotes01x00.html"); 
    259259    print "Automatic documentation built\n"; 
  • trunk/core/tools/distro/TWikiTopic2TestCase.pl

    r664 r763  
    5454 
    5555# unless webExists({ web => $Config->{outweb} }) 
    56 $destMech->view( "TWiki.ManagingWebs" ); 
     56$destMech->view( "System.ManagingWebs" ); 
    5757$destMech->submit_form( 
    5858        form_name => 'admin', 
Note: See TracChangeset for help on using the changeset viewer.