blob: cd3c00d29d2d198c06c3b9bb9cbfd227d419bc56 (
plain)
1
2
3
4
5
6
7
8
9
|
<?php
$TRANSLATIONS = array(
"Password" => "Secret Code",
"%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",
"No preview available for" => "No preview available for"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|