aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/it.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/it.js')
-rw-r--r--apps/files/l10n/it.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js
index a79c975fe63..115f0e44886 100644
--- a/apps/files/l10n/it.js
+++ b/apps/files/l10n/it.js
@@ -198,7 +198,6 @@ OC.L10N.register(
"Unselect all" : "Deseleziona tutto",
"\"{displayName}\" failed on some elements " : "\"{displayName}\" è fallita su alcuni elementi",
"\"{displayName}\" batch action executed successfully" : "L'azione batch \"{displayName}\" è stata eseguita con successo",
- "Sort list by {column}" : "Ordina lista per {column}",
"{summaryFile} and {summaryFolder}" : "{summaryFile} e {summaryFolder}",
"List of files and folders." : "Lista di file e cartelle.",
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Questa lista non è stata mostrata completamente per ragioni di prestazioni. I file verranno mostrati durante la navigazione della lista.",
@@ -311,6 +310,7 @@ OC.L10N.register(
"This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Questa lista non è stata mostrata completamente per ragioni di performances. I file verranno mostrati durante la navigazione della lista.",
"Search for an account" : "Cerca un account",
"Choose" : "Scegli",
- "No files or folders have been deleted yet" : "Nessun file o cartella è stato ancora eliminato"
+ "No files or folders have been deleted yet" : "Nessun file o cartella è stato ancora eliminato",
+ "Sort list by {column}" : "Ordina lista per {column}"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");