Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit c0a3e0b

Browse files
committed
Italian translation for plugin 'meta.simple_lock'
1 parent d26fbdd commit c0a3e0b

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?php
2+
$mess = array(
3+
"Simple Lock" => "Lock Semplice",
4+
"Manual Locking mechanism to avoid concurrent edition" => "Meccanismo di blocco manuale per prevenire modifiche concorrenziali",
5+
);
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
$mess = array(
3+
"1" => "Blocca",
4+
"2" => "Blocca l'elemento selezionato",
5+
"3" => "Sblocca",
6+
"4" => "Rimuovi il blocco",
7+
"5" => "Il file è bloccato da un altro utente. Probabilmente lo sta editando perciò non sei autorizzato a modificarlo.",
8+
);

0 commit comments

Comments
 (0)