Added french translation files for backend and frontend.

This commit is contained in:
2019-02-13 23:41:25 +01:00
committed by Stefan Rohde-Enslin
parent f5103a4288
commit a4a5104a71
80 changed files with 2982 additions and 14 deletions

17
frontend/fr/images.json Normal file
View File

@ -0,0 +1,17 @@
{
"images": {
"shown": "Shown",
"overview": "Overview",
"objectinfo": "Object information",
"enlarge": "Enlarge",
"fit_to_screen": "Fit to screen",
"image_first": "First image",
"image_previous": "Previous image",
"image_next": "Next image",
"image_last": "Last image",
"image_all": "All images",
"image_pdf": "PDF-File from images",
"image_photo": "Photo",
"resource": "Resource"
}
}