Changeset 618 for trunk/locale
- Timestamp:
- Dec 4, 2013, 12:39:55 AM (11 years ago)
- Location:
- trunk/locale
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/locale/cs.php
r610 r618 6 6 { 7 7 $this->Code = 'cs'; 8 $this->Title = 'Česky'; 8 9 $this->Data = array( 9 10 'Access denied' => 'Nemáte oprávnění', … … 44 45 'Search' => 'Vyhledávání', 45 46 'Do search' => 'Hledat', 47 'New user registration' => 'Registrace nového uživatele', 46 48 ); 47 49 } -
trunk/locale/en.php
r610 r618 6 6 { 7 7 $this->Code = 'en'; 8 $this->Title = 'English'; 8 9 $this->Data = array( 9 10 'Access denied' => '', … … 16 17 'All news' => '', 17 18 'Add' => '', 18 'Message was sent.' => '',19 19 'Registration' => '', 20 20 'Menu' => '', 21 'Incorrect name or password' => '', 22 'Login successful. Welcome <strong>%s</strong>!' => '', 23 'User name or password was not entered' => '', 24 'Servers' => '', 25 'Message was sent' => '', 26 'New user registration' => '', 27 'Online translators' => '', 28 'Files' => '', 29 'Instructions' => '', 30 'Data source' => '', 31 'Presentation' => '', 32 'IRC chat' => '', 33 'Administration' => '', 34 'Page "%s" not found' => '', 35 'Logout' => '', 36 'My page' => '', 37 'Options' => '', 38 'Translated' => '', 39 'Unfinished' => '', 40 'Untranslated' => '', 41 'Login' => '', 42 'Search' => '', 43 'Do search' => '', 44 'Translate groups' => '', 45 'Version' => '', 46 'Source code' => '', 47 'Changelog' => '', 21 48 ); 22 49 }
Note:
See TracChangeset
for help on using the changeset viewer.