mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 08:29:10 -05:00
6 lines
185 B
PHP
6 lines
185 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Saving..." => "Se salvează...",
|
|
"Encryption" => "Încriptare"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));";
|