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

6 lines
117 B
PHP
Raw Normal View History

2014-10-27 16:25:53 -04:00
<?php
$TRANSLATIONS = array(
2014-09-25 00:48:25 -04:00
"Download" => "გადმოწერა"
);
2014-10-27 16:25:53 -04:00
$PLURAL_FORMS = "nplurals=1; plural=0;";