mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 18:11:41 -04:00
6 lines
152 B
PHP
6 lines
152 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Versions" => "Версии",
|
|
"Restore" => "Възтановяване"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|