Blame view
sources/apps/files/l10n/ia.php
956 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", |
|
6d9380f96
|
8 |
"Delete" => "Deler", |
|
31b7f2792
|
9 |
"Error" => "Error", |
|
03e52840d
|
10 11 12 |
"Name" => "Nomine", "Size" => "Dimension", "Modified" => "Modificate", |
|
6d9380f96
|
13 14 15 |
"_%n folder_::_%n folders_" => array("",""),
"_%n file_::_%n files_" => array("",""),
"_Uploading %n file_::_Uploading %n files_" => array("",""),
|
|
03e52840d
|
16 17 18 19 |
"Maximum upload size" => "Dimension maxime de incargamento", "Save" => "Salveguardar", "New" => "Nove", "Text file" => "File de texto", |
|
6d9380f96
|
20 |
"New folder" => "Nove dossier", |
|
03e52840d
|
21 22 23 24 25 |
"Folder" => "Dossier", "Nothing in here. Upload something!" => "Nihil hic. Incarga alcun cosa!", "Download" => "Discargar", "Upload too large" => "Incargamento troppo longe" ); |
|
31b7f2792
|
26 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |