mirror of
https://github.com/nextcloud/server.git
synced 2026-05-20 09:12:51 -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);";
|