Skip to content

Commit

Permalink
Added polish translation. Thanks to Marcin Dorota (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
sblaisot committed Sep 23, 2012
1 parent 178bb3a commit 6436b6a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
v0.4 :
* Refresh contact list when editing a contact in collected addressbook and having on_edit_move_to_default set to true (#68)
* Refresh contact list when copying a contact from collected addressbook and having on_edit_move_to_default set to true (Fix #69)
* Added polish translation. Thanks to Marcin Dorota (#72)

v0.3.1 :
* Fix a bug that prevents RC < 0.8 to send mail with plugin activated (#67)
Expand Down
8 changes: 8 additions & 0 deletions localization/pl_PL.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php
$labels = array();
$labels['automaticallycollected'] = 'Automatycznie zbierane';
$labels['useautoabook'] = 'Użyj automatycznej książki adresowej';
$labels['useforcompletion'] = 'Użyj automatycznie zebrane adresy do automatycznego uzupełniania';
$labels['contactremoved'] = 'Kontakt(y) usunięty z automatycznej książki adresowej';
$labels['contactmoved'] = 'Kontakt(y) przeniesiony z automatycznej książki adresowej';
?>

0 comments on commit 6436b6a

Please sign in to comment.