Add search UI
This commit is contained in:
@@ -144,6 +144,8 @@ define(function () {
|
||||
out.fm_unsortedName = "Fichiers non triés";
|
||||
out.fm_filesDataName = "Tous les fichiers";
|
||||
out.fm_templateName = "Modèles";
|
||||
out.fm_searchName = "Recherche";
|
||||
out.fm_searchPlaceholder = "Rechercher...";
|
||||
out.fm_newButton = "Nouveau";
|
||||
out.fm_newButtonTitle = "Créer un nouveau pad ou un dossier";
|
||||
out.fm_newFolder = "Nouveau dossier";
|
||||
@@ -159,6 +161,7 @@ define(function () {
|
||||
out.fm_creation = "Création";
|
||||
out.fm_forbidden = "Action interdite";
|
||||
out.fm_originalPath = "Chemin d'origine";
|
||||
out.fm_openParent = "Montrer dans le dossier";
|
||||
out.fm_noname = "Document sans titre";
|
||||
out.fm_emptyTrashDialog = "Êtes-vous sûr de vouloir vider la corbeille ?";
|
||||
out.fm_removeSeveralPermanentlyDialog = "Êtes-vous sûr de vouloir supprimer ces {0} éléments de manière permanente ?";
|
||||
|
||||
@@ -146,6 +146,8 @@ define(function () {
|
||||
out.fm_unsortedName = "Unsorted files";
|
||||
out.fm_filesDataName = "All files";
|
||||
out.fm_templateName = "Templates";
|
||||
out.fm_searchName = "Search";
|
||||
out.fm_searchPlaceholder = "Search...";
|
||||
out.fm_newButton = "New";
|
||||
out.fm_newButtonTitle = "Create a new pad or folder";
|
||||
out.fm_newFolder = "New folder";
|
||||
@@ -161,6 +163,7 @@ define(function () {
|
||||
out.fm_creation = "Creation";
|
||||
out.fm_forbidden = "Forbidden action";
|
||||
out.fm_originalPath = "Original path";
|
||||
out.fm_openParent = "Show in folder";
|
||||
out.fm_noname = "Untitled Document";
|
||||
out.fm_emptyTrashDialog = "Are you sure you want to empty the trash?";
|
||||
out.fm_removeSeveralPermanentlyDialog = "Are you sure you want to remove these {0} elements from the trash permanently?";
|
||||
|
||||
Reference in New Issue
Block a user