Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit a7e1bb5

Browse files
author
mattpass
committed
bug-report lang pieces added to lang files
1 parent 0b75351 commit a7e1bb5

10 files changed

+53
-2
lines changed

lang/chinese-simplified.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,12 @@
123123
"Found in" => "搜索到:",
124124
],
125125

126+
"bug-report" =>
127+
[
128+
"Bug Report" => "Bug Report",
129+
],
130+
131+
126132
"file-control" =>
127133
[
128134
"Sorry, bad filename..." => "抱歉, 你提供了错误的文件名。查看开发工具控制台了解更多信息。",

lang/chinese-traditional.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@
123123
"Found in" => "檢索到:",
124124
],
125125

126+
"bug-report" =>
127+
[
128+
"Bug Report" => "Bug Report",
129+
],
130+
126131
"file-control" =>
127132
[
128133
"Sorry, bad filename..." => "Sorry, bad filename provided. Check the dev tools console for more info?",

lang/dutch.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@
123123
"Found in" => "Gevonden in:",
124124
],
125125

126+
"bug-report" =>
127+
[
128+
"Bug Report" => "Bug Report",
129+
],
130+
126131
"file-control" =>
127132
[
128133
"Sorry, bad filename..." => "Er is een ongeldige bestandsnaam opgegeven. Bekijk de dev tools console voor meer informatie.",

lang/french.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"seconds due to..." => "seconds due to inactivity, for security purposes. Use the mouse or hit a key to continue.<br><br>You can adjust or disable this from the Edit > Settings section.",
112112
],
113113

114-
"backup-versions" =>
114+
"backup-versions" =>
115115
[
116116
"backup" => "backup",
117117
"backups" => "backups",
@@ -123,6 +123,11 @@
123123
"Found in" => "Trouv&eacute; dans :"
124124
],
125125

126+
"bug-report" =>
127+
[
128+
"Bug Report" => "Bug Report",
129+
],
130+
126131
"file-control" =>
127132
[
128133
"Sorry, bad filename..." => "Sorry, bad filename provided. Check the dev tools console for more info?",

lang/german.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@
123123
"Found in" => "Gefunden in:",
124124
],
125125

126+
"bug-report" =>
127+
[
128+
"Bug Report" => "Bug Report",
129+
],
130+
126131
"file-control" =>
127132
[
128133
"Sorry, bad filename..." => "Sorry, bad filename provided. Check the dev tools console for more info?",

lang/italian.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@
123123
"Found in" => "Trovato in:",
124124
],
125125

126+
"bug-report" =>
127+
[
128+
"Bug Report" => "Bug Report",
129+
],
130+
126131
"file-control" =>
127132
[
128133
"Sorry, bad filename..." => "Sorry, bad filename provided. Check the dev tools console for more info?",

lang/norwegian.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"seconds due to..." => "seconds due to inactivity, for security purposes. Use the mouse or hit a key to continue.<br><br>You can adjust or disable this from the Edit > Settings section.",
112112
],
113113

114-
"backup-versions" =>
114+
"backup-versions" =>
115115
[
116116
"backup" => "backup",
117117
"backups" => "backups",
@@ -123,6 +123,11 @@
123123
"Found in" => "Funnet i:",
124124
],
125125

126+
"bug-report" =>
127+
[
128+
"Bug Report" => "Bug Report",
129+
],
130+
126131
"file-control" =>
127132
[
128133
"Sorry, bad filename..." => "Sorry, bad filename provided. Check the dev tools console for more info?",

lang/persian.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@
123123
"Found in" => "یافتن در :",
124124
],
125125

126+
"bug-report" =>
127+
[
128+
"Bug Report" => "Bug Report",
129+
],
130+
126131
"file-control" =>
127132
[
128133
"Sorry, bad filename..." => "Sorry, bad filename provided. Check the dev tools console for more info?",

lang/portuguese-brazilian.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@
123123
"Found in" => "Encontrado em:",
124124
],
125125

126+
"bug-report" =>
127+
[
128+
"Bug Report" => "Bug Report",
129+
],
130+
126131
"file-control" =>
127132
[
128133
"Sorry, bad filename..." => "Sorry, bad filename provided. Check the dev tools console for more info?",

lang/spanish.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@
123123
"Found in" => "Encontrado en:"
124124
],
125125

126+
"bug-report" =>
127+
[
128+
"Bug Report" => "Bug Report",
129+
],
130+
126131
"file-control" =>
127132
[
128133
"Sorry, bad filename..." => "Lo siento, nombre de archivo incorrecto. Verifique la consola de desarrollo para mas informacion?",

0 commit comments

Comments
 (0)