mirror of
https://github.com/nextcloud/server.git
synced 2026-03-02 13:31:14 -05:00
5 lines
171 B
PHP
5 lines
171 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"WebDAV Authentication" => "Autentificare WebDAV"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));";
|