diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-11-24 00:14:51 -0500 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-11-24 00:14:51 -0500 |
commit | ba0e09adce14b6ccd36eb93b475f5c4400701587 (patch) | |
tree | 63e4aa4de0644849452fa4dfa51d6b7ae41437b9 /apps/files/l10n | |
parent | aeefe48cba49a869bfe93cdf10cc3da79914e080 (diff) | |
download | nextcloud-server-ba0e09adce14b6ccd36eb93b475f5c4400701587.tar.gz nextcloud-server-ba0e09adce14b6ccd36eb93b475f5c4400701587.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n')
-rw-r--r-- | apps/files/l10n/de.php | 1 | ||||
-rw-r--r-- | apps/files/l10n/de_DE.php | 1 | ||||
-rw-r--r-- | apps/files/l10n/et_EE.php | 1 | ||||
-rw-r--r-- | apps/files/l10n/gl.php | 3 | ||||
-rw-r--r-- | apps/files/l10n/it.php | 1 |
5 files changed, 6 insertions, 1 deletions
diff --git a/apps/files/l10n/de.php b/apps/files/l10n/de.php index 725b69c5cb2..a4924295a19 100644 --- a/apps/files/l10n/de.php +++ b/apps/files/l10n/de.php @@ -43,6 +43,7 @@ $TRANSLATIONS = array( "Could not rename file" => "Die Datei konnte nicht umbenannt werden", "replaced {new_name} with {old_name}" => "{old_name} ersetzt durch {new_name}", "undo" => "rückgängig machen", +"Error deleting file." => "Fehler beim Löschen der Datei.", "_%n folder_::_%n folders_" => array("%n Ordner","%n Ordner"), "_%n file_::_%n files_" => array("%n Datei","%n Dateien"), "{dirs} and {files}" => "{dirs} und {files}", diff --git a/apps/files/l10n/de_DE.php b/apps/files/l10n/de_DE.php index c539c7ba71b..cda2cb272a6 100644 --- a/apps/files/l10n/de_DE.php +++ b/apps/files/l10n/de_DE.php @@ -43,6 +43,7 @@ $TRANSLATIONS = array( "Could not rename file" => "Die Datei konnte nicht umbenannt werden", "replaced {new_name} with {old_name}" => "{old_name} wurde ersetzt durch {new_name}", "undo" => "rückgängig machen", +"Error deleting file." => "Fehler beim Löschen der Datei.", "_%n folder_::_%n folders_" => array("%n Ordner","%n Ordner"), "_%n file_::_%n files_" => array("%n Datei","%n Dateien"), "{dirs} and {files}" => "{dirs} und {files}", diff --git a/apps/files/l10n/et_EE.php b/apps/files/l10n/et_EE.php index 83a8adf052c..29a5771c9fc 100644 --- a/apps/files/l10n/et_EE.php +++ b/apps/files/l10n/et_EE.php @@ -43,6 +43,7 @@ $TRANSLATIONS = array( "Could not rename file" => "Ei suuda faili ümber nimetada", "replaced {new_name} with {old_name}" => "asendas nime {old_name} nimega {new_name}", "undo" => "tagasi", +"Error deleting file." => "Viga faili kustutamisel.", "_%n folder_::_%n folders_" => array("%n kataloog","%n kataloogi"), "_%n file_::_%n files_" => array("%n fail","%n faili"), "{dirs} and {files}" => "{dirs} ja {files}", diff --git a/apps/files/l10n/gl.php b/apps/files/l10n/gl.php index 4edb889bb4d..d76aad46b42 100644 --- a/apps/files/l10n/gl.php +++ b/apps/files/l10n/gl.php @@ -1,6 +1,6 @@ <?php $TRANSLATIONS = array( -"Could not move %s - File with this name already exists" => "Non se moveu %s - Xa existe un ficheiro con ese nome.", +"Could not move %s - File with this name already exists" => "Non foi posíbel mover %s; Xa existe un ficheiro con ese nome.", "Could not move %s" => "Non foi posíbel mover %s", "File name cannot be empty." => "O nome de ficheiro non pode estar baleiro", "File name must not contain \"/\". Please choose a different name." => "O nome do ficheiro non pode conter «/». Escolla outro nome.", @@ -43,6 +43,7 @@ $TRANSLATIONS = array( "Could not rename file" => "Non foi posíbel renomear o ficheiro", "replaced {new_name} with {old_name}" => "substituír {new_name} por {old_name}", "undo" => "desfacer", +"Error deleting file." => "Produciuse un erro ao eliminar o ficheiro.", "_%n folder_::_%n folders_" => array("%n cartafol","%n cartafoles"), "_%n file_::_%n files_" => array("%n ficheiro","%n ficheiros"), "{dirs} and {files}" => "{dirs} e {files}", diff --git a/apps/files/l10n/it.php b/apps/files/l10n/it.php index 48d52653d51..eb8dab70093 100644 --- a/apps/files/l10n/it.php +++ b/apps/files/l10n/it.php @@ -43,6 +43,7 @@ $TRANSLATIONS = array( "Could not rename file" => "Impossibile rinominare il file", "replaced {new_name} with {old_name}" => "sostituito {new_name} con {old_name}", "undo" => "annulla", +"Error deleting file." => "Errore durante l'eliminazione del file.", "_%n folder_::_%n folders_" => array("%n cartella","%n cartelle"), "_%n file_::_%n files_" => array("%n file","%n file"), "{dirs} and {files}" => "{dirs} e {files}", |