Skip to content

Commit

Permalink
Important bug fixes in translation, v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajkapsz committed Sep 24, 2013
1 parent 2b9d0ff commit cdbadec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
3 changes: 3 additions & 0 deletions extension.meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
</author>
</authors>
<releases>
<release version="1.0.1" date="2013-09-24" min="2.3">
* Important bug fixes in translation
</release>
<release version="1.0" date="2013-09-22" min="2.3" max="2.3.x">
* Initial release
</release>
Expand Down
12 changes: 7 additions & 5 deletions lang/lang.sk.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
p<?php

$about = array(
'name' => 'Slovensky',
Expand All @@ -7,7 +7,7 @@
'email' => '[email protected]',
'website' => 'http://jurajkapsz.sk'
),
'release-date' => '2013-09-22'
'release-date' => '2013-09-24'
);

/**
Expand Down Expand Up @@ -1260,7 +1260,7 @@
'%s Zobraziť v prehľade záznamov',

'%s Display relationship in entries table %s' =>
'%s Zobraziť vzťahy v prehľade záznamov %s',
'%s Zobraziť prepojenie v prehľade záznamov %s',

'Invalid element name. Must be valid %s.' =>
'Názov značky má nesprávny formát. Musí zodpovedať %s.',
Expand Down Expand Up @@ -1503,13 +1503,13 @@
'Nie',

'%s Checked by default' =>
'Predvolene zaškrtnuté',
'%s Predvolene zaškrtnuté',

'Date' =>
'Dátum',

'%s Pre-populate with current date' =>
'Predvyplniť dnešným dátumom',
'%s Predvyplniť dnešným dátumom',

'The date specified in ‘%s’ is invalid.' =>
'Zadaný dátum v ‘%s’ je v nesprávnom formáte.',
Expand Down Expand Up @@ -1883,6 +1883,8 @@
'this' =>
'tento',

// Namespace

'/blueprints/datasources' => array(

'Create another?' =>
Expand Down

0 comments on commit cdbadec

Please sign in to comment.