mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
16 lines
364 B
PHP
16 lines
364 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Save" => "Uložiť",
|
|
"Cancel" => "Zrušiť",
|
|
"Import" => "Importovať",
|
|
"Download" => "Stiahnuť",
|
|
"Edit" => "Upraviť",
|
|
"Delete" => "Odstrániť",
|
|
"Other" => "Ostatné",
|
|
"Title" => "Názov",
|
|
"Birthday" => "Narodeniny",
|
|
"Share" => "Zdieľať",
|
|
"more info" => "viac informácií",
|
|
"iOS/OS X" => "iOS/OS X",
|
|
"Description" => "Popis"
|
|
);
|