diff --git a/assets/js/translations.js b/assets/js/translations.js index 52322af4..695eab1a 100644 --- a/assets/js/translations.js +++ b/assets/js/translations.js @@ -7,6 +7,7 @@ english: "English", spanish: "Spanish", portuguese: "Portuguese", + french: "French", confirm: "Confirm", cancel: "Cancel", close: "Close", @@ -87,6 +88,7 @@ english: "Inglês", spanish: "Espanhol", portuguese: "Portugues", + french: "Francês", confirm: "Confirmar", cancel: "Cancelar", close: "Desligar", @@ -167,6 +169,7 @@ english: "Ingles", spanish: "Español", portuguese: "Portugues", + french: "Francés", confirm: "Confirmar", cancel: "Cancelar", close: "Cerrar", @@ -242,10 +245,11 @@ }); $translateProvider.translations('fr', { filemanager: "Gestionnaire de fichier", - language: "Langage", + language: "Langue", english: "Anglais", spanish: "Espagnol", portuguese: "Portugais", + french: "Français", confirm: "Confirmer", cancel: "Annuler", close: "Fermer", @@ -321,3 +325,4 @@ }); }]); })(angular); +x \ No newline at end of file diff --git a/assets/templates/navbar.html b/assets/templates/navbar.html index cb8a6a60..b43c1556 100644 --- a/assets/templates/navbar.html +++ b/assets/templates/navbar.html @@ -26,6 +26,7 @@
  • {{"english" | translate}}
  • {{"spanish" | translate}}
  • {{"portuguese" | translate}}
  • +
  • {{"french" | translate}}
  • \n

    {{\"confirm\" | translate}}

    \n \n
    \n {{\'sure_to_delete\' | translate}} {{temp.model.name}} ?\n
    \n
    \n
    \n \n \n
    \n \n \n \n\n\n
    \n
    \n
    \n
    \n
    \n \n

    {{\'change_name_move\' | translate}}

    \n
    \n
    \n \n \n\n
    \n
    \n
    \n
    \n \n \n
    \n
    \n
    \n
    \n
    \n\n
    \n
    \n
    \n
    \n
    \n \n

    {{\'copy_file\' | translate}}

    \n
    \n
    \n \n \n\n
    \n
    \n
    \n
    \n \n \n
    \n
    \n
    \n
    \n
    \n\n
    \n
    \n
    \n
    \n
    \n \n

    {{\'compress\' | translate}}

    \n
    \n
    \n
    \n
    {{\'compression_started\' | translate}}
    \n
    \n
    \n
    \n {{\'sure_to_start_compression_with\' | translate}} {{temp.model.name}} ?\n
    \n
    \n \n \n
    \n
    \n\n
    \n
    \n
    \n
    \n \n
    \n
    \n \n \n
    \n
    \n
    \n
    \n
    \n
    \n\n
    \n
    \n
    \n
    \n
    \n \n

    {{\'extract_item\' | translate}}

    \n
    \n
    \n
    \n
    {{\'extraction_started\' | translate}}
    \n
    \n
    \n \n \n
    \n
    \n
    \n
    \n
    \n
    \n \n
    \n
    \n \n \n
    \n
    \n
    \n
    \n
    \n
    \n\n
    \n
    \n
    \n
    \n
    \n \n \n

    {{\'edit_file\' | translate}}

    \n
    \n
    \n \n {{\'loading\' | translate}} ...\n \n
    \n
    \n
    \n \n \n
    \n
    \n
    \n
    \n
    \n\n
    \n
    \n
    \n
    \n
    \n \n

    {{\'create_folder\' | translate}}

    \n
    \n
    \n \n \n
    \n
    \n
    \n \n \n
    \n
    \n
    \n
    \n
    \n\n
    \n
    \n
    \n
    \n
    \n \n

    {{\"upload_file\" | translate}}

    \n
    \n
    \n \n \n
    \n
    \n
    \n
    \n \n \n
    \n
    \n {{\"uploading\" | translate}} ...\n
    \n
    \n
    \n
    \n
    \n
    \n\n
    \n
    \n
    \n
    \n
    \n \n

    {{\'change_permissions\' | translate}}

    \n
    \n
    \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
    {{\'permissions\' | translate}}{{\'exec\' | translate}}{{\'read\' | translate}}{{\'write\' | translate}}
    {{permTypeKey | translate}}\n \n
    \n
    \n \n
    \n
    \n \n {{\'original\' | translate}}: {{temp.model.perms.toCode(temp.model.type === \'dir\'?\'d\':\'-\')}} ({{temp.model.perms.toOctal()}})\n \n \n {{\'changes\' | translate}}: {{temp.tempModel.perms.toCode(temp.model.type === \'dir\'?\'d\':\'-\')}} ({{temp.tempModel.perms.toOctal()}})\n \n
    \n
    \n
    \n
    \n \n \n
    \n
    \n
    \n
    \n
    \n\n
    \n
    \n
    \n
    \n \n

    {{\"select_destination_folder\" | translate}}

    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \n \n
    \n
    \n
    \n
    \n\n\n\n"); -$templateCache.put("assets/templates/navbar.html",""); +$templateCache.put("assets/templates/navbar.html",""); $templateCache.put("assets/templates/sidebar.html","\n\n");}]); \ No newline at end of file