Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fr.js « l10n - github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8467d974a835452c7861c7f1cb9c014fee820d35 (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "checksum",
    {
    "The algorithm type \"%s\" is not a valid or supported algorithm type." : "Le type d'algorithme \"%s\" est invalide ou n'est pas un algorithme supporté.",
    "File not found." : "Fichier non trouvé.",
    "Checksum" : "Somme de contrôle",
    "Creating a hash checksum of a file." : "Créer la somme de contrôle d'un fichier.",
    "Choose Algorithm" : "Sélectionnez un algorithme"
},
"nplurals=2; plural=(n > 1);");