2013-08-09 12:06:31 +00:00
|
|
|
<?php
|
|
|
|
$TRANSLATIONS = array(
|
2013-05-12 00:05:29 +00:00
|
|
|
"Password" => "Secret Code",
|
|
|
|
"Submit" => "Submit",
|
|
|
|
"%s shared the folder %s with you" => "%s shared the folder %s with you",
|
|
|
|
"%s shared the file %s with you" => "%s shared the file %s with you",
|
|
|
|
"Download" => "Download",
|
2013-06-14 00:52:34 +00:00
|
|
|
"No preview available for" => "No preview available for"
|
2013-05-02 00:19:04 +00:00
|
|
|
);
|
2013-08-09 12:06:31 +00:00
|
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|