Explorar el Código

Add files via upload

Daniele Bonini (皮夕): WebDev, DevOps and homomm.org by lots of Simplicity bits hace 3 años
padre
commit
f3a984a1cf
Se han modificado 1 ficheros con 10 adiciones y 5 borrados
  1. 10 5
      Private/config/config.inc.sample

+ 10 - 5
Private/config/config.inc.sample

@@ -176,7 +176,8 @@ $LOCALE = [
     'Message board' => "留言板",
     'Message' => "消息",
     'Go' => "发送",
-    'Hash me' => "哈希这个"
+    'Hash me' => "哈希这个",
+    'Try the Beep' => '试试哔声'
     ],
 
   'DE' => [
@@ -203,7 +204,8 @@ $LOCALE = [
     'Message board' => "Brett",
     'Message' => "Nachricht",
     'Go' => "Go",
-    'Hash me' => "Hash mich"
+    'Hash me' => "Hash mich",
+    'Try the Beep' => "Teste den Bip"
     ],
 
   'ES' => [
@@ -230,7 +232,8 @@ $LOCALE = [
     'Message board' => "Mensajeria",
     'Message' => "Mensaje",
     'Go' => "Go",
-    'Hash me' => "Hash me"
+    'Hash me' => "Hash me",
+    'Try The Beep' => "Prueba el Bip"
     ],
 
   'FR' => [
@@ -257,7 +260,8 @@ $LOCALE = [
     'Message board' => "Messagerie",
     'Message' => "Message",
     'Go' => "Go",
-    'Hash me' => "Hash cet"
+    'Hash me' => "Hash cet",
+    'Try the Beep' => "Lancer le Bip"
     ],
 
   'IT' => [
@@ -284,7 +288,8 @@ $LOCALE = [
     'Message board' => "Messaggeria",
     'Message' => "Messaggio",
     'Go' => "Vai",
-    'Hash me' => "Hashmi"
+    'Hash me' => "Hashmi",
+    'Try the Beep' => "Prova il Bip"
     ]
  ];