diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-10-01 06:56:17 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-10-01 06:56:17 -0400 |
commit | 553274b28f1b5dc6734f934e2acff39a24c368b7 (patch) | |
tree | a3917a13e0a028e59b9d309933b0261379364d80 /apps | |
parent | e762ff2bbdc4eefd6aefab1950f7da83f2c6735d (diff) | |
download | nextcloud-server-553274b28f1b5dc6734f934e2acff39a24c368b7.tar.gz nextcloud-server-553274b28f1b5dc6734f934e2acff39a24c368b7.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/l10n/ia.php | 2 | ||||
-rw-r--r-- | apps/files_external/l10n/ia.php | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/apps/files/l10n/ia.php b/apps/files/l10n/ia.php index f33b3f90914..62b07896fdd 100644 --- a/apps/files/l10n/ia.php +++ b/apps/files/l10n/ia.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Unknown error" => "Error Incognite", +"File name cannot be empty." => "Le nomine de file non pote esser vacue.", "The uploaded file was only partially uploaded" => "Le file incargate solmente esseva incargate partialmente", "No file was uploaded" => "Nulle file esseva incargate.", "Missing a temporary folder" => "Manca un dossier temporari", @@ -15,6 +16,7 @@ $TRANSLATIONS = array( "_%n folder_::_%n folders_" => array("",""), "_%n file_::_%n files_" => array("",""), "_Uploading %n file_::_Uploading %n files_" => array("",""), +"Upload (max. %s)" => "Incargar (max. %s)", "Maximum upload size" => "Dimension maxime de incargamento", "Save" => "Salveguardar", "New" => "Nove", diff --git a/apps/files_external/l10n/ia.php b/apps/files_external/l10n/ia.php index ed9a1bea6c6..a3ebcf5183b 100644 --- a/apps/files_external/l10n/ia.php +++ b/apps/files_external/l10n/ia.php @@ -7,6 +7,7 @@ $TRANSLATIONS = array( "Share" => "Compartir", "URL" => "URL", "Personal" => "Personal", +"Saved" => "Salveguardate", "Name" => "Nomine", "Folder name" => "Nomine de dossier", "Delete" => "Deler" |