server/apps/files_trashbin/l10n/is.php
2013-10-10 22:30:58 -04:00

7 lines
138 B
PHP

<?php
$TRANSLATIONS = array(
"Error" => "Villa",
"Name" => "Nafn",
"Delete" => "Eyða"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";