diff options
Diffstat (limited to 'h-source/Application/Include/languages.php')
-rw-r--r-- | h-source/Application/Include/languages.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/h-source/Application/Include/languages.php b/h-source/Application/Include/languages.php index 40014b0..9b0d9ab 100644 --- a/h-source/Application/Include/languages.php +++ b/h-source/Application/Include/languages.php @@ -173,6 +173,8 @@ class Lang "has been inserted by" => "è stato inserito da", "has been updated by" => "è stato modificato da", "at" => "alle ore", + "last modifications" => "ultime modifiche", + "watch all modifications" => "guarda tutte le modifiche", ), 'es' => array ( @@ -474,6 +476,7 @@ class Go $urls = getUrlsFromIdHard($clean['idHard']); return $urls['urlView']; } + } class MyStrings |