Blame view
sources/apps/files/l10n/ia.php
948 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 |
"The uploaded file was only partially uploaded" => "Le file incargate solmente esseva incargate partialmente", |
|
31b7f2792
|
4 |
"No file was uploaded" => "Nulle file esseva incargate.", |
|
03e52840d
|
5 6 7 |
"Missing a temporary folder" => "Manca un dossier temporari", "Files" => "Files", "Share" => "Compartir", |
|
31b7f2792
|
8 9 10 11 |
"_%n folder_::_%n folders_" => array("",""),
"_%n file_::_%n files_" => array("",""),
"_Uploading %n file_::_Uploading %n files_" => array("",""),
"Error" => "Error",
|
|
03e52840d
|
12 13 14 15 16 17 18 19 20 21 22 |
"Name" => "Nomine", "Size" => "Dimension", "Modified" => "Modificate", "Upload" => "Incargar", "Maximum upload size" => "Dimension maxime de incargamento", "Save" => "Salveguardar", "New" => "Nove", "Text file" => "File de texto", "Folder" => "Dossier", "Nothing in here. Upload something!" => "Nihil hic. Incarga alcun cosa!", "Download" => "Discargar", |
|
31b7f2792
|
23 |
"Delete" => "Deler", |
|
03e52840d
|
24 25 |
"Upload too large" => "Incargamento troppo longe" ); |
|
31b7f2792
|
26 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |