blob: 6df843b2882a3e657e979ab547033583dc677d1f (
plain)
1
2
3
4
5
6
7
8
9
|
<?php
$TRANSLATIONS = array(
"Error" => "Error",
"Name" => "Nomine",
"_%n folder_::_%n folders_" => array(,),
"_%n file_::_%n files_" => array(,),
"Delete" => "Deler"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|