1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-31 20:52:17 +01:00

16 lines
377 B
PHP
Raw Normal View History

2014-10-27 16:25:53 -04:00
<?php
$TRANSLATIONS = array(
2014-01-05 00:49:18 -05:00
"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
);
2014-10-27 16:25:53 -04:00
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";