summaryrefslogtreecommitdiff
path: root/myrc_sprites/localization/revision.inc.php
blob: 08e57f00394c18575cfc3940beb6a4c12385d51d (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

$ps_localization_update = serialize(
  array(
    'translator' => 'tachec',
    'language ' => 'cs_CZ',
    'date' => '01/22/2015 08:06:54'
  )
);

?>