1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-20 09:52:17 +01:00
2014-10-27 16:25:53 -04:00

16 lines
377 B
PHP

<?php
$TRANSLATIONS = array(
"Cancel" => "Zrušiť",
"Save" => "Uložiť",
"Import" => "Importovať",
"Other" => "Ostatné",
"Delete" => "Odstrániť",
"Download" => "Stiahnuť",
"Title" => "Názov",
"Birthday" => "Narodeniny",
"Share" => "Zdieľať",
"Edit" => "Upraviť",
"Description" => "Popis"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";