Template i18n, new batch. Through 210 of 247.
This commit is contained in:
parent
117c9dedab
commit
6233660669
8 changed files with 73 additions and 56 deletions
Binary file not shown.
BIN
docs/upgrades/packages-7.6.8/default_post_received.wgpkg
Normal file
BIN
docs/upgrades/packages-7.6.8/default_post_received.wgpkg
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
docs/upgrades/packages-7.6.8/syndicated_articles.wgpkg
Normal file
BIN
docs/upgrades/packages-7.6.8/syndicated_articles.wgpkg
Normal file
Binary file not shown.
|
|
@ -923,6 +923,18 @@ our $I18N = {
|
||||||
lastUpdated => 1229311001,
|
lastUpdated => 1229311001,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'UP' => {
|
||||||
|
message => q{UP},
|
||||||
|
context => q{template label, referring to the previous week, up. Should be an abbreviation with 2 characters},
|
||||||
|
lastUpdated => 1230356830,
|
||||||
|
},
|
||||||
|
|
||||||
|
'DN' => {
|
||||||
|
message => q{DN},
|
||||||
|
context => q{template label, referring to the next week, down. Should be an abbreviation with 2 characters},
|
||||||
|
lastUpdated => 1230356830,
|
||||||
|
},
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
|
|
||||||
|
|
@ -45,12 +45,17 @@ our $I18N = {
|
||||||
lastUpdated => 1118942468
|
lastUpdated => 1118942468
|
||||||
},
|
},
|
||||||
|
|
||||||
'assets to hide description' => {
|
'assets to hide description' => {
|
||||||
message => q|This list contains one checkbox for each child Asset of the Page Layout. Select the
|
message => q|This list contains one checkbox for each child Asset of the Page Layout. Select the
|
||||||
checkbox for any Asset that you do not want displayed in the Page Layout Asset.
|
checkbox for any Asset that you do not want displayed in the Page Layout Asset.
|
||||||
|,
|
|,
|
||||||
lastUpdated => 1119410080,
|
lastUpdated => 1119410080,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'hide new content list' => {
|
||||||
|
message => q|Hide New Content List|,
|
||||||
|
lastUpdated => 1230356526,
|
||||||
|
},
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue