More template i18n.
This commit is contained in:
parent
6301d337c1
commit
e66e2d04cc
8 changed files with 46 additions and 3 deletions
BIN
docs/upgrades/packages-7.6.8/default_forum_notification.wgpkg
Normal file
BIN
docs/upgrades/packages-7.6.8/default_forum_notification.wgpkg
Normal file
Binary file not shown.
BIN
docs/upgrades/packages-7.6.8/default_http_proxy.wgpkg
Normal file
BIN
docs/upgrades/packages-7.6.8/default_http_proxy.wgpkg
Normal file
Binary file not shown.
BIN
docs/upgrades/packages-7.6.8/default_sql_report.wgpkg
Normal file
BIN
docs/upgrades/packages-7.6.8/default_sql_report.wgpkg
Normal file
Binary file not shown.
BIN
docs/upgrades/packages-7.6.8/job.wgpkg
Normal file
BIN
docs/upgrades/packages-7.6.8/job.wgpkg
Normal file
Binary file not shown.
|
|
@ -541,6 +541,12 @@ our $I18N = {
|
|||
lastUpdated => 1109696029,
|
||||
},
|
||||
|
||||
'date posted' => {
|
||||
message => q|Date Posted|,
|
||||
lastUpdated => 1229907194,
|
||||
context => q|i18n lable for Collaboration template|,
|
||||
},
|
||||
|
||||
'location' => {
|
||||
message => q|Location|,
|
||||
lastUpdated => 1109696029,
|
||||
|
|
@ -1689,6 +1695,12 @@ the Collaboration Asset, the user will be notified.|,
|
|||
lastUpdated => 1221247761,
|
||||
},
|
||||
|
||||
'has posted to one of your subscriptions' => {
|
||||
message => q|has posted to one of your subscriptions|,
|
||||
context => q|i18n label for the notification template. "user" has posted..|,
|
||||
lastUpdated => 1229910435,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -1013,6 +1013,13 @@ be useful, others may not.|,
|
|||
lastUpdated => 0,
|
||||
context => q{Description of asset property},
|
||||
},
|
||||
|
||||
'Entry ID' => {
|
||||
message => q{Entry ID},
|
||||
lastUpdated => 1229910550,
|
||||
context => q{},
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -266,12 +266,12 @@ be useful, others may not.|,
|
|||
context => q|Translator note: the "%s" tokens in the message should not be translated.|,
|
||||
lastUpdated => 1168994613
|
||||
},
|
||||
|
||||
|
||||
'url pattern filter label' => {
|
||||
message => q|Url Pattern Filter|,
|
||||
lastUpdated => 1168994613,
|
||||
},
|
||||
|
||||
|
||||
'url pattern filter hover help' => {
|
||||
message => q|Enter patterns one per line (Perl regular expressions are valid) that should be filtered when re-writing urls
|
||||
<br /><br />
|
||||
|
|
@ -279,7 +279,25 @@ be useful, others may not.|,
|
|||
/bms/documents/document_\\d+\\.pdf
|
||||
|,
|
||||
lastUpdated => 1168994613,
|
||||
}
|
||||
},
|
||||
|
||||
'not found in content' => {
|
||||
message => q|not found in content|,
|
||||
lastUpdated => 1230159074,
|
||||
context => q|i18n fragment used in default HTTP Proxy template|,
|
||||
},
|
||||
|
||||
'Error: Search string' => {
|
||||
message => q|Error: search string|,
|
||||
lastUpdated => 1230159074,
|
||||
context => q|i18n fragment used in default HTTP Proxy template|,
|
||||
},
|
||||
|
||||
'Warning: Ending search point' => {
|
||||
message => q|Error search point|,
|
||||
lastUpdated => 1230159074,
|
||||
context => q|i18n fragment used in default HTTP Proxy template|,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -345,6 +345,12 @@ will always be false for query5.|,
|
|||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'Download this data' => {
|
||||
message => "Download this data",
|
||||
context => "Link label to download data form the report",
|
||||
lastUpdated => 1229907351,
|
||||
},
|
||||
|
||||
'sql report asset template variables title' => {
|
||||
message => q|SQL Report Asset Template Variables|,
|
||||
lastUpdated => 1168887204
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue