mirror of
https://github.com/nextcloud/server.git
synced 2026-03-12 05:33:11 -04:00
5 lines
102 B
PHP
5 lines
102 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Save" => "tallentaa"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|