Changeset 883 for trunk/locale
- Timestamp:
- Sep 8, 2020, 5:12:07 PM (4 years ago)
- Location:
- trunk/locale
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/locale/cs.php
r859 r883 8 8 $this->Title = 'Česky'; 9 9 $this->Data = array( 10 'Can\'t connect to database' => 'Nelze se připojit do databáze', 10 '' => array( 11 'Can\'t connect to database' => 'Nelze se připojit do databáze', 12 ), 11 13 ); 12 14 } -
trunk/locale/en.php
r859 r883 8 8 $this->Title = 'English'; 9 9 $this->Data = array( 10 'Can\'t connect to database' => '', 10 '' => array( 11 'Can\'t connect to database' => '', 12 ), 11 13 ); 12 14 }
Note:
See TracChangeset
for help on using the changeset viewer.