Changelog
v1.0: RELEASE
main features implemented
Features
- replace COOP with server-favourites
- replace Campaign with server-history
twm-killerkeks wrote:maybe you can script the button that you come over here:
http://battlelog.battlefield.com/bf3/platoon/2832655391300702826/listmembers/
BrainFooLong wrote:@dapil
No need to special encode the characters here or in the plugin file.
Use native chars to prevent encoding errors in the plugin and the board.
dapil wrote:Because forum now supports special characters, here is new version of translation:
//czech language strings
"cs" : {
"lang.fav" : "Oblíbené servery",
"lang.hist" : "Historie",
"option.fav" : "Nahradit KOOP oblíbenými servery",
"option.hist" : "Nahradit kampaň historií",
},
//french language strings
"fr" : {
"plugin.name" : "Remplacements d'éléments",
"lang.fav" : "Favoris",
"lang.hist" : "Historique",
"option.fav" : "Remplacer Coop par Favoris",
"option.hist" : "Remplacer Campagne par Historique",
},
//greek language strings
"gr" : {
"lang.fav" : "αγαπημένα",
"lang.hist" : "παρελθόν",
"option.fav" : "coop με τα αγαπημένα",
"option.hist" : "singleplayer με το παρελθόν",
}
//czech language strings
"cs" : {
"plugin.name" : "Nahradit položky v liště odkazů"
"lang.fav" : "Oblíbené servery",
"lang.hist" : "Historie",
"option.fav" : "Nahradit KOOP oblíbenými servery",
"option.hist" : "Nahradit kampaň historií",
},