mirror of
https://github.com/misterunknown/ifm.git
synced 2025-08-09 01:26:32 +02:00
Remove duplicate keys in translation files.
Signed-off-by: Marco Dickert <marco@misterunknown.de>
This commit is contained in:
@@ -38,7 +38,6 @@
|
||||
"file_save_error": "Datei konnte nicht gespeichert werden.",
|
||||
"file_save_success": "Datei erfolgreich gespeichert.",
|
||||
"file_save_confirm": "Soll diese Datei wirklich gespeichert werden -",
|
||||
"file_save_error": "Datei konnte nicht geändert oder angelegt werden: ",
|
||||
"file_upload_error": "Datei konnte nicht hochgeladen werden.",
|
||||
"file_upload_success": "Datei erfolgreich hochgeladen",
|
||||
"filename": "Dateiname",
|
||||
|
@@ -28,7 +28,6 @@
|
||||
"file_delete_success": "File(s) successfully deleted.",
|
||||
"file_display_error": "This file can not be displayed or edited.",
|
||||
"file_load_error": "Content could not be loaded.",
|
||||
"file_new": "New File",
|
||||
"file_new": "New file",
|
||||
"file_no_permission": "No permission to edit/create file.",
|
||||
"file_not_found": "File was not found or could not be opened.",
|
||||
@@ -37,7 +36,6 @@
|
||||
"file_rename_error": "File could not be renamed: ",
|
||||
"file_rename_success": "File successfully renamed.",
|
||||
"file_save_confirm": "Do you want to save the following file -",
|
||||
"file_save_error": "File could not be edited or created: ",
|
||||
"file_save_error": "File could not be saved.",
|
||||
"file_save_success": "File was saved successfully.",
|
||||
"file_upload_error": "File could not be uploaded.",
|
||||
|
@@ -38,7 +38,6 @@
|
||||
"file_save_error": "Le fichier n'a pas pu être enregistré.",
|
||||
"file_save_success": "Le fichier a été enregistré avec succès.",
|
||||
"file_save_confirm": "Voulez-vous enregistré le fichier -",
|
||||
"file_save_error": "Le fichier n'a pas pu être créé ou modifié : ",
|
||||
"file_upload_error": "Le fichier n'a pas pu être envoyé.",
|
||||
"file_upload_success": "Le fichier a été envoyé avec succès.",
|
||||
"filename": "Nom de fichier",
|
||||
|
@@ -38,7 +38,6 @@
|
||||
"file_save_error": "Não foi possível salvar o arquivo.",
|
||||
"file_save_success": "Arquivo salvo com sucesso.",
|
||||
"file_save_confirm": "Você quer salvar o seguinte arquivo -",
|
||||
"file_save_error": "Não foi possível criar ou editar o arquivo: ",
|
||||
"file_upload_error": "Não foi possível enviar o arquivo.",
|
||||
"file_upload_success": "Arquivo enviado com sucesso.",
|
||||
"filename": "Nome do arquivo",
|
||||
|
@@ -38,7 +38,6 @@
|
||||
"file_save_error": "Не удалось сохранить файл.",
|
||||
"file_save_success": "Файл успешно сохранен.",
|
||||
"file_save_confirm": "Хотите сохранить следующий файл -",
|
||||
"file_save_error": "Файл не может быть отредактирован или создан: ",
|
||||
"file_upload_error": "Не удалось загрузить файл.",
|
||||
"file_upload_success": "Файл успешно загружен.",
|
||||
"filename": "Имя файла",
|
||||
@@ -106,4 +105,4 @@
|
||||
"upload_remote_url": "Удаленная загрузка по URL",
|
||||
"username": "Имя пользователя",
|
||||
"word_wrap": "Перенос строк"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user