mirror of
https://github.com/nextcloud/server.git
synced 2026-03-21 18:11:02 -04:00
6 lines
159 B
PHP
6 lines
159 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Saving..." => "Записване...",
|
|
"Encryption" => "Криптиране"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|