1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-10 00:46:16 +01:00

14 lines
302 B
PHP
Raw Normal View History

2014-01-05 00:49:18 -05:00
<?php $TRANSLATIONS = array(
"Cancel" => "Zrušiť",
2014-05-11 00:50:10 -04:00
"Save" => "Uložiť",
2014-01-05 00:49:18 -05:00
"Import" => "Importovať",
"Other" => "Ostatné",
2014-03-09 00:49:34 -05:00
"Delete" => "Odstrániť",
"Download" => "Stiahnuť",
2014-01-05 00:49:18 -05:00
"Title" => "Názov",
"Birthday" => "Narodeniny",
"Share" => "Zdieľať",
2014-05-12 00:49:51 -04:00
"Edit" => "Upraviť",
"Description" => "Popis"
2014-01-05 00:49:18 -05:00
);