Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move webpack config to root | Roeland Jago Douma | 2019-02-13 | 1 | -0/+9 |
index : nextcloud-server.git | ||
Nextcloud server, a safe home for all your data: https://github.com/nextcloud/server | www-data |
summaryrefslogtreecommitdiffstats |
Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move webpack config to root | Roeland Jago Douma | 2019-02-13 | 1 | -0/+9 |
<?php
$TRANSLATIONS = array(
"_%n folder_::_%n folders_" => array("",""),
"_%n file_::_%n files_" => array("",""),
"_Uploading %n file_::_Uploading %n files_" => array("",""),
"Download" => "Download"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";