Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Add entry with same name exists error string
Browse files Browse the repository at this point in the history
on line 72 I see ```"FILE_ALREADY_EXISTS"```, in the root (and other langs) file that string does not exist. Instead I have ```"ENTRY_WITH_SAME_NAME_EXISTS"```
  • Loading branch information
fredev committed May 15, 2015
1 parent d23d944 commit 43d172c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nls/it/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ define({
"ERROR_DELETING_FILE" : "Errore durante il tentativo di eliminazione del file <span class='dialog-filename'>{0}</span>. {1}",
"INVALID_FILENAME_TITLE" : "Il nome del file non è valido",
"INVALID_FILENAME_MESSAGE" : "Il nome {0} non può usare caratteri di sistema riservati, finire con un punto (.) o contenere i seguenti caratteri: <code class='emphasized'>{1}</code>",
"FILE_ALREADY_EXISTS" : "Il file <span class='dialog-filename'>{0}</span> esiste già.",
"ENTRY_WITH_SAME_NAME_EXISTS" : "Il file o la cartella <span class='dialog-filename'>{0}</span> esiste già.",
"ERROR_CREATING_FILE_TITLE" : "Errore durante la creazione del file",
"ERROR_CREATING_FILE" : "Errore durante il tentativo di creare il file <span class='dialog-filename'>{0}</span>. {1}",
"ERROR_MIXED_DRAGDROP" : "Impossibile aprire una cartella contemporaneamente all'apertura di altri file.",
Expand Down

0 comments on commit 43d172c

Please sign in to comment.