mirror of
https://github.com/nextcloud/server.git
synced 2026-03-22 10:30:49 -04:00
7 lines
138 B
PHP
7 lines
138 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Error" => "Villa",
|
|
"Name" => "Nafn",
|
|
"Delete" => "Eyða"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|