diff -ur templates/admingroups.vm patches/templates/admingroups.vm --- templates/admingroups.vm 2008-08-25 16:09:39.315426914 +0200 +++ patches/templates/admingroups.vm 2008-08-25 16:08:16.485023006 +0200 @@ -10,8 +10,8 @@ #if($interface == "new") ## url to get the groups for displaying them in the ajax-based table #set($url = "?xpage=getgroups") -
Loading...
- Loading... +
$msg.get("ui.ajaxTable.loading")
+ $msg.get('ui.ajaxTable.loading')
@@ -19,7 +19,7 @@
- + @@ -28,9 +28,9 @@ #if($context.database != "xwiki") #set($mainwk = false) #else #set($mainwk = true) #end #if(!$mainwk) ## display the combobox only in a local wiki #else #end diff -ur templates/adminprefs.vm patches/templates/adminprefs.vm --- templates/adminprefs.vm 2008-08-25 16:09:39.315426914 +0200 +++ patches/templates/adminprefs.vm 2008-08-25 16:08:16.485023006 +0200 @@ -40,7 +40,7 @@ #set($skin = $xwiki.skin) #if($skin.indexOf(".")!=-1) #set($skindoc = $xwiki.getDocument($skin)) -Customize +$msg.get("admin.customize") #end #end #end diff -ur templates/adminspaceprefs.vm patches/templates/adminspaceprefs.vm --- templates/adminspaceprefs.vm 2008-08-25 16:09:39.315426914 +0200 +++ patches/templates/adminspaceprefs.vm 2008-08-25 16:08:16.485023006 +0200 @@ -68,7 +68,7 @@ #set($skin = $xwiki.skin) #if($skin.indexOf(".")!=-1) #set($skindoc = $xwiki.getDocument($skin)) -Customize +$msg.get("admin.customize") #end #end #end diff -ur templates/adminusers.vm patches/templates/adminusers.vm --- templates/adminusers.vm 2008-08-25 16:09:39.315426914 +0200 +++ patches/templates/adminusers.vm 2008-08-25 16:08:16.485023006 +0200 @@ -11,8 +11,8 @@ ## url to get the groups for displaying them in the ajax-based table #set($url = "?xpage=getusers") -
Loading...
- Loading... +
$msg.get("ui.ajaxTable.loading")
+ $msg.get('ui.ajaxTable.loading')
Group NameMembersManage$msg.get("rightsmanager.groupname")$msg.get("rightsmanager.members")$msg.get("rightsmanager.manage")
@@ -20,7 +20,7 @@ - - + +
- + diff -ur templates/attributes.vm patches/templates/attributes.vm --- templates/attributes.vm 2008-08-25 16:09:39.315426914 +0200 +++ patches/templates/attributes.vm 2008-08-25 16:08:16.485023006 +0200 @@ -6,9 +6,9 @@
  • $msg.get("creator"): $doc.creator
  • $msg.get("creationdate"): $doc.creationDate
  • $msg.get("lastmodifiedby"): $doc.author on $doc.date
  • -
  • Comments: $doc.comments.size()
  • -
  • Attachments: $doc.attachmentList.size()
  • -#if($doc.backlinks.size()>0)
  • Links to this document: +
  • $msg.get("comments"): $doc.comments.size()
  • +
  • $msg.get("attachments"): $doc.attachmentList.size()
  • +#if($doc.backlinks.size()>0)
  • $msg.get("doc.backlinks"):
      #foreach($item in $doc.backlinks)
    • [$item]
    • @@ -17,7 +17,7 @@ #end #* -#if($doc.linkedPages.size()>0)
    • Links from this document: +#if($doc.linkedPages.size()>0)
    • $msg.get("doc.linkedpages"):
        #foreach($item in $doc.linkedPages)
      • [$item]
      • @@ -26,13 +26,13 @@ #end *# -##
      • Visited: $doc.getCurrentMonthPageStats("view").uniqueVisitors times
      • -##
      • Unique visitors: $doc.currentMonthPageStats.uniqueVisitors
      • -
      • Default langage: $doc.defaultLanguage
      • -
      • Language: $doc.language
      • -
      • Real language: $doc.realLanguage
      • -##
      • Format: $doc.format
      • -#if($doc.includedMacros.size()>0)
      • Included Pages: +##
      • $msg.get("doc.visited"): $doc.getCurrentMonthPageStats("view").uniqueVisitors times
      • +##
      • $msg.get("doc.uniquevisitors"): $doc.currentMonthPageStats.uniqueVisitors
      • +
      • $msg.get("doc.defaultlanguage"): $doc.defaultLanguage
      • +
      • $msg.get("doc.language"): $doc.language
      • +
      • $msg.get("doc.reallanguage"): $doc.realLanguage
      • +##
      • $msg.get("doc.format"): $doc.format
      • +#if($doc.includedMacros.size()>0)
      • $msg.get("doc.includedpages"):
          #foreach($item in $doc.includedMacros)
        • $item
        • @@ -40,7 +40,7 @@
      • #end -#if($doc.includedPages.size()>0)
      • Included Pages: +#if($doc.includedPages.size()>0)
      • $msg.get("doc.includedpages"):
          #foreach($item in $doc.includedPages)
        • $item
        • @@ -50,11 +50,11 @@ #end ##
        • $doc.locked (bool) by $doc.lockingDate on
        • ##
        • $doc.lockingUser
        • -
        • Document name: $doc.name
        • -
        • Document parent: $doc.parent
        • -
        • Document revisions:$doc.revisions (vector)
        • -
        • Document template:$doc.template
        • -
        • Document title:$doc.title
        • -
        • Document translation list:$doc.translationList (list)
        • -
        • Document version:$doc.version
        • +
        • $msg.get("doc.name"): $doc.name
        • +
        • $msg.get("doc.parent"): $doc.parent
        • +
        • $msg.get("doc.revisions"):$doc.revisions (vector)
        • +
        • $msg.get("doc.template"):$doc.template
        • +
        • $msg.get("doc.title"):$doc.title
        • +
        • $msg.get("doc.translationlist"):$doc.translationList (list)
        • +
        • $msg.get("doc.version"):$doc.version
        \ Kein Zeilenumbruch am Dateiende. diff -ur templates/chw/axispage.vm patches/templates/chw/axispage.vm --- templates/chw/axispage.vm 2008-08-25 16:09:39.316426762 +0200 +++ patches/templates/chw/axispage.vm 2008-08-25 16:08:16.488022550 +0200 @@ -1,47 +1,47 @@
        - Category Axis + $msg.get("chwcategoryaxis")/legend> -
        - +
        +
        - +
        - +
        - +
        - +
        - +
        - +
        diff -ur templates/chw/colorpicker.vm patches/templates/chw/colorpicker.vm --- templates/chw/colorpicker.vm 2008-08-25 16:09:39.316426762 +0200 +++ patches/templates/chw/colorpicker.vm 2008-08-25 16:08:16.488022550 +0200 @@ -1,8 +1,8 @@
        - Color picker -
  • User NameFirst NameLast NameManage
    $msg.get("rightsmanager.username")$msg.get("rightsmanager.firstname")$msg.get("rightsmanager.lastname")$msg.get("rightsmanager.manage")
    + $msg.get("chwcolorpickertitletxt") +
    @@ -33,7 +33,7 @@
    - +
    diff -ur templates/chw/tdwwizard.vm patches/templates/chw/tdwwizard.vm --- templates/chw/tdwwizard.vm 2008-08-25 16:09:39.316426762 +0200 +++ patches/templates/chw/tdwwizard.vm 2008-08-25 16:08:16.488022550 +0200 @@ -4,7 +4,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -Table data source wizard +$msg.get("tdwtabledatasource") $!xwiki.getWebPreference("meta") @@ -18,7 +18,7 @@ #set($baseAddress = $baseAddress.substring(0, $baseAddress.indexOf("Main/WebHome")))
    -
    @@ -59,8 +59,8 @@
    -    OK    - Cancel +    OK    + $msg.get("cancel")
    +
    - +
    @@ -104,7 +104,7 @@
    $msg.get("tdwcancel")$msg.get("tdwback")$msg.get("tdwnext")$msg.get("tdwfinish")$msg.get("tdwcancel")$msg.get("tdwback")$msg.get("tdwnext")$msg.get("tdwfinish")
    Nur in patches/templates/chw: typepage.vm. diff -ur templates/chwmain.vm patches/templates/chwmain.vm --- templates/chwmain.vm 2008-08-25 16:09:39.315426914 +0200 +++ patches/templates/chwmain.vm 2008-08-25 16:08:16.485023006 +0200 @@ -36,8 +36,8 @@
    CancelBackNextFinish
    $msg.get("cancel")$msg.get("back")$msg.get("next")$msg.get("finish")
    diff -ur templates/comments2.vm patches/templates/comments2.vm --- templates/comments2.vm 2008-08-25 16:09:39.315426914 +0200 +++ patches/templates/comments2.vm 2008-08-25 16:08:16.486022854 +0200 @@ -12,7 +12,7 @@
     
    -$msg.get("Comments"): +$msg.get("comments"): $!comments.size() $msg.get("comments") #if($comments.size()>0) $msg.get("by") $!xwiki.getLocalUserName($doc.display('author','view',$comments.get(0))) ... #end diff -ur templates/copy.vm patches/templates/copy.vm --- templates/copy.vm 2008-08-25 16:09:39.315426914 +0200 +++ patches/templates/copy.vm 2008-08-25 16:08:16.486022854 +0200 @@ -53,7 +53,7 @@ #end $msg.get("core.copy.targetdoc"): - + diff -ur templates/diffall.vm patches/templates/diffall.vm --- templates/diffall.vm 2008-08-25 16:09:39.316426762 +0200 +++ patches/templates/diffall.vm 2008-08-25 16:08:16.486022854 +0200 @@ -38,7 +38,7 @@ #set($origdoc = $xwiki.getDocument($tdoc, $version)) #set($newdoc = $xwiki.getDocument($tdoc, $nextversion))
    -

    $msg.get("From") version $version $msg.get("to") $nextversion +

    $msg.get("from") version $version $msg.get("to") $nextversion #if(($origdoc=="")||($newdoc=="")) #if($newdoc!="") $msg.get("by") $xwiki.getLocalUserName($newdoc.author),$doc) $xwiki.formatDate($newdoc.date) diff -ur templates/editgroup.vm patches/templates/editgroup.vm --- templates/editgroup.vm 2008-08-25 16:09:39.316426762 +0200 +++ patches/templates/editgroup.vm 2008-08-25 16:08:16.486022854 +0200 @@ -1,8 +1,8 @@ ##check to see if the XWiki.XWkiGroupSheet exists #if($xwiki.getDocument("XWiki.XWikiGroupSheet").isNew())
    -
    Loading...
    - Loading... +
    $msg.get("ui.ajaxTable.loading")
    + $msg.get('ui.ajaxTable.loading')
    @@ -10,8 +10,8 @@
    - - + + @@ -26,7 +26,7 @@
    MemberManage$msg.get("rightsmanager.members")$msg.get("rightsmanager.manage")
     
    - + - + #foreach($i in [0..$maxlevel]) @@ -189,7 +189,7 @@
    Add a new user$msg.get("rightsmanager.addnewuser")
    Add a new group $msg.get("rightsmanager.addnewgroup") diff -ur templates/global.vm patches/templates/global.vm --- templates/global.vm 2008-08-25 16:09:39.316426762 +0200 +++ patches/templates/global.vm 2008-08-25 16:08:16.486022854 +0200 @@ -64,7 +64,7 @@ #if($searchdoc.isNew()==false)
    -

     

    +

     

    #end *# diff -ur templates/historyinline.vm patches/templates/historyinline.vm --- templates/historyinline.vm 2008-08-25 16:09:39.316426762 +0200 +++ patches/templates/historyinline.vm 2008-08-25 16:08:16.486022854 +0200 @@ -93,15 +93,15 @@
    #end #if($hasAdmin) -
    #end #if($xwiki.hasMinorEdit()) #if(!$request.getParameter("showminor")) -
    #else -
    #end #end diff -ur templates/macros.vm patches/templates/macros.vm --- templates/macros.vm 2008-08-25 16:09:39.316426762 +0200 +++ patches/templates/macros.vm 2008-08-25 16:08:16.487022702 +0200 @@ -350,14 +350,14 @@ #set($diff = $request.get("diff")) #set($SpaceName = $request.get("SpaceName")) - 1.1 Space : $SpaceName + 1.1 $msg.get("wikiweb") : $SpaceName
    #set($docs = $xwiki.getSpaceDocsName($SpaceName)) - - + + #foreach ($doc in $docs) #if ($xwiki.hasAccessLevel("view", "${context.database}:${SpaceName}.${doc}")) @@ -370,12 +370,12 @@ #if($SpaceName != "XWiki") - 1.1 Space : XWiki + 1.1 $msg.get("wikiweb") : XWiki #set($docs = $xwiki.getSpaceDocsName("XWiki"))
    NameExportDefault Action
    overwritemerge objectsskip
    $msg.get("name")$msg.get("export")$msg.get("defaultaction")
    $msg.get("overwrite")$msg.get("mergeobjects")$msg.get("skip")
    - - + + #foreach ($doc in $docs) #if ($xwiki.hasAccessLevel("view", "${context.database}:XWiki.${doc}")) @@ -386,7 +386,7 @@
    NameExportDefault Action
    overwritemerge objectsskip
    $msg.get("name")$msg.get("export")$msg.get("defaultaction")
    $msg.get("overwrite")$msg.get("mergeobjects")$msg.get("skip")
    #end - +
    @@ -410,7 +410,7 @@ #end - + #end #end @@ -454,25 +454,25 @@ $import.importPackage($oAttach.getContent()) - 1.1.1 Infos + 1.1.1 msg.get("info") - Author : $import.getAuthor()
    - Name : $import.getName()
    - Description : $import.getDescription()
    - Licence : $import.getLicence()
    - Version : $import.getVersion()
    + msg.get("author") : $import.getAuthor()
    + msg.get("name") : $import.getName()
    + msg.get("description") : $import.getDescription()
    + msg.get("licence") : $import.getLicence()
    + msg.get("version") : $import.getVersion()
    #set($canInstall = $import.testInstall()) install : $import.getTestInstallToString($canInstall) - 1.1.1 Status of each Files - #set($docs = $import.getDocuments()) + 1.1.1 msg.get("statusofeachfile") + #set($docs = $import.getDocuments())
    - - + + #foreach($docInfo in $docs) @@ -503,10 +503,10 @@ #end
    NameinfosAction
    overwritemerge objectsskip
    $msg.get("name")$msg.get("info")$msg.get("action")
    $msg.get("overwrite")$msg.get("mergeobjects")$msg.get("skip")
    #if ($canInstall != 0) - 1.1.1 You can install this application - + 1.1.1 $msg.get("caninstallapplication") + #else - 1.1.1 You can't install this application. + 1.1.1 $msg.get("cannotinstallapplication") #end
    #end @@ -585,12 +585,12 @@ ##### images #if($mime.equals("image/svg"))SVG #elseif($mime.equals("application/svg+xml"))SVG - #elseif($mime.startsWith("image/"))Image + #elseif($mime.startsWith("image/"))$msg.get('image') ##### text based - #elseif($mime.equals("text/plain"))Text + #elseif($mime.equals("text/plain"))$msg.get('text') #elseif($mime.equals("text/html"))HTML #elseif($mime.equals("text/css"))CSS - #elseif($mime.startsWith("text/"))Text + #elseif($mime.startsWith("text/"))$msg.get('text') ##### documents #elseif($mime.equals("application/xml"))XML #elseif($mime.equals("application/pdf"))PDF @@ -604,8 +604,8 @@ #elseif($mime.equals("application/x-gzip"))GZ #elseif($mime.equals("application/java-archive"))JAR ##### media - #elseif($mime.startsWith("audio/"))Audio - #elseif($mime.startsWith("video/"))Video + #elseif($mime.startsWith("audio/"))$msg.get('audio') + #elseif($mime.startsWith("video/"))$msg.get('video') ##### octet-streams extensions #elseif($mime.equals("application/octet-stream")) #if($ext.equals("xls"))XLS @@ -615,7 +615,7 @@ #elseif($ext.equals("odp") || $ext.equals("odt") || $ext.equals("odf") || $ext.equals("sxw") || $ext.equals("stw"))OpenOffice #elseBIN #end - #elseif($mime.startsWith("application/"))Application + #elseif($mime.startsWith("application/"))$msg.get('application') #end #end diff -ur templates/objects.vm patches/templates/objects.vm --- templates/objects.vm 2008-08-25 16:09:39.316426762 +0200 +++ patches/templates/objects.vm 2008-08-25 16:08:16.487022702 +0200 @@ -2,12 +2,12 @@
     
    -$msg.get("Forms"): -Forms display not implemented yet. +$msg.get("forms"): +$msg.get("formsnotimplemented").
     
    diff -ur templates/print.vm patches/templates/print.vm --- templates/print.vm 2008-08-25 16:09:39.316426762 +0200 +++ patches/templates/print.vm 2008-08-25 16:08:16.487022702 +0200 @@ -6,7 +6,7 @@ #template("htmlheader.vm")
    #end diff -ur templates/registeruser.vm patches/templates/registeruser.vm --- templates/registeruser.vm 2008-08-25 16:09:39.316426762 +0200 +++ patches/templates/registeruser.vm 2008-08-25 16:08:16.487022702 +0200 @@ -1,23 +1,23 @@
    -

    $msg.get("Registration")

    -#if(!$reg||$reg<0 ) -

    $msg.get("registerwelcome")

    -#end -#if($reg && $reg<=0) -#if($reg==-2) -#error("$msg.get('passwordmismatch').") -#elseif($reg==-3) -#error("$msg.get('useralreadyexists').") -#elseif($reg==-4) -#error("$msg.get('invalidusername').") -#elseif($reg==-8) -#error("$msg.get('useralreadyexists').") -#else -#error("$msg.get('registerfailed') ($msg.get('registerfailedcode') $reg).") -#end -#elseif($reg) -#set($xwname = "XWiki.${request.xwikiname}") -#info("$xwiki.getUserName($xwname) ($request.xwikiname): $msg.get('registersuccessful').") +

    $msg.get("core.register.title")

    +#if(!$reg||$reg<0 ) +

    $msg.get("core.register.welcome")

    +#end +#if($reg && $reg<=0) +#if($reg==-2) +#error("$msg.get('core.register.passwordMismatch').") +#elseif($reg==-3) +#error("$msg.get('core.register.userAlreadyExists').") +#elseif($reg==-4) +#error("$msg.get('core.register.invalidUsername').") +#elseif($reg==-8) +#error("$msg.get('core.register.userAlreadyExists').") +#else +#error("$msg.get('core.register.registerFailed')") +#end +#elseif($reg) +#set($xwname = "XWiki.${request.xwikiname}") +#info("$msg.get('core.register.successful', [$xwiki.getUserName($xwname), $request.xwikiname])") #end #if(!$reg||$reg<0 )
    @@ -36,26 +36,26 @@ #end
    #set($prop = $class.first_name) -
    $msg.get("firstname"):
    -
    $doc.displayEdit($prop, "register_", $obj)
    - -#set($prop = $class.last_name) -
    $msg.get("lastname"):
    -
    $doc.displayEdit($prop, "register_", $obj)
    -
    $msg.get("loginid"):
    -
    - -#set($prop = $class.password) -
    $msg.get("password"):
    -
    $doc.displayEdit($prop, "register_", $obj)
    -
    $msg.get("passwordrepeat"):
    -
    $doc.displayEdit($prop, "register2_", $obj)
    - -#set($prop = $class.email) -
    $msg.get("email"):
    -
    $doc.displayEdit($prop, "register_", $obj)
    -
    - +
    $msg.get("core.register.firstName")
    +
    $doc.displayEdit($prop, "register_", $obj)
    + +#set($prop = $class.last_name) +
    $msg.get("core.register.lastName")
    +
    $doc.displayEdit($prop, "register_", $obj)
    +
    $msg.get("core.register.username")
    +
    + +#set($prop = $class.password) +
    $msg.get("core.register.password")
    +
    $doc.displayEdit($prop, "register_", $obj)
    +
    $msg.get("core.register.passwordRepeat")
    +
    $doc.displayEdit($prop, "register2_", $obj)
    + +#set($prop = $class.email) +
    $msg.get("core.register.email")
    +
    $doc.displayEdit($prop, "register_", $obj)
    + +
    diff -ur templates/rightsUI.vm patches/templates/rightsUI.vm --- templates/rightsUI.vm 2008-08-25 16:09:39.316426762 +0200 +++ patches/templates/rightsUI.vm 2008-08-25 16:08:16.487022702 +0200 @@ -88,8 +88,8 @@
    - $msg.get("Groups")   - $msg.get("Users") + $msg.get("rightsmanager.groups")   + $msg.get("rightsmanager.users") $msg.get("rightsmanager.${levelsRights.get($i)}")
    - + #foreach ($obj in $doc.getObjects($class.name)) #set($class = $obj.xWikiClass) @@ -198,7 +198,7 @@ - + #end
    $msg.get("Users")$msg.get("Groups")$msg.get("Level")$msg.get("Allow-Deny")$msg.get("Remove")$msg.get("rightsmanager.users")$msg.get("rightsmanager.groups")$msg.get("rightsmanager.level")$msg.get("rightsmanager.allow_deny")$msg.get("rightsmanager.remove")
    $!doc.displayEdit($class.groups,"${class.name}_${obj.number}_",$obj) $!doc.displayEdit($class.levels,"${class.name}_${obj.number}_",$obj) $!doc.displayEdit($class.allow,"${class.name}_${obj.number}_",$obj)
    diff -ur templates/rights.vm patches/templates/rights.vm --- templates/rights.vm 2008-08-25 16:09:39.316426762 +0200 +++ patches/templates/rights.vm 2008-08-25 16:08:16.487022702 +0200 @@ -2,8 +2,8 @@
     
    -$msg.get("Rights"): -Rights display not implemented yet. +$msg.get("rights"): +$msg.get("rightsnotimplemented").