mirror of
https://github.com/nextcloud/server.git
synced 2026-03-21 01:52:08 -04:00
9 lines
336 B
PHP
9 lines
336 B
PHP
<?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);";
|