1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-04 15:24:35 +01:00
OwncloudContactsOfficial/l10n/en@pirate.php

8 lines
154 B
PHP
Raw Normal View History

2014-10-27 21:25:53 +01:00
<?php
$TRANSLATIONS = array(
2013-07-24 06:50:10 +02:00
"Download" => "Download",
2014-05-12 06:49:51 +02:00
"Title" => "Title",
"Password" => "Secret Code"
2013-05-02 00:51:52 +02:00
);
2014-10-27 21:25:53 +01:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";